Searched refs:add_property_long_ex (Results 1 – 3 of 3) sorted by relevance
/PHP-8.3/ext/libxml/ |
H A D | libxml.c | 1152 add_property_long_ex(&z_error, "level", sizeof("level") - 1, error->level); in PHP_FUNCTION() 1153 add_property_long_ex(&z_error, "code", sizeof("code") - 1, error->code); in PHP_FUNCTION() 1154 add_property_long_ex(&z_error, "column", sizeof("column") - 1, error->int2 ); in PHP_FUNCTION() 1165 add_property_long_ex(&z_error, "line", sizeof("line") - 1, error->line); in PHP_FUNCTION()
|
/PHP-8.3/Zend/ |
H A D | zend_API.h | 628 ZEND_API void add_property_long_ex(zval *arg, const char *key, size_t key_len, zend_long l); 642 add_property_long_ex(arg, key, strlen(key), n); in add_property_long()
|
H A D | zend_API.c | 2149 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 40 milliseconds