Searched refs:add_property_stringl_ex (Results 1 – 3 of 3) sorted by relevance
/PHP-7.3/ext/libxml/ |
H A D | libxml.c | 1068 add_property_stringl_ex(&z_error, "message", sizeof("message") - 1, "", 0); in PHP_FUNCTION() 1073 add_property_stringl_ex(&z_error, "file", sizeof("file") - 1, "", 0); in PHP_FUNCTION()
|
/PHP-7.3/Zend/ |
H A D | zend_API.h | 455 ZEND_API int add_property_stringl_ex(zval *arg, const char *key, size_t key_len, const char *str, … 465 #define add_property_stringl(__arg, __key, __str, __length) add_property_stringl_ex(__arg, __key, s…
|
H A D | zend_API.c | 1806 ZEND_API int add_property_stringl_ex(zval *arg, const char *key, size_t key_len, const char *str, s… in add_property_stringl_ex() function
|
Completed in 26 milliseconds