Home
last modified time | relevance | path

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

/PHP-8.0/ext/libxml/
H A Dlibxml.c1087 add_property_string_ex(&z_error, "message", sizeof("message") - 1, error->message); in PHP_FUNCTION()
1092 add_property_string_ex(&z_error, "file", sizeof("file") - 1, error->file); in PHP_FUNCTION()
/PHP-8.0/Zend/
H A Dzend_API.h496 ZEND_API void add_property_string_ex(zval *arg, const char *key, size_t key_len, const char *str);
506 #define add_property_string(__arg, __key, __str) add_property_string_ex(__arg, __key, strlen(__key)…
H A Dzend_API.c1797 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 33 milliseconds