Home
last modified time | relevance | path

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

/PHP-7.4/ext/libxml/
H A Dlibxml.c1110 add_property_string_ex(&z_error, "message", sizeof("message") - 1, error->message); in PHP_FUNCTION()
1115 add_property_string_ex(&z_error, "file", sizeof("file") - 1, error->file); in PHP_FUNCTION()
/PHP-7.4/Zend/
H A Dzend_API.h448 ZEND_API int add_property_string_ex(zval *arg, const char *key, size_t key_len, const char *str);
458 #define add_property_string(__arg, __key, __str) add_property_string_ex(__arg, __key, strlen(__key)…
H A Dzend_API.c1780 ZEND_API int add_property_string_ex(zval *arg, const char *key, size_t key_len, const char *str) /*… in add_property_string_ex() function

Completed in 57 milliseconds