Home
last modified time | relevance | path

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

/PHP-5.4/ext/standard/
H A Dvar.c678 …, ce->name, ce->name_length, Z_STRVAL_PP(name), Z_STRLEN_PP(name), ce->type & ZEND_INTERNAL_CLASS); in php_var_serialize_class()
681 pefree(priv_name, ce->type & ZEND_INTERNAL_CLASS); in php_var_serialize_class()
685 pefree(priv_name, ce->type & ZEND_INTERNAL_CLASS); in php_var_serialize_class()
686 …, &prop_name_length, "*", 1, Z_STRVAL_PP(name), Z_STRLEN_PP(name), ce->type & ZEND_INTERNAL_CLASS); in php_var_serialize_class()
689 pefree(prot_name, ce->type & ZEND_INTERNAL_CLASS); in php_var_serialize_class()
693 pefree(prot_name, ce->type & ZEND_INTERNAL_CLASS); in php_var_serialize_class()
H A Dvar_unserializer.c417 …if (ce->serialize == NULL || ce->unserialize == zend_user_unserialize || (ZEND_INTERNAL_CLASS != c… in object_common1()
H A Dvar_unserializer.re421 …if (ce->serialize == NULL || ce->unserialize == zend_user_unserialize || (ZEND_INTERNAL_CLASS != c…
/PHP-5.4/Zend/
H A Dzend_API.c3386 if (ce->type & ZEND_INTERNAL_CLASS) { in zend_declare_property_ex()
3461 if (ce->type & ZEND_INTERNAL_CLASS) { in zend_declare_property_null()
3475 if (ce->type & ZEND_INTERNAL_CLASS) { in zend_declare_property_bool()
3490 if (ce->type & ZEND_INTERNAL_CLASS) { in zend_declare_property_long()
3505 if (ce->type & ZEND_INTERNAL_CLASS) { in zend_declare_property_double()
3521 if (ce->type & ZEND_INTERNAL_CLASS) { in zend_declare_property_string()
3537 if (ce->type & ZEND_INTERNAL_CLASS) { in zend_declare_property_stringl()
3559 if (ce->type & ZEND_INTERNAL_CLASS) { in zend_declare_class_constant_null()
3574 if (ce->type & ZEND_INTERNAL_CLASS) { in zend_declare_class_constant_long()
3589 if (ce->type & ZEND_INTERNAL_CLASS) { in zend_declare_class_constant_bool()
[all …]
H A Dzend_interfaces.c348 if (class_type->type == ZEND_INTERNAL_CLASS) { in zend_implement_aggregate()
382 if (class_type->type == ZEND_INTERNAL_CLASS) { in zend_implement_iterator()
H A Dzend_opcode.c309 case ZEND_INTERNAL_CLASS: in destroy_zend_class()
H A Dzend_compile.c3012 (*fe_ce)->type == ZEND_INTERNAL_CLASS || in zend_do_perform_implementation_check()
3013 (*proto_ce)->type == ZEND_INTERNAL_CLASS || in zend_do_perform_implementation_check()
3315 if(ce->type & ZEND_INTERNAL_CLASS) { in do_inherit_property_access_check()
3375 if (ce->type == ZEND_INTERNAL_CLASS) { in zend_do_inherit_interfaces()
3533 if (ce->ce_flags & ZEND_ACC_IMPLICIT_ABSTRACT_CLASS && ce->type == ZEND_INTERNAL_CLASS) { in zend_do_inheritance()
3590 if (ce->type == ZEND_INTERNAL_CLASS) { in zend_do_implement_interface()
3625 if (ce->type == ZEND_INTERNAL_CLASS) { in zend_do_implement_trait()
4460 ((*pce)->type == ZEND_INTERNAL_CLASS))) { in zend_do_early_binding()
6578 zend_bool persistent_hashes = (ce->type == ZEND_INTERNAL_CLASS) ? 1 : 0; in zend_initialize_class_data()
6590 if (ce->type == ZEND_INTERNAL_CLASS) { in zend_initialize_class_data()
[all …]
H A Dzend_execute_API.c119 return ((*ce)->type == ZEND_INTERNAL_CLASS) ? ZEND_HASH_APPLY_STOP : ZEND_HASH_APPLY_REMOVE; in clean_non_persistent_class()
125 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.c990 call_user_call->module = (ce->type == ZEND_INTERNAL_CLASS) ? ce->info.internal.module : NULL; in zend_get_user_call_function()
1133 …callstatic_user_call->module = (ce->type == ZEND_INTERNAL_CLASS) ? ce->info.internal.module : NU… in zend_get_user_callstatic_function()
H A Dzend_compile.h741 #define ZEND_INTERNAL_CLASS 1 macro
/PHP-5.4/ext/reflection/
H A Dphp_reflection.c383 if (ce->type == ZEND_INTERNAL_CLASS && ce->info.internal.module) { in _class_string()
1009 …if (((*pce)->type == ZEND_INTERNAL_CLASS) && (*pce)->info.internal.module && !strcasecmp((*pce)->i… in _extension_class_string()
3534 RETURN_BOOL(ce->type == ZEND_INTERNAL_CLASS); in ZEND_METHOD()
4622 if ((ce->type == ZEND_INTERNAL_CLASS) && ce->info.internal.module) { in ZEND_METHOD()
4642 if ((ce->type == ZEND_INTERNAL_CLASS) && ce->info.internal.module) { in ZEND_METHOD()
5340 …if (((*pce)->type == ZEND_INTERNAL_CLASS) && (*pce)->info.internal.module && !strcasecmp((*pce)->i… in add_extension_class()
/PHP-5.4/ext/mysqli/
H A Dmysqli.c501 while (mysqli_base_class->type != ZEND_INTERNAL_CLASS && in mysqli_objects_new()
/PHP-5.4/ext/dom/
H A Dphp_dom.c1154 while(base_class->type != ZEND_INTERNAL_CLASS && base_class->parent != NULL) { in dom_objects_set_class()

Completed in 94 milliseconds