Home
last modified time | relevance | path

Searched refs:add_property_null_ex (Results 1 – 2 of 2) sorted by relevance

/PHP-5.3/Zend/
H A Dzend_API.h416 ZEND_API int add_property_null_ex(zval *arg, const char *key, uint key_len TSRMLS_DC);
425 #define add_property_null(__arg, __key) add_property_null_ex(__arg, __key, strlen(__key) + 1 TSRMLS…
H A Dzend_API.c1468 ZEND_API int add_property_null_ex(zval *arg, const char *key, uint key_len TSRMLS_DC) /* {{{ */ in add_property_null_ex() function

Completed in 32 milliseconds