Searched refs:add_property_stringl_ex (Results 1 – 3 of 3) sorted by relevance
/PHP-8.3/ext/libxml/ |
H A D | libxml.c | 1158 add_property_stringl_ex(&z_error, "message", sizeof("message") - 1, "", 0); in PHP_FUNCTION() 1163 add_property_stringl_ex(&z_error, "file", sizeof("file") - 1, "", 0); in PHP_FUNCTION()
|
/PHP-8.3/Zend/ |
H A D | zend_API.h | 635 ZEND_API void add_property_stringl_ex(zval *arg, const char *key, size_t key_len, const char *str,… 663 add_property_stringl_ex(arg, key, strlen(key), str, length); in add_property_stringl()
|
H A D | zend_API.c | 2215 ZEND_API void add_property_stringl_ex(zval *arg, const char *key, size_t key_len, const char *str, … in add_property_stringl_ex() function
|
Completed in 29 milliseconds