Home
last modified time | relevance | path

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

/PHP-7.4/ext/libxml/
H A Dlibxml.c1106 add_property_long_ex(&z_error, "level", sizeof("level") - 1, error->level); in PHP_FUNCTION()
1107 add_property_long_ex(&z_error, "code", sizeof("code") - 1, error->code); in PHP_FUNCTION()
1108 add_property_long_ex(&z_error, "column", sizeof("column") - 1, error->int2 ); in PHP_FUNCTION()
1119 add_property_long_ex(&z_error, "line", sizeof("line") - 1, error->line); in PHP_FUNCTION()
/PHP-7.4/Zend/
H A Dzend_API.h442 ZEND_API int add_property_long_ex(zval *arg, const char *key, size_t key_len, zend_long l);
452 #define add_property_long(__arg, __key, __n) add_property_long_ex(__arg, __key, strlen(__key), __n)
H A Dzend_API.c1722 ZEND_API int add_property_long_ex(zval *arg, const char *key, size_t key_len, zend_long n) /* {{{ */ in add_property_long_ex() function

Completed in 43 milliseconds