Home
last modified time | relevance | path

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

12

/PHP-7.4/ext/standard/tests/array/
H A Darray_column_variant_objects.phpt30 public function __isset($name)
/PHP-7.4/ext/spl/tests/
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-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_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_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_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()
/PHP-7.4/ext/opcache/
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_file_cache.c787 SERIALIZE_PTR(ce->__isset);
1474 UNSERIALIZE_PTR(ce->__isset);
H A Dzend_accelerator_util_funcs.c356 zend_update_inherited_handler(__isset); in zend_class_copy_ctor()

Completed in 125 milliseconds

12