Searched refs:__isset (Results 1 – 25 of 25) sorted by relevance
/PHP-5.6/Zend/tests/ |
H A D | errmsg_016.phpt | 2 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 D | bug63462.phpt | 30 function __isset($name) { 31 echo '__isset ' . $name . "\n"; 66 __isset nonExisting 67 __isset publicProperty 68 __isset protectedProperty 69 __isset privateProperty
|
H A D | magic_by_ref_005.phpt | 2 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
|
H A D | bug44899.phpt | 2 Bug #44899 (__isset usage changes behavior of empty()) 15 function __isset($field_name)
|
H A D | bug44899_2.phpt | 2 Bug #44899 (__isset usage changes behavior of empty()) - 2 15 function __isset($field_name)
|
H A D | bug52879.phpt | 2 Bug #52879 (Objects unreferenced in __get, __set, __isset or __unset can be freed too early)
|
/PHP-5.6/tests/classes/ |
H A D | bug63462.phpt | 30 function __isset($name) { 31 echo '__isset ' . $name . "\n"; 62 __isset nonExisting 63 __isset publicProperty 64 __isset protectedProperty 65 __isset privateProperty
|
H A D | unset_properties.phpt | 26 public function __isset($name) 28 echo '__isset "' . $name . '"'; 133 __isset "publicProperty" 143 __isset "protectedProperty"false 146 __isset "protectedProperty"true 150 __isset "privateProperty"false 153 __isset "privateProperty"true
|
/PHP-5.6/ext/spl/tests/ |
H A D | bug45622b.phpt | 2 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 D | arrayObject_magicMethods5.phpt | 25 function __isset($name) { 142 In UsesMagic::__isset(a) 144 In UsesMagic::__isset(nonexistent) 146 In UsesMagic::__isset(dynamic)
|
H A D | arrayObject_magicMethods1.phpt | 20 function __isset($name) {
|
H A D | arrayObject_magicMethods2.phpt | 20 function __isset($name) {
|
H A D | arrayObject_magicMethods3.phpt | 20 function __isset($name) {
|
H A D | arrayObject_magicMethods4.phpt | 25 function __isset($name) {
|
H A D | arrayObject_magicMethods6.phpt | 25 function __isset($name) {
|
/PHP-5.6/ext/reflection/tests/ |
H A D | 020.phpt | 12 function __isset($name) {
|
H A D | ReflectionMethod_getModifiers_basic.phpt | 47 public function __isset($a) {} 133 Modifiers for method TestClass::__isset(): 201 Modifiers for method TestClass::__isset():
|
/PHP-5.6/ext/opcache/ |
H A D | zend_persist.c | 671 if (ce->__isset) { 672 ce->__isset = zend_shared_alloc_get_xlat_entry(ce->__isset); 673 ce->__isset->op_array.refcount++;
|
H A D | zend_accelerator_util_funcs.c | 788 zend_update_inherited_handler(__isset);
|
/PHP-5.6/Zend/ |
H A D | zend_API.c | 2082 …r = NULL, *clone = NULL, *__get = NULL, *__set = NULL, *__unset = NULL, *__isset = NULL, *__call =… in zend_register_functions() local 2230 __isset = reg_function; in zend_register_functions() 2270 scope->__isset = __isset; in zend_register_functions() 2329 if (__isset) { in zend_register_functions() 2330 if (__isset->common.fn_flags & ZEND_ACC_STATIC) { in zend_register_functions() 2331 …zend_error(error_type, "Method %s::%s() cannot be static", scope->name, __isset->common.function_n… in zend_register_functions() 2333 __isset->common.fn_flags &= ~ZEND_ACC_ALLOW_STATIC; in zend_register_functions()
|
H A D | zend.h | 501 union _zend_function *__isset; member
|
H A D | zend_object_handlers.c | 261 zend_call_method_with_1_params(&object, ce, &ce->__isset, ZEND_ISSET_FUNC_NAME, &retval, member); in zend_std_call_issetter() 1471 zobj->ce->__isset && in zend_std_has_property()
|
H A D | zend_API.h | 199 class_container.__isset = handle_propisset; \
|
H A D | zend_compile.c | 1687 CG(active_class_entry)->__isset = (zend_function *) CG(active_op_array); in zend_do_begin_function_declaration() 3144 if (!ce->__isset) { in do_inherit_parent_constructor() 3145 ce->__isset = ce->parent->__isset; in do_inherit_parent_constructor() 4001 ce->__isset = fe; in zend_add_magic_methods() 6991 ce->__isset = NULL; in zend_initialize_class_data()
|
/PHP-5.6/ |
H A D | NEWS | 6247 . Fixed bug #52879 (Objects unreferenced in __get, __set, __isset or __unset
|
Completed in 179 milliseconds