Home
last modified time | relevance | path

Searched refs:__isset (Results 26 – 39 of 39) sorted by relevance

12

/PHP-7.2/ext/spl/tests/
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-7.2/ext/opcache/
H A Dzend_persist.c827 if (ce->__isset) { in zend_update_parent_ce()
828 ce->__isset = zend_shared_alloc_get_xlat_entry(ce->__isset); in zend_update_parent_ce()
H A Dzend_file_cache.c706 SERIALIZE_PTR(ce->__isset);
1336 UNSERIALIZE_PTR(ce->__isset);
H A Dzend_accelerator_util_funcs.c404 zend_update_inherited_handler(__isset); in zend_class_copy_ctor()
/PHP-7.2/Zend/
H A Dzend.h137 union _zend_function *__isset; member
H A Dzend_inheritance.c114 if (EXPECTED(!ce->__isset)) { in do_inherit_parent_constructor()
115 ce->__isset = ce->parent->__isset; in do_inherit_parent_constructor()
1119 ce->__isset = fe; in zend_add_magic_methods()
H A Dzend_API.c2156 …r = NULL, *clone = NULL, *__get = NULL, *__set = NULL, *__unset = NULL, *__isset = NULL, *__call =… in zend_register_functions() local
2357 __isset = reg_function; in zend_register_functions()
2399 scope->__isset = __isset; in zend_register_functions()
2457 if (__isset) { in zend_register_functions()
2458 if (__isset->common.fn_flags & ZEND_ACC_STATIC) { in zend_register_functions()
2459 …ype, "Method %s::%s() cannot be static", ZSTR_VAL(scope->name), ZSTR_VAL(__isset->common.function_… in zend_register_functions()
2461 __isset->common.fn_flags &= ~ZEND_ACC_ALLOW_STATIC; in zend_register_functions()
H A Dzend_object_handlers.c267 zend_call_method_with_1_params(object, ce, &ce->__isset, ZEND_ISSET_FUNC_NAME, retval, member); in zend_std_call_issetter()
609 if ((type == BP_VAR_IS) && zobj->ce->__isset) { in zend_std_read_property()
1584 if ((has_set_exists != 2) && zobj->ce->__isset) { in zend_std_has_property()
H A Dzend_API.h218 class_container.__isset = handle_propisset; \
H A Dzend_compile.c1801 ce->__isset = NULL; in zend_initialize_class_data()
5851 ce->__isset = (zend_function *) op_array; in zend_begin_method_decl()
/PHP-7.2/
H A DNEWS1657 . Fixed bug #75420 (Crash when modifing property name in __isset for

Completed in 87 milliseconds

12