Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_iterators.h73 ZEND_API zend_object_iterator* zend_iterator_unwrap(zval *array_ptr);
H A Dzend_iterators.c89 ZEND_API zend_object_iterator* zend_iterator_unwrap(zval *array_ptr) in zend_iterator_unwrap() function
H A Dzend_vm_def.h5890 if ((iter = zend_iterator_unwrap(array)) == NULL) {
6040 if ((iter = zend_iterator_unwrap(array)) == NULL) {
H A Dzend_vm_execute.h21229 if ((iter = zend_iterator_unwrap(array)) == NULL) {
21379 if ((iter = zend_iterator_unwrap(array)) == NULL) {

Completed in 173 milliseconds