Home
last modified time | relevance | path

Searched refs:__isset (Results 1 – 25 of 40) sorted by last modified time

12

/PHP-7.4/Zend/
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_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()
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.h138 zend_function *__isset; member
H A Dzend_API.h211 class_container.__isset = NULL; \
/PHP-7.4/ext/opcache/
H A Dzend_file_cache.c787 SERIALIZE_PTR(ce->__isset);
1474 UNSERIALIZE_PTR(ce->__isset);
H A Dzend_persist.c997 if (ce->__isset) { in zend_update_parent_ce()
998 zend_function *tmp = zend_shared_alloc_get_xlat_entry(ce->__isset); in zend_update_parent_ce()
1000 ce->__isset = tmp; in zend_update_parent_ce()
H A Dzend_accelerator_util_funcs.c356 zend_update_inherited_handler(__isset); in zend_class_copy_ctor()
/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/ext/spl/tests/
H A DarrayObject_magicMethods2.phpt20 function __isset($name) {
H A Dbug45622b.phpt2 Ensure fix to bug45622 doesn't cause __isset() to be called when ArrayObject::ARRAY_AS_PROPS is use…
8 function __isset($n) { echo "In " . __METHOD__ . "!\n"; }
22 echo "Shouldn't trigger __isset.\n";
33 Shouldn't trigger __isset.
H A DarrayObject_magicMethods1.phpt20 function __isset($name) {
H A DarrayObject_magicMethods3.phpt20 function __isset($name) {
H A DarrayObject_magicMethods4.phpt25 function __isset($name) {
H A DarrayObject_magicMethods5.phpt25 function __isset($name) {
142 In UsesMagic::__isset(a)
144 In UsesMagic::__isset(nonexistent)
146 In UsesMagic::__isset(dynamic)
H A DarrayObject_magicMethods6.phpt25 function __isset($name) {
/PHP-7.4/ext/reflection/tests/
H A DReflectionMethod_getModifiers_basic.phpt47 public function __isset($a) {}
133 Modifiers for method TestClass::__isset():
201 Modifiers for method TestClass::__isset():
/PHP-7.4/Zend/tests/
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 Dbug77291.phpt8 public function __isset($property)
H A Dbug75573.phpt22 function __isset($property_name)
H A Dbug44899.phpt2 Bug #44899 (__isset usage changes behavior of empty())
15 function __isset($field_name)
/PHP-7.4/tests/classes/
H A Dunset_properties.phpt26 public function __isset($name)
28 echo '__isset "' . $name . '"';
132 __isset "publicProperty"
142 __isset "protectedProperty"false
145 __isset "protectedProperty"true
149 __isset "privateProperty"false
152 __isset "privateProperty"true
/PHP-7.4/ext/standard/tests/array/
H A Darray_column_property_visibility.phpt11 public function __isset($name) {
H A Darray_column_variant_objects.phpt30 public function __isset($name)

Completed in 232 milliseconds

12