Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_inheritance.c62 if (UNEXPECTED(ce->type & ZEND_INTERNAL_CLASS)) { in zend_duplicate_function()
228 fe_ce->type == ZEND_INTERNAL_CLASS || in zend_do_perform_type_hint_check()
229 proto_ce->type == ZEND_INTERNAL_CLASS || in zend_do_perform_type_hint_check()
713 if (ce->type == ZEND_INTERNAL_CLASS) { in zend_do_inherit_interfaces()
743 if (parent_ce->type == ZEND_INTERNAL_CLASS) { in do_inherit_class_constant()
804 pefree(src, ce->type == ZEND_INTERNAL_CLASS); in zend_do_inheritance()
847 pefree(src, ce->type == ZEND_INTERNAL_CLASS); in zend_do_inheritance()
858 if (parent_ce->type == ZEND_INTERNAL_CLASS) { in zend_do_inheritance()
955 if (iface->type == ZEND_INTERNAL_CLASS) { in do_inherit_iface_constant()
998 if (ce->type == ZEND_INTERNAL_CLASS) { in zend_do_implement_interface()
[all …]
H A Dzend_interfaces.c335 if (class_type->type == ZEND_INTERNAL_CLASS) { in zend_implement_aggregate()
369 if (class_type->type == ZEND_INTERNAL_CLASS) { in zend_implement_iterator()
H A Dzend_API.c1948 if (ce->type == ZEND_INTERNAL_CLASS && in zend_collect_module_handlers()
1961 if (ce->type == ZEND_INTERNAL_CLASS && in zend_collect_module_handlers()
2478 if (ce->type == ZEND_INTERNAL_CLASS && ce->info.internal.module->module_number == module_number) { in clean_module_class()
2653 class_entry->type = ZEND_INTERNAL_CLASS; in do_register_internal_class()
3615 if (ce->type == ZEND_INTERNAL_CLASS) { in zend_declare_property_ex()
3657 if (ce->type & ZEND_INTERNAL_CLASS) { in zend_declare_property_ex()
3674 … zend_mangle_property_name("*", 1, ZSTR_VAL(name), ZSTR_LEN(name), ce->type & ZEND_INTERNAL_CLASS); in zend_declare_property_ex()
3689 zend_string *key = zend_string_init(name, name_length, ce->type & ZEND_INTERNAL_CLASS); in zend_declare_property()
3736 ZVAL_NEW_STR(&property, zend_string_init(value, strlen(value), ce->type & ZEND_INTERNAL_CLASS)); in zend_declare_property_string()
3745 ZVAL_NEW_STR(&property, zend_string_init(value, value_len, ce->type & ZEND_INTERNAL_CLASS)); in zend_declare_property_stringl()
[all …]
H A Dzend_closures.c101 if (scope && scope != func->common.scope && scope->type == ZEND_INTERNAL_CLASS) { in zend_valid_closure_binding()
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()
124 return (ce->type == ZEND_INTERNAL_CLASS) ? ZEND_HASH_APPLY_KEEP : ZEND_HASH_APPLY_REMOVE; in clean_non_persistent_class_full()
H A Dzend_compile.h849 #define ZEND_INTERNAL_CLASS 1 macro
H A Dzend_opcode.c301 case ZEND_INTERNAL_CLASS: in destroy_zend_class()
H A Dzend_compile.c1102 (ce->type == ZEND_INTERNAL_CLASS))) { in zend_do_early_binding()
1619 zend_bool persistent_hashes = (ce->type == ZEND_INTERNAL_CLASS) ? 1 : 0; in zend_initialize_class_data()
1635 if (ce->type == ZEND_INTERNAL_CLASS) { in zend_initialize_class_data()
1685 if (ce->type == ZEND_INTERNAL_CLASS) { in zend_initialize_class_data()
H A Dzend_vm_def.h5171 if (ce->type == ZEND_INTERNAL_CLASS) {
H A Dzend_vm_execute.h6047 if (ce->type == ZEND_INTERNAL_CLASS) {
17976 if (ce->type == ZEND_INTERNAL_CLASS) {
24251 if (ce->type == ZEND_INTERNAL_CLASS) {
/PHP-7.0/ext/standard/
H A Dvar.c754 …VAL(ce->name), ZSTR_LEN(ce->name), ZSTR_VAL(name), ZSTR_LEN(name), ce->type & ZEND_INTERNAL_CLASS); in php_var_serialize_class()
769 "*", 1, ZSTR_VAL(name), ZSTR_LEN(name), ce->type & ZEND_INTERNAL_CLASS); in php_var_serialize_class()
/PHP-7.0/ext/opcache/Optimizer/
H A Dpass1_5.c308 (ce->type == ZEND_INTERNAL_CLASS && in zend_optimizer_pass1()
/PHP-7.0/ext/reflection/
H A Dphp_reflection.c420 if (ce->type == ZEND_INTERNAL_CLASS && ce->info.internal.module) { in _class_string()
1020 …if ((ce->type == ZEND_INTERNAL_CLASS) && ce->info.internal.module && !strcasecmp(ce->info.internal… in _extension_class_string()
3932 RETURN_BOOL(ce->type == ZEND_INTERNAL_CLASS); in ZEND_METHOD()
5063 if ((ce->type == ZEND_INTERNAL_CLASS) && ce->info.internal.module) { in ZEND_METHOD()
5083 if ((ce->type == ZEND_INTERNAL_CLASS) && ce->info.internal.module) { in ZEND_METHOD()
5759 …if ((ce->type == ZEND_INTERNAL_CLASS) && ce->info.internal.module && !strcasecmp(ce->info.internal… in add_extension_class()
/PHP-7.0/ext/opcache/
H A DZendAccelerator.c2307 if (ce->type == ZEND_INTERNAL_CLASS) { in zend_accel_fast_shutdown()
2359 if (ce->type == ZEND_INTERNAL_CLASS) { in zend_accel_fast_shutdown()
/PHP-7.0/ext/mysqli/
H A Dmysqli.c454 while (mysqli_base_class->type != ZEND_INTERNAL_CLASS && in mysqli_objects_new()
/PHP-7.0/ext/dom/
H A Dphp_dom.c1078 …while ((base_class->type != ZEND_INTERNAL_CLASS || base_class->info.internal.module->module_number… in dom_objects_set_class()

Completed in 223 milliseconds