Home
last modified time | relevance | path

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

/php-src/ext/libxml/
H A Dlibxml.c1131 add_property_long_ex(&z_error, "level", sizeof("level") - 1, error->level); in PHP_FUNCTION()
1132 add_property_long_ex(&z_error, "code", sizeof("code") - 1, error->code); in PHP_FUNCTION()
1133 add_property_long_ex(&z_error, "column", sizeof("column") - 1, error->int2 ); in PHP_FUNCTION()
1144 add_property_long_ex(&z_error, "line", sizeof("line") - 1, error->line); in PHP_FUNCTION()
/php-src/Zend/
H A Dzend_API.h633 ZEND_API void add_property_long_ex(zval *arg, const char *key, size_t key_len, zend_long l);
647 add_property_long_ex(arg, key, strlen(key), n); in add_property_long()
H A Dzend_API.c2199 ZEND_API void add_property_long_ex(zval *arg, const char *key, size_t key_len, zend_long n) /* {{{ … in add_property_long_ex() function

Completed in 62 milliseconds