Lines Matching refs:Z_OBJCE_P

497 				if (instanceof_function(Z_OBJCE_P(iterator), zend_ce_aggregate)) {  in spl_recursive_it_it_construct()
498 …zend_call_method_with_0_params(iterator, Z_OBJCE_P(iterator), &Z_OBJCE_P(iterator)->iterator_funcs… in spl_recursive_it_it_construct()
525 if (instanceof_function(Z_OBJCE_P(iterator), zend_ce_aggregate)) { in spl_recursive_it_it_construct()
526 …zend_call_method_with_0_params(iterator, Z_OBJCE_P(iterator), &Z_OBJCE_P(iterator)->iterator_funcs… in spl_recursive_it_it_construct()
537 if (!iterator || !instanceof_function(Z_OBJCE_P(iterator), spl_ce_RecursiveIterator)) { in spl_recursive_it_it_construct()
553 intern->ce = Z_OBJCE_P(object); in spl_recursive_it_it_construct()
584 ce_iterator = Z_OBJCE_P(iterator); /* respect inheritance, don't use spl_ce_RecursiveIterator */ in spl_recursive_it_it_construct()
900 if ((function_handler = zend_hash_find_ptr(&Z_OBJCE_P(zobj)->function_table, method)) == NULL) { in spl_recursive_it_get_method()
1484 ce = Z_OBJCE_P(zobject); in spl_dual_it_construct()
1507 ce = Z_OBJCE_P(zobject); in spl_dual_it_construct()
1575 intern->inner.ce = dit_type == DIT_IteratorIterator ? ce : Z_OBJCE_P(zobject); in spl_dual_it_construct()
1919 spl_instantiate_arg_ex1(Z_OBJCE_P(ZEND_THIS), return_value, &retval); in SPL_METHOD()
1939 …spl_instantiate_arg_ex2(Z_OBJCE_P(ZEND_THIS), return_value, &retval, &intern->u.cbfilter->fci.func… in SPL_METHOD()
2240 spl_instantiate_arg_n(Z_OBJCE_P(ZEND_THIS), return_value, 5, args); in SPL_METHOD()
2765 …es not fetch string value (see CachingIterator::__construct)", ZSTR_VAL(Z_OBJCE_P(ZEND_THIS)->name… in SPL_METHOD()
2795 …does not use a full cache (see CachingIterator::__construct)", ZSTR_VAL(Z_OBJCE_P(ZEND_THIS)->name… in SPL_METHOD()
2819 …does not use a full cache (see CachingIterator::__construct)", ZSTR_VAL(Z_OBJCE_P(ZEND_THIS)->name… in SPL_METHOD()
2846 …does not use a full cache (see CachingIterator::__construct)", ZSTR_VAL(Z_OBJCE_P(ZEND_THIS)->name… in SPL_METHOD()
2868 …does not use a full cache (see CachingIterator::__construct)", ZSTR_VAL(Z_OBJCE_P(ZEND_THIS)->name… in SPL_METHOD()
2893 …does not use a full cache (see CachingIterator::__construct)", ZSTR_VAL(Z_OBJCE_P(ZEND_THIS)->name… in SPL_METHOD()
2963 …does not use a full cache (see CachingIterator::__construct)", ZSTR_VAL(Z_OBJCE_P(ZEND_THIS)->name… in SPL_METHOD()
3295 intern->inner.ce = Z_OBJCE_P(it); in spl_append_it_next_iterator()
3484 zend_class_entry *ce = Z_OBJCE_P(obj); in spl_iterator_apply()