Lines Matching refs:Z_OBJCE_P

525 			|| !instanceof_function(Z_OBJCE_P(retval), zend_ce_traversable)) {  in spl_get_iterator_from_aggregate()
569 if (instanceof_function(Z_OBJCE_P(iterator), zend_ce_aggregate)) { in spl_recursive_it_it_construct()
571 &aggregate_retval, Z_OBJCE_P(iterator), Z_OBJ_P(iterator)) == FAILURE) { in spl_recursive_it_it_construct()
594 if (instanceof_function(Z_OBJCE_P(iterator), zend_ce_aggregate)) { in spl_recursive_it_it_construct()
596 &aggregate_retval, Z_OBJCE_P(iterator), Z_OBJ_P(iterator)) == FAILURE) { in spl_recursive_it_it_construct()
606 if (!instanceof_function(Z_OBJCE_P(iterator), spl_ce_RecursiveIterator)) { in spl_recursive_it_it_construct()
622 intern->ce = Z_OBJCE_P(object); in spl_recursive_it_it_construct()
653 ce_iterator = Z_OBJCE_P(iterator); /* respect inheritance, don't use spl_ce_RecursiveIterator */ in spl_recursive_it_it_construct()
956 if ((function_handler = zend_hash_find_ptr(&Z_OBJCE_P(zobj)->function_table, method)) == NULL) { in spl_recursive_it_get_method()
1380 ce = Z_OBJCE_P(zobject); in spl_dual_it_construct()
1397 ce = Z_OBJCE_P(zobject); in spl_dual_it_construct()
1471 intern->inner.ce = dit_type == DIT_IteratorIterator ? ce : Z_OBJCE_P(zobject); in spl_dual_it_construct()
1769 spl_instantiate_arg_ex1(Z_OBJCE_P(ZEND_THIS), return_value, &retval); in PHP_METHOD()
1790 spl_instantiate_arg_ex2(Z_OBJCE_P(ZEND_THIS), return_value, &retval, &callable); in PHP_METHOD()
2078 spl_instantiate_arg_n(Z_OBJCE_P(ZEND_THIS), return_value, 5, args); in PHP_METHOD()
2494 …es not fetch string value (see CachingIterator::__construct)", ZSTR_VAL(Z_OBJCE_P(ZEND_THIS)->name… in PHP_METHOD()
2528 …does not use a full cache (see CachingIterator::__construct)", ZSTR_VAL(Z_OBJCE_P(ZEND_THIS)->name… in PHP_METHOD()
2551 …does not use a full cache (see CachingIterator::__construct)", ZSTR_VAL(Z_OBJCE_P(ZEND_THIS)->name… in PHP_METHOD()
2577 …does not use a full cache (see CachingIterator::__construct)", ZSTR_VAL(Z_OBJCE_P(ZEND_THIS)->name… in PHP_METHOD()
2598 …does not use a full cache (see CachingIterator::__construct)", ZSTR_VAL(Z_OBJCE_P(ZEND_THIS)->name… in PHP_METHOD()
2618 …does not use a full cache (see CachingIterator::__construct)", ZSTR_VAL(Z_OBJCE_P(ZEND_THIS)->name… in PHP_METHOD()
2687 …does not use a full cache (see CachingIterator::__construct)", ZSTR_VAL(Z_OBJCE_P(ZEND_THIS)->name… in PHP_METHOD()
2909 intern->inner.ce = Z_OBJCE_P(it); in spl_append_it_next_iterator()
3071 zend_class_entry *ce = Z_OBJCE_P(obj); in spl_iterator_apply()