Home
last modified time | relevance | path

Searched refs:__isset (Results 1 – 25 of 40) sorted by path

12

/PHP-7.4/Zend/tests/
H A Dbug44899.phpt2 Bug #44899 (__isset usage changes behavior of empty())
15 function __isset($field_name)
H A Dbug44899_2.phpt2 Bug #44899 (__isset usage changes behavior of empty()) - 2
15 function __isset($field_name)
H A Dbug52879.phpt2 Bug #52879 (Objects unreferenced in __get, __set, __isset or __unset can be freed too early)
H A Dbug63462.phpt30 function __isset($name) {
31 echo '__isset ' . $name . "\n";
65 __isset nonExisting
66 __isset publicProperty
67 __isset protectedProperty
68 __isset privateProperty
H A Dbug71359.phpt8 echo "__isset($name)\n";
39 __isset(zero)
41 __isset(zero)
43 __isset(zero)
45 __isset(zero)
50 __isset(zero)
52 __isset(one)
54 __isset(two)
56 __isset(zero)
58 __isset(one)
[all …]
H A Dbug75420.1.phpt6 public function __isset($x) { $GLOBALS["name"] = 24; return true; }
H A Dbug75420.2.phpt6 public function __isset($x) { $GLOBALS["name"] = 24; return true; }
H A Dbug75420.3.phpt6 public function __isset($x) { $GLOBALS["name"] = 24; return true; }
H A Dbug75420.4.phpt6 public function __isset($x) { $GLOBALS["name"] = 24; return true; }
H A Dbug75420.5.phpt6 public function __isset($x) { $GLOBALS["obj"] = 24; return true; }
H A Dbug75420.6.phpt6 public function __isset($x) { $GLOBALS["obj"] = 24; return true; }
H A Dbug75420.phpt2 Bug #75420 (Crash when modifying property name in __isset for BP_VAR_IS)
7 public function __isset($x) { $GLOBALS["name"] = 24; return true; }
H A Dbug75573.phpt22 function __isset($property_name)
H A Dbug77291.phpt8 public function __isset($property)
H A Derrmsg_016.phpt2 errmsg: __isset() must take exactly 1 argument
7 function __isset() {
14 Fatal error: Method test::__isset() must take exactly 1 argument in %s on line %d
H A Dmagic_by_ref_005.phpt2 passing parameter of __isset() by ref
7 function __isset(&$name) { }
18 Fatal error: Method test::__isset() cannot take arguments by reference in %s on line %d
/PHP-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_magic_set.phpt15 public function __isset($name) {
16 echo "__isset ", $name, "\n";
/PHP-7.4/Zend/
H A Dzend.h138 zend_function *__isset; member
H A Dzend_API.c2148 …r = NULL, *clone = NULL, *__get = NULL, *__set = NULL, *__unset = NULL, *__isset = NULL, *__call =… in zend_register_functions() local
2354 __isset = reg_function; in zend_register_functions()
2396 scope->__isset = __isset; in zend_register_functions()
2456 if (__isset) { in zend_register_functions()
2457 if (__isset->common.fn_flags & ZEND_ACC_STATIC) { in zend_register_functions()
2458 …ype, "Method %s::%s() cannot be static", ZSTR_VAL(scope->name), ZSTR_VAL(__isset->common.function_… in zend_register_functions()
2460 __isset->common.fn_flags &= ~ZEND_ACC_ALLOW_STATIC; in zend_register_functions()
H A Dzend_API.h211 class_container.__isset = NULL; \
H A Dzend_compile.c1678 ce->__isset = NULL; in zend_initialize_class_data()
5879 ce->__isset = (zend_function *) op_array; in zend_begin_method_decl()
H A Dzend_inheritance.c145 if (EXPECTED(!ce->__isset)) { in do_inherit_parent_constructor()
146 ce->__isset = parent->__isset; in do_inherit_parent_constructor()
1533 ce->__isset = fe; in zend_add_magic_methods()
H A Dzend_object_handlers.c318 fcic.function_handler = ce->__isset; in zend_std_call_issetter()
724 if ((type == BP_VAR_IS) && zobj->ce->__isset) { in zend_std_read_property()
1762 if ((has_set_exists != ZEND_PROPERTY_EXISTS) && zobj->ce->__isset) { in zend_std_has_property()
/PHP-7.4/ext/opcache/
H A Dzend_accelerator_util_funcs.c356 zend_update_inherited_handler(__isset); in zend_class_copy_ctor()
H A Dzend_file_cache.c787 SERIALIZE_PTR(ce->__isset);
1474 UNSERIALIZE_PTR(ce->__isset);

Completed in 110 milliseconds

12