Home
last modified time | relevance | path

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

/PHP-5.5/Zend/tests/
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 Dbug63462.phpt30 function __isset($name) {
31 echo '__isset ' . $name . "\n";
66 __isset nonExisting
67 __isset publicProperty
68 __isset protectedProperty
69 __isset privateProperty
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
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)
/PHP-5.5/tests/classes/
H A Dbug63462.phpt30 function __isset($name) {
31 echo '__isset ' . $name . "\n";
62 __isset nonExisting
63 __isset publicProperty
64 __isset protectedProperty
65 __isset privateProperty
H A Dunset_properties.phpt26 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.5/ext/spl/tests/
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_magicMethods5.phpt25 function __isset($name) {
142 In UsesMagic::__isset(a)
144 In UsesMagic::__isset(nonexistent)
146 In UsesMagic::__isset(dynamic)
H A DarrayObject_magicMethods1.phpt20 function __isset($name) {
H A DarrayObject_magicMethods2.phpt20 function __isset($name) {
H A DarrayObject_magicMethods3.phpt20 function __isset($name) {
H A DarrayObject_magicMethods4.phpt25 function __isset($name) {
H A DarrayObject_magicMethods6.phpt25 function __isset($name) {
/PHP-5.5/ext/reflection/tests/
H A D020.phpt12 function __isset($name) {
H A DReflectionMethod_getModifiers_basic.phpt47 public function __isset($a) {}
133 Modifiers for method TestClass::__isset():
201 Modifiers for method TestClass::__isset():
/PHP-5.5/ext/opcache/
H A Dzend_persist.c640 if (ce->__isset) {
641 ce->__isset = zend_shared_alloc_get_xlat_entry(ce->__isset);
642 ce->__isset->op_array.refcount++;
H A Dzend_accelerator_util_funcs.c726 zend_update_inherited_handler(__isset);
/PHP-5.5/Zend/
H A Dzend_API.c2035 …r = NULL, *clone = NULL, *__get = NULL, *__set = NULL, *__unset = NULL, *__isset = NULL, *__call =… in zend_register_functions() local
2177 __isset = reg_function; in zend_register_functions()
2215 scope->__isset = __isset; in zend_register_functions()
2273 if (__isset) { in zend_register_functions()
2274 if (__isset->common.fn_flags & ZEND_ACC_STATIC) { in zend_register_functions()
2275 …zend_error(error_type, "Method %s::%s() cannot be static", scope->name, __isset->common.function_n… in zend_register_functions()
2277 __isset->common.fn_flags &= ~ZEND_ACC_ALLOW_STATIC; in zend_register_functions()
H A Dzend.h499 union _zend_function *__isset; member
H A Dzend_object_handlers.c229 zend_call_method_with_1_params(&object, ce, &ce->__isset, ZEND_ISSET_FUNC_NAME, &retval, member); in zend_std_call_issetter()
1441 zobj->ce->__isset && in zend_std_has_property()
H A Dzend_API.h197 class_container.__isset = handle_propisset; \
H A Dzend_compile.c1679 CG(active_class_entry)->__isset = (zend_function *) CG(active_op_array); in zend_do_begin_function_declaration()
3025 if (!ce->__isset) { in do_inherit_parent_constructor()
3026 ce->__isset = ce->parent->__isset; in do_inherit_parent_constructor()
3860 ce->__isset = fe; in zend_add_magic_methods()
6860 ce->__isset = NULL; in zend_initialize_class_data()
/PHP-5.5/
H A DNEWS4669 . Fixed bug #52879 (Objects unreferenced in __get, __set, __isset or __unset

Completed in 159 milliseconds