Home
last modified time | relevance | path

Searched refs:add_property_string_ex (Results 1 – 3 of 3) sorted by relevance

/PHP-8.2/ext/libxml/
H A Dlibxml.c1152 add_property_string_ex(&z_error, "message", sizeof("message") - 1, error->message); in PHP_FUNCTION()
1157 add_property_string_ex(&z_error, "file", sizeof("file") - 1, error->file); in PHP_FUNCTION()
/PHP-8.2/Zend/
H A Dzend_API.h637 ZEND_API void add_property_string_ex(zval *arg, const char *key, size_t key_len, const char *str);
663 add_property_string_ex(arg, key, strlen(key), str); in add_property_string()
H A Dzend_API.c2234 ZEND_API void add_property_string_ex(zval *arg, const char *key, size_t key_len, const char *str) /… in add_property_string_ex() function

Completed in 62 milliseconds