Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_iterators.h73 ZEND_API zend_object_iterator* zend_iterator_unwrap(zval *array_ptr);
H A Dzend_iterators.c97 ZEND_API zend_object_iterator* zend_iterator_unwrap(zval *array_ptr) in zend_iterator_unwrap() function
H A Dzend_vm_def.h6510 if ((iter = zend_iterator_unwrap(array)) == NULL) {
6662 if ((iter = zend_iterator_unwrap(array)) == NULL) {
H A Dzend_vm_execute.h21561 if ((iter = zend_iterator_unwrap(array)) == NULL) { in ZEND_FE_FETCH_R_SPEC_VAR_HANDLER()
21713 if ((iter = zend_iterator_unwrap(array)) == NULL) { in ZEND_FE_FETCH_RW_SPEC_VAR_HANDLER()

Completed in 201 milliseconds