]> granicus.if.org Git - php/commit
Add functions for extracting long/double/string from zval
authorNikita Popov <nikic@php.net>
Tue, 15 Apr 2014 16:33:38 +0000 (18:33 +0200)
committerNikita Popov <nikic@php.net>
Tue, 15 Apr 2014 18:32:47 +0000 (20:32 +0200)
commit7a1a6092f652f1c322e3a09f9fb1491775fb4072
tree49be61d4838f50f05a0e5175f798696226891421
parent2f0a758fbbf39ff8684d167f86c708cc361db782
Add functions for extracting long/double/string from zval

These function get the long / double / string value of a zval with
usual cast semantics, but without actually modifying the zval.

Didn't go on a killing spree for convert_to_* yet...
Zend/zend_closures.c
Zend/zend_operators.c
Zend/zend_operators.h
ext/date/php_date.c
ext/dom/attr.c
ext/dom/document.c
ext/dom/php_dom.c