Home
last modified time | relevance | path

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

/PHP-5.3/Zend/
H A Dzend_variables.h87 #define zval_copy_property_ctor(ce) ((copy_ctor_func_t) (((ce)->type == ZEND_INTERNAL_CLASS) ? zval…
H A Dzend_API.c3114 if (ce->type & ZEND_INTERNAL_CLASS) { in zend_declare_property_ex()
3185 if (ce->type & ZEND_INTERNAL_CLASS) { in zend_declare_property_null()
3199 if (ce->type & ZEND_INTERNAL_CLASS) { in zend_declare_property_bool()
3214 if (ce->type & ZEND_INTERNAL_CLASS) { in zend_declare_property_long()
3229 if (ce->type & ZEND_INTERNAL_CLASS) { in zend_declare_property_double()
3245 if (ce->type & ZEND_INTERNAL_CLASS) { in zend_declare_property_string()
3261 if (ce->type & ZEND_INTERNAL_CLASS) { in zend_declare_property_stringl()
3283 if (ce->type & ZEND_INTERNAL_CLASS) { in zend_declare_class_constant_null()
3298 if (ce->type & ZEND_INTERNAL_CLASS) { in zend_declare_class_constant_long()
3313 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.c201 case ZEND_INTERNAL_CLASS: in destroy_zend_class()
H A Dzend_compile.c2588 (*fe_ce)->type == ZEND_INTERNAL_CLASS || in zend_do_perform_implementation_check()
2589 (*proto_ce)->type == ZEND_INTERNAL_CLASS || in zend_do_perform_implementation_check()
2708 if(ce->type & ZEND_INTERNAL_CLASS) { in do_inherit_property_access_check()
2749 …ot_name_length, "*", 1, child_info->name, child_info->name_length, ce->type & ZEND_INTERNAL_CLASS); in do_inherit_property_access_check()
2768 pefree(prot_name, ce->type & ZEND_INTERNAL_CLASS); in do_inherit_property_access_check()
2799 if (ce->type == ZEND_INTERNAL_CLASS) { in zend_do_inherit_interfaces()
2879 if (ce->ce_flags & ZEND_ACC_IMPLICIT_ABSTRACT_CLASS && ce->type == ZEND_INTERNAL_CLASS) { in zend_do_inheritance()
2935 if (ce->type == ZEND_INTERNAL_CLASS) { in zend_do_implement_interface()
3078 ((*pce)->type == ZEND_INTERNAL_CLASS))) { in zend_do_early_binding()
5009 zend_bool persistent_hashes = (ce->type == ZEND_INTERNAL_CLASS) ? 1 : 0; 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); in clean_non_persistent_class_full()
H A Dzend_compile.h674 #define ZEND_INTERNAL_CLASS 1 macro
/PHP-5.3/ext/standard/
H A Dvar.c667 …, ce->name, ce->name_length, Z_STRVAL_PP(name), Z_STRLEN_PP(name), ce->type & ZEND_INTERNAL_CLASS); in php_var_serialize_class()
670 pefree(priv_name, ce->type & ZEND_INTERNAL_CLASS); in php_var_serialize_class()
674 pefree(priv_name, ce->type & ZEND_INTERNAL_CLASS); in php_var_serialize_class()
675 …, &prop_name_length, "*", 1, Z_STRVAL_PP(name), Z_STRLEN_PP(name), ce->type & ZEND_INTERNAL_CLASS); in php_var_serialize_class()
678 pefree(prot_name, ce->type & ZEND_INTERNAL_CLASS); in php_var_serialize_class()
682 pefree(prot_name, ce->type & ZEND_INTERNAL_CLASS); in php_var_serialize_class()
/PHP-5.3/ext/mysqli/
H A Dmysqli.c497 while (mysqli_base_class->type != ZEND_INTERNAL_CLASS && in mysqli_objects_new()
/PHP-5.3/ext/dom/
H A Dphp_dom.c1152 while(base_class->type != ZEND_INTERNAL_CLASS && base_class->parent != NULL) { in dom_objects_set_class()
/PHP-5.3/ext/reflection/
H A Dphp_reflection.c3283 RETURN_BOOL(ce->type == ZEND_INTERNAL_CLASS); in ZEND_METHOD()

Completed in 80 milliseconds