Home
last modified time | relevance | path

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

/PHP-5.3/Zend/
H A Dzend_API.h419 ZEND_API int add_property_double_ex(zval *arg, const char *key, uint key_len, double d TSRMLS_DC);
428 #define add_property_double(__arg, __key, __d) add_property_double_ex(__arg, __key, strlen(__key)+1…
H A Dzend_API.c1504 ZEND_API int add_property_double_ex(zval *arg, const char *key, uint key_len, double d TSRMLS_DC) /… in add_property_double_ex() function

Completed in 25 milliseconds