Home
last modified time | relevance | path

Searched refs:ZEND_INTERNAL_CLASS (Results 1 – 13 of 13) sorted by relevance

/PHP-5.6/ext/standard/
H A Dvar.c675 …, ce->name, ce->name_length, Z_STRVAL_PP(name), Z_STRLEN_PP(name), ce->type & ZEND_INTERNAL_CLASS); in php_var_serialize_class()
678 pefree(priv_name, ce->type & ZEND_INTERNAL_CLASS); in php_var_serialize_class()
682 pefree(priv_name, ce->type & ZEND_INTERNAL_CLASS); in php_var_serialize_class()
683 …, &prop_name_length, "*", 1, Z_STRVAL_PP(name), Z_STRLEN_PP(name), ce->type & ZEND_INTERNAL_CLASS); in php_var_serialize_class()
686 pefree(prot_name, ce->type & ZEND_INTERNAL_CLASS); in php_var_serialize_class()
690 pefree(prot_name, ce->type & ZEND_INTERNAL_CLASS); in php_var_serialize_class()
/PHP-5.6/Zend/
H A Dzend_API.c3505 if (ce->type & ZEND_INTERNAL_CLASS) { in zend_declare_property_ex()
3579 if (ce->type & ZEND_INTERNAL_CLASS) { in zend_declare_property_null()
3593 if (ce->type & ZEND_INTERNAL_CLASS) { in zend_declare_property_bool()
3608 if (ce->type & ZEND_INTERNAL_CLASS) { in zend_declare_property_long()
3623 if (ce->type & ZEND_INTERNAL_CLASS) { in zend_declare_property_double()
3639 if (ce->type & ZEND_INTERNAL_CLASS) { in zend_declare_property_string()
3655 if (ce->type & ZEND_INTERNAL_CLASS) { in zend_declare_property_stringl()
3677 if (ce->type & ZEND_INTERNAL_CLASS) { in zend_declare_class_constant_null()
3692 if (ce->type & ZEND_INTERNAL_CLASS) { in zend_declare_class_constant_long()
3707 if (ce->type & ZEND_INTERNAL_CLASS) { in zend_declare_class_constant_bool()
[all …]
H A Dzend_interfaces.c322 if (class_type->type == ZEND_INTERNAL_CLASS) { in zend_implement_aggregate()
356 if (class_type->type == ZEND_INTERNAL_CLASS) { in zend_implement_iterator()
H A Dzend_compile.c3344 (*fe_ce)->type == ZEND_INTERNAL_CLASS || in zend_do_perform_implementation_check()
3345 (*proto_ce)->type == ZEND_INTERNAL_CLASS || in zend_do_perform_implementation_check()
3647 if(ce->type & ZEND_INTERNAL_CLASS) { in do_inherit_property_access_check()
3708 if (ce->type == ZEND_INTERNAL_CLASS) { in zend_do_inherit_interfaces()
3866 if (ce->ce_flags & ZEND_ACC_IMPLICIT_ABSTRACT_CLASS && ce->type == ZEND_INTERNAL_CLASS) { in zend_do_inheritance()
3923 if (ce->type == ZEND_INTERNAL_CLASS) { in zend_do_implement_interface()
3958 if (ce->type == ZEND_INTERNAL_CLASS) { in zend_do_implement_trait()
4811 ((*pce)->type == ZEND_INTERNAL_CLASS))) { in zend_do_early_binding()
6949 zend_bool persistent_hashes = (ce->type == ZEND_INTERNAL_CLASS) ? 1 : 0; in zend_initialize_class_data()
6961 if (ce->type == ZEND_INTERNAL_CLASS) { in zend_initialize_class_data()
[all …]
H A Dzend_execute_API.c117 return ((*ce)->type == ZEND_INTERNAL_CLASS) ? ZEND_HASH_APPLY_STOP : ZEND_HASH_APPLY_REMOVE; in clean_non_persistent_class()
123 return ((*ce)->type == ZEND_INTERNAL_CLASS) ? ZEND_HASH_APPLY_KEEP : ZEND_HASH_APPLY_REMOVE; in clean_non_persistent_class_full()
H A Dzend_object_handlers.c1025 call_user_call->module = (ce->type == ZEND_INTERNAL_CLASS) ? ce->info.internal.module : NULL; in zend_get_user_call_function()
1165 …callstatic_user_call->module = (ce->type == ZEND_INTERNAL_CLASS) ? ce->info.internal.module : NU… in zend_get_user_callstatic_function()
H A Dzend_opcode.c318 case ZEND_INTERNAL_CLASS: in destroy_zend_class()
H A Dzend_compile.h791 #define ZEND_INTERNAL_CLASS 1 macro
/PHP-5.6/ext/opcache/Optimizer/
H A Dpass1_5.c285 ((*pce)->type == ZEND_INTERNAL_CLASS &&
/PHP-5.6/ext/reflection/
H A Dphp_reflection.c402 if (ce->type == ZEND_INTERNAL_CLASS && ce->info.internal.module) { in _class_string()
1047 …if (((*pce)->type == ZEND_INTERNAL_CLASS) && (*pce)->info.internal.module && !strcasecmp((*pce)->i… in _extension_class_string()
3619 RETURN_BOOL(ce->type == ZEND_INTERNAL_CLASS); in ZEND_METHOD()
4721 if ((ce->type == ZEND_INTERNAL_CLASS) && ce->info.internal.module) { in ZEND_METHOD()
4741 if ((ce->type == ZEND_INTERNAL_CLASS) && ce->info.internal.module) { in ZEND_METHOD()
5439 …if (((*pce)->type == ZEND_INTERNAL_CLASS) && (*pce)->info.internal.module && !strcasecmp((*pce)->i… in add_extension_class()
/PHP-5.6/ext/mysqli/
H A Dmysqli.c501 while (mysqli_base_class->type != ZEND_INTERNAL_CLASS && in mysqli_objects_new()
/PHP-5.6/ext/dom/
H A Dphp_dom.c1159 while(base_class->type != ZEND_INTERNAL_CLASS && base_class->parent != NULL) { in dom_objects_set_class()
/PHP-5.6/ext/opcache/
H A DZendAccelerator.c2353 if (ce->type == ZEND_INTERNAL_CLASS) {

Completed in 110 milliseconds