Lines Matching refs:Z_OBJCE_P
517 || !instanceof_function(Z_OBJCE_P(retval), zend_ce_traversable)) { in spl_get_iterator_from_aggregate()
560 if (instanceof_function(Z_OBJCE_P(iterator), zend_ce_aggregate)) { in spl_recursive_it_it_construct()
562 &aggregate_retval, Z_OBJCE_P(iterator), Z_OBJ_P(iterator)) == FAILURE) { in spl_recursive_it_it_construct()
590 if (instanceof_function(Z_OBJCE_P(iterator), zend_ce_aggregate)) { in spl_recursive_it_it_construct()
592 &aggregate_retval, Z_OBJCE_P(iterator), Z_OBJ_P(iterator)) == FAILURE) { in spl_recursive_it_it_construct()
602 if (!instanceof_function(Z_OBJCE_P(iterator), spl_ce_RecursiveIterator)) { in spl_recursive_it_it_construct()
618 intern->ce = Z_OBJCE_P(object); in spl_recursive_it_it_construct()
649 ce_iterator = Z_OBJCE_P(iterator); /* respect inheritance, don't use spl_ce_RecursiveIterator */ in spl_recursive_it_it_construct()
907 if ((function_handler = zend_hash_find_ptr(&Z_OBJCE_P(zobj)->function_table, method)) == NULL) { in spl_recursive_it_get_method()
1321 ce = Z_OBJCE_P(zobject); in spl_dual_it_construct()
1338 ce = Z_OBJCE_P(zobject); in spl_dual_it_construct()
1405 intern->inner.ce = dit_type == DIT_IteratorIterator ? ce : Z_OBJCE_P(zobject); in spl_dual_it_construct()
1686 …zend_result is_initialized = object_init_with_constructor(return_value, Z_OBJCE_P(ZEND_THIS), 1, &… in PHP_METHOD()
1711 …zend_result is_initialized = object_init_with_constructor(return_value, Z_OBJCE_P(ZEND_THIS), 2, p… in PHP_METHOD()
1985 …zend_result is_initialized = object_init_with_constructor(return_value, Z_OBJCE_P(ZEND_THIS), 5, a… in PHP_METHOD()
2393 …es not fetch string value (see CachingIterator::__construct)", ZSTR_VAL(Z_OBJCE_P(ZEND_THIS)->name… in PHP_METHOD()
2427 …does not use a full cache (see CachingIterator::__construct)", ZSTR_VAL(Z_OBJCE_P(ZEND_THIS)->name… in PHP_METHOD()
2450 …does not use a full cache (see CachingIterator::__construct)", ZSTR_VAL(Z_OBJCE_P(ZEND_THIS)->name… in PHP_METHOD()
2476 …does not use a full cache (see CachingIterator::__construct)", ZSTR_VAL(Z_OBJCE_P(ZEND_THIS)->name… in PHP_METHOD()
2497 …does not use a full cache (see CachingIterator::__construct)", ZSTR_VAL(Z_OBJCE_P(ZEND_THIS)->name… in PHP_METHOD()
2515 …does not use a full cache (see CachingIterator::__construct)", ZSTR_VAL(Z_OBJCE_P(ZEND_THIS)->name… in PHP_METHOD()
2580 …does not use a full cache (see CachingIterator::__construct)", ZSTR_VAL(Z_OBJCE_P(ZEND_THIS)->name… in PHP_METHOD()
2773 intern->inner.ce = Z_OBJCE_P(it); in spl_append_it_next_iterator()
2923 zend_class_entry *ce = Z_OBJCE_P(obj); in spl_iterator_apply()