Home
last modified time | relevance | path

Searched refs:ZEND_WRONG_PROPERTY_INFO (Results 1 – 9 of 9) sorted by relevance

/php-src/Zend/
H A Dzend_object_handlers.h32 #define ZEND_WRONG_PROPERTY_INFO \ macro
H A Dzend_object_handlers.c472 return ZEND_WRONG_PROPERTY_INFO; in zend_get_property_info()
504 return ZEND_WRONG_PROPERTY_INFO; in zend_get_property_info()
542 if (property_info == NULL || property_info == ZEND_WRONG_PROPERTY_INFO) { in zend_check_property_access()
563 } else if (property_info == ZEND_WRONG_PROPERTY_INFO) { in zend_check_property_access()
H A Dzend_API.c1700 if (property_info != ZEND_WRONG_PROPERTY_INFO && in object_properties_init_ex()
1747 property_info = ZEND_WRONG_PROPERTY_INFO; in object_properties_load()
1752 if (property_info != ZEND_WRONG_PROPERTY_INFO && in object_properties_load()
1766 …ZSTR_VAL(object->ce->name), property_info != ZEND_WRONG_PROPERTY_INFO ? zend_get_unmangled_propert… in object_properties_load()
1770 …ZSTR_VAL(object->ce->name), property_info != ZEND_WRONG_PROPERTY_INFO ? zend_get_unmangled_propert… in object_properties_load()
H A Dzend_vm_execute.h6823 if (!EG(exception) && prop_info && prop_info != ZEND_WRONG_PROPERTY_INFO in ZEND_FETCH_OBJ_R_SPEC_CONST_CONST_HANDLER()
9397 if (!EG(exception) && prop_info && prop_info != ZEND_WRONG_PROPERTY_INFO in ZEND_FETCH_OBJ_R_SPEC_CONST_TMPVAR_HANDLER()
11889 if (!EG(exception) && prop_info && prop_info != ZEND_WRONG_PROPERTY_INFO in ZEND_FETCH_OBJ_R_SPEC_CONST_CV_HANDLER()
16321 if (!EG(exception) && prop_info && prop_info != ZEND_WRONG_PROPERTY_INFO in ZEND_FETCH_OBJ_R_SPEC_TMPVAR_CONST_HANDLER()
17814 if (!EG(exception) && prop_info && prop_info != ZEND_WRONG_PROPERTY_INFO in ZEND_FETCH_OBJ_R_SPEC_TMPVAR_TMPVAR_HANDLER()
19221 if (!EG(exception) && prop_info && prop_info != ZEND_WRONG_PROPERTY_INFO in ZEND_FETCH_OBJ_R_SPEC_TMPVAR_CV_HANDLER()
33890 if (!EG(exception) && prop_info && prop_info != ZEND_WRONG_PROPERTY_INFO in ZEND_FETCH_OBJ_R_SPEC_UNUSED_CONST_INLINE_HANDLER()
36063 if (!EG(exception) && prop_info && prop_info != ZEND_WRONG_PROPERTY_INFO in ZEND_FETCH_OBJ_R_SPEC_UNUSED_TMPVAR_HANDLER()
38709 if (!EG(exception) && prop_info && prop_info != ZEND_WRONG_PROPERTY_INFO in ZEND_FETCH_OBJ_R_SPEC_UNUSED_CV_HANDLER()
43104 if (!EG(exception) && prop_info && prop_info != ZEND_WRONG_PROPERTY_INFO in ZEND_FETCH_OBJ_R_SPEC_CV_CONST_INLINE_HANDLER()
[all …]
H A Dzend_vm_def.h2178 if (!EG(exception) && prop_info && prop_info != ZEND_WRONG_PROPERTY_INFO
/php-src/ext/opcache/jit/
H A Dzend_jit_vm_helpers.c892 && prop_info != ZEND_WRONG_PROPERTY_INFO
/php-src/ext/spl/
H A Dspl_array.c1580 ZEND_ASSERT(prop_info != ZEND_WRONG_PROPERTY_INFO); in spl_array_it_get_current_data()
/php-src/Zend/Optimizer/
H A Dzend_optimizer.c1008 && prop_info != ZEND_WRONG_PROPERTY_INFO in zend_optimizer_get_called_func()
H A Dzend_inference.c2412 if (prop_info && prop_info != ZEND_WRONG_PROPERTY_INFO) { in lookup_prop_info()

Completed in 196 milliseconds