Lines Matching refs:Z_OBJCE_P

81 …if (!this_ptr || !instanceof_function(Z_OBJCE_P(this_ptr), ce TSRMLS_CC)) {                       …
92 …if (EG(exception) && Z_OBJCE_P(EG(exception)) == reflection_exception_ptr) { …
1360 fcc.called_scope = Z_OBJCE_P(reflector_ptr); in _reflection_export()
1442 …php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s::__toString() did not return anything", Z_OBJCE_P(… in ZEND_METHOD()
2076 ce = Z_OBJCE_P(reference); in ZEND_METHOD()
2489 ce = Z_OBJCE_P(classname); in ZEND_METHOD()
2582 Z_OBJCE_P(getThis())->name); in ZEND_METHOD()
2691 Z_OBJCE_P(getThis())->name); in ZEND_METHOD()
2720 obj_ce = Z_OBJCE_P(object); in ZEND_METHOD()
3041 ZVAL_STRINGL(classname, Z_OBJCE_P(argument)->name, Z_OBJCE_P(argument)->name_length, 1); in reflection_class_object_ctor()
3043 intern->ptr = Z_OBJCE_P(argument); in reflection_class_object_ctor()
3883 RETURN_BOOL(HAS_CLASS_ENTRY(*object) && instanceof_function(Z_OBJCE_P(object), ce TSRMLS_CC)); in ZEND_METHOD()
3932 fcc.called_scope = Z_OBJCE_P(return_value); in ZEND_METHOD()
4012 fcc.called_scope = Z_OBJCE_P(return_value); in ZEND_METHOD()
4134 if (instanceof_function(Z_OBJCE_P(class_name), reflection_class_ptr TSRMLS_CC)) { in ZEND_METHOD()
4179 if (instanceof_function(Z_OBJCE_P(interface), reflection_class_ptr TSRMLS_CC)) { in ZEND_METHOD()
4393 ce = Z_OBJCE_P(classname); in ZEND_METHOD()
5454 …&& zend_hash_exists(&Z_OBJCE_P(object)->default_properties, Z_STRVAL_P(member), Z_STRLEN_P(member)… in _reflection_write_property()
5459 "Cannot set read-only property %s::$%s", Z_OBJCE_P(object)->name, Z_STRVAL_P(member)); in _reflection_write_property()