Home
last modified time | relevance | path

Searched refs:zend_iterator_unwrap (Results 1 – 4 of 4) sorted by relevance

/PHP-8.2/Zend/
H A Dzend_iterators.h84 ZEND_API zend_object_iterator* zend_iterator_unwrap(zval *array_ptr);
H A Dzend_iterators.c98 ZEND_API zend_object_iterator* zend_iterator_unwrap(zval *array_ptr) in zend_iterator_unwrap() function
H A Dzend_vm_def.h6788 if ((iter = zend_iterator_unwrap(array)) == NULL) { in ZEND_VM_HELPER()
7035 if ((iter = zend_iterator_unwrap(array)) == NULL) {
H A Dzend_vm_execute.h2799 if ((iter = zend_iterator_unwrap(array)) == NULL) { in zend_fe_fetch_object_helper_SPEC()
22186 if ((iter = zend_iterator_unwrap(array)) == NULL) { in ZEND_FE_FETCH_RW_SPEC_VAR_HANDLER()

Completed in 178 milliseconds