Lines Matching refs:Z_OBJCE_P

316 				ce = child && Z_TYPE_P(child) == IS_OBJECT ? Z_OBJCE_P(child) : NULL;  in spl_recursive_it_move_forward_ex()
376 …ef(NULL TSRMLS_CC, E_ERROR, "The %s instance wasn't initialized properly", Z_OBJCE_P(zthis)->name); in spl_recursive_it_rewind_ex()
461 if (instanceof_function(Z_OBJCE_P(iterator), zend_ce_aggregate TSRMLS_CC)) { in spl_recursive_it_it_construct()
463 …zend_call_method_with_0_params(&aggregate, Z_OBJCE_P(aggregate), &Z_OBJCE_P(aggregate)->iterator_f… in spl_recursive_it_it_construct()
491 if (instanceof_function(Z_OBJCE_P(iterator), zend_ce_aggregate TSRMLS_CC)) { in spl_recursive_it_it_construct()
493 …zend_call_method_with_0_params(&aggregate, Z_OBJCE_P(aggregate), &Z_OBJCE_P(aggregate)->iterator_f… in spl_recursive_it_it_construct()
502 if (!iterator || !instanceof_function(Z_OBJCE_P(iterator), spl_ce_RecursiveIterator TSRMLS_CC)) { in spl_recursive_it_it_construct()
518 intern->ce = Z_OBJCE_P(object); in spl_recursive_it_it_construct()
548 ce_iterator = Z_OBJCE_P(iterator); /* respect inheritance, don't use spl_ce_RecursiveIterator */ in spl_recursive_it_it_construct()
856 …if (zend_hash_find(&Z_OBJCE_P(zobj)->function_table, method, method_len+1, (void **) &function_han… in spl_recursive_it_get_method()
1438 ce = Z_OBJCE_P(zobject); in spl_dual_it_construct()
1460 …if (!retval || Z_TYPE_P(retval) != IS_OBJECT || !instanceof_function(Z_OBJCE_P(retval), zend_ce_tr… in spl_dual_it_construct()
1466 ce = Z_OBJCE_P(zobject); in spl_dual_it_construct()
1523 intern->inner.ce = dit_type == DIT_IteratorIterator ? ce : Z_OBJCE_P(zobject); in spl_dual_it_construct()
1853 spl_instantiate_arg_ex1(Z_OBJCE_P(getThis()), &return_value, 0, retval TSRMLS_CC); in SPL_METHOD()
2114 spl_instantiate_arg_ex2(Z_OBJCE_P(getThis()), &return_value, 0, retval, regex TSRMLS_CC); in SPL_METHOD()
2611 …C, "%s does not fetch string value (see CachingIterator::__construct)", Z_OBJCE_P(getThis())->name… in SPL_METHOD()
2646 …_CC, "%s does not use a full cache (see CachingIterator::__construct)", Z_OBJCE_P(getThis())->name… in SPL_METHOD()
2671 …_CC, "%s does not use a full cache (see CachingIterator::__construct)", Z_OBJCE_P(getThis())->name… in SPL_METHOD()
2699 …_CC, "%s does not use a full cache (see CachingIterator::__construct)", Z_OBJCE_P(getThis())->name… in SPL_METHOD()
2722 …_CC, "%s does not use a full cache (see CachingIterator::__construct)", Z_OBJCE_P(getThis())->name… in SPL_METHOD()
2747 …_CC, "%v does not use a full cache (see CachingIterator::__construct)", Z_OBJCE_P(getThis())->name… in SPL_METHOD()
2817 …_CC, "%v does not use a full cache (see CachingIterator::__construct)", Z_OBJCE_P(getThis())->name… in SPL_METHOD()
3322 zend_class_entry *ce = Z_OBJCE_P(obj); in spl_iterator_apply()