Lines Matching refs:Z_OBJCE_P

87 …if (!this_ptr || !instanceof_function(Z_OBJCE_P(this_ptr), ce TSRMLS_CC)) {                       …
98 …if (EG(exception) && Z_OBJCE_P(EG(exception)) == reflection_exception_ptr) { …
1410 fcc.called_scope = Z_OBJCE_P(reflector_ptr); in _reflection_export()
1469 if (EG(exception) && Z_OBJCE_P(EG(exception)) == reflection_exception_ptr) { in _reflection_param_get_default_param()
1535 …php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s::__toString() did not return anything", Z_OBJCE_P(… in ZEND_METHOD()
2228 ce = Z_OBJCE_P(reference); in ZEND_METHOD()
2719 ce = Z_OBJCE_P(classname); in ZEND_METHOD()
2799 if (!instanceof_function(Z_OBJCE_P(obj), mptr->common.scope TSRMLS_CC)) { in ZEND_METHOD()
2805 if (Z_OBJCE_P(obj) == zend_ce_closure && mptr->type == ZEND_INTERNAL_FUNCTION && in ZEND_METHOD()
2847 Z_OBJCE_P(getThis())->name); in ZEND_METHOD()
2956 Z_OBJCE_P(getThis())->name); in ZEND_METHOD()
2985 obj_ce = Z_OBJCE_P(object); in ZEND_METHOD()
3314 ZVAL_STRINGL(classname, Z_OBJCE_P(argument)->name, Z_OBJCE_P(argument)->name_length, 1); in reflection_class_object_ctor()
3316 intern->ptr = Z_OBJCE_P(argument); in reflection_class_object_ctor()
4186 RETURN_BOOL(HAS_CLASS_ENTRY(*object) && instanceof_function(Z_OBJCE_P(object), ce TSRMLS_CC)); in ZEND_METHOD()
4243 fcc.called_scope = Z_OBJCE_P(return_value); in ZEND_METHOD()
4348 fcc.called_scope = Z_OBJCE_P(return_value); in ZEND_METHOD()
4545 if (instanceof_function(Z_OBJCE_P(class_name), reflection_class_ptr TSRMLS_CC)) { in ZEND_METHOD()
4590 if (instanceof_function(Z_OBJCE_P(interface), reflection_class_ptr TSRMLS_CC)) { in ZEND_METHOD()
4805 ce = Z_OBJCE_P(classname); in ZEND_METHOD()
6085 && zend_hash_exists(&Z_OBJCE_P(object)->properties_info, Z_STRVAL_P(member), Z_STRLEN_P(member)+1) in _reflection_write_property()
6090 "Cannot set read-only property %s::$%s", Z_OBJCE_P(object)->name, Z_STRVAL_P(member)); in _reflection_write_property()