Home
last modified time | relevance | path

Searched refs:RETURN_ARR (Results 1 – 9 of 9) sorted by relevance

/PHP-7.4/Zend/
H A Dzend_builtin_functions.c1203 RETURN_ARR(zend_proptable_to_symtable(properties, 0)); in ZEND_FUNCTION()
1205 RETURN_ARR(zend_proptable_to_symtable(properties, 1)); in ZEND_FUNCTION()
1271 RETURN_ARR(properties); in ZEND_FUNCTION()
1850 RETURN_ARR(zend_array_dup(symbol_table)); in ZEND_FUNCTION()
H A Dzend_API.h651 #define RETURN_ARR(r) { RETVAL_ARR(r); return; } macro
/PHP-7.4/ext/spl/
H A Dspl_heap.c1065 RETURN_ARR(spl_heap_object_get_debug_info(spl_ce_SplHeap, getThis())); in SPL_METHOD()
1075 RETURN_ARR(spl_heap_object_get_debug_info(spl_ce_SplPriorityQueue, getThis())); in SPL_METHOD()
H A Dspl_array.c785 RETURN_ARR(zend_array_dup(spl_array_get_hash_table(intern))); in SPL_METHOD()
1921 RETURN_ARR(spl_array_get_debug_info(getThis())); in SPL_METHOD()
H A Dspl_dllist.c1353 RETURN_ARR(spl_dllist_object_get_debug_info(getThis())); in SPL_METHOD()
H A Dspl_observer.c953 RETURN_ARR(spl_object_storage_debug_info(getThis())); in SPL_METHOD()
H A Dspl_directory.c1430 RETURN_ARR(spl_filesystem_object_get_debug_info(getThis())); in SPL_METHOD()
/PHP-7.4/ext/mbstring/
H A Dmbstring.c3419 RETURN_ARR(tmp); in PHP_FUNCTION()
/PHP-7.4/ext/soap/
H A Dsoap.c3146 RETURN_ARR(zend_array_dup(Z_ARRVAL_P(cookies)));

Completed in 70 milliseconds