Home
last modified time | relevance | path

Searched refs:spl_array_get_debug_info (Results 1 – 8 of 8) sorted by relevance

/dports/lang/php81/php-8.1.1/ext/spl/
H A Dspl_array.c763 static inline HashTable* spl_array_get_debug_info(zend_object *obj) /* {{{ */ in spl_array_get_debug_info() function
1840 RETURN_ARR(spl_array_get_debug_info(Z_OBJ_P(ZEND_THIS))); in PHP_METHOD()
/dports/www/mod_php81/php-8.1.1/ext/spl/
H A Dspl_array.c763 static inline HashTable* spl_array_get_debug_info(zend_object *obj) /* {{{ */ in spl_array_get_debug_info() function
1840 RETURN_ARR(spl_array_get_debug_info(Z_OBJ_P(ZEND_THIS))); in PHP_METHOD()
/dports/lang/php80/php-8.0.15/ext/spl/
H A Dspl_array.c804 static inline HashTable* spl_array_get_debug_info(zend_object *obj) /* {{{ */ in spl_array_get_debug_info() function
1881 RETURN_ARR(spl_array_get_debug_info(Z_OBJ_P(ZEND_THIS))); in PHP_METHOD()
/dports/www/mod_php80/php-8.0.15/ext/spl/
H A Dspl_array.c804 static inline HashTable* spl_array_get_debug_info(zend_object *obj) /* {{{ */ in spl_array_get_debug_info() function
1881 RETURN_ARR(spl_array_get_debug_info(Z_OBJ_P(ZEND_THIS))); in PHP_METHOD()
/dports/lang/php73/php-7.3.33/ext/spl/
H A Dspl_array.c824 static HashTable* spl_array_get_debug_info(zval *obj, int *is_temp) /* {{{ */ in spl_array_get_debug_info() function
2019 spl_handler_ArrayObject.get_debug_info = spl_array_get_debug_info; in PHP_MINIT_FUNCTION()
/dports/lang/php74/php-7.4.27/ext/spl/
H A Dspl_array.c825 static inline HashTable* spl_array_get_debug_info(zval *obj) /* {{{ */ in spl_array_get_debug_info() function
1921 RETURN_ARR(spl_array_get_debug_info(getThis())); in SPL_METHOD()
/dports/www/mod_php73/php-7.3.33/ext/spl/
H A Dspl_array.c824 static HashTable* spl_array_get_debug_info(zval *obj, int *is_temp) /* {{{ */ in spl_array_get_debug_info() function
2019 spl_handler_ArrayObject.get_debug_info = spl_array_get_debug_info; in PHP_MINIT_FUNCTION()
/dports/www/mod_php74/php-7.4.27/ext/spl/
H A Dspl_array.c825 static inline HashTable* spl_array_get_debug_info(zval *obj) /* {{{ */ in spl_array_get_debug_info() function
1921 RETURN_ARR(spl_array_get_debug_info(getThis())); in SPL_METHOD()