Home
last modified time | relevance | path

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

/PHP-7.3/ext/libxml/
H A Dlibxml.c1062 add_property_long_ex(&z_error, "level", sizeof("level") - 1, error->level); in PHP_FUNCTION()
1063 add_property_long_ex(&z_error, "code", sizeof("code") - 1, error->code); in PHP_FUNCTION()
1064 add_property_long_ex(&z_error, "column", sizeof("column") - 1, error->int2 ); in PHP_FUNCTION()
1075 add_property_long_ex(&z_error, "line", sizeof("line") - 1, error->line); in PHP_FUNCTION()
/PHP-7.3/Zend/
H A Dzend_API.h448 ZEND_API int add_property_long_ex(zval *arg, const char *key, size_t key_len, zend_long l);
458 #define add_property_long(__arg, __key, __n) add_property_long_ex(__arg, __key, strlen(__key), __n)
H A Dzend_API.c1712 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 25 milliseconds