__isset           153 Zend/zend.h    	union _zend_function *__isset;
__isset          2129 Zend/zend_API.c 	zend_function *ctor = NULL, *dtor = NULL, *clone = NULL, *__get = NULL, *__set = NULL, *__unset = NULL, *__isset = NULL, *__call = NULL, *__callstatic = NULL, *__tostring = NULL, *__debugInfo = NULL;
__isset          2297 Zend/zend_API.c 				__isset = reg_function;
__isset          2339 Zend/zend_API.c 		scope->__isset = __isset;
__isset          2398 Zend/zend_API.c 		if (__isset) {
__isset          2399 Zend/zend_API.c 			if (__isset->common.fn_flags & ZEND_ACC_STATIC) {
__isset          2400 Zend/zend_API.c 				zend_error(error_type, "Method %s::%s() cannot be static", ZSTR_VAL(scope->name), ZSTR_VAL(__isset->common.function_name));
__isset          2402 Zend/zend_API.c 			__isset->common.fn_flags &= ~ZEND_ACC_ALLOW_STATIC;
__isset           208 Zend/zend_API.h 		class_container.__isset = handle_propisset;				\
__isset          1650 Zend/zend_compile.c 		ce->__isset = NULL;
__isset          4770 Zend/zend_compile.c 			ce->__isset = (zend_function *) op_array;
__isset           114 Zend/zend_inheritance.c 	if (EXPECTED(!ce->__isset)) {
__isset           115 Zend/zend_inheritance.c 		ce->__isset = ce->parent->__isset;
__isset          1063 Zend/zend_inheritance.c 		ce->__isset = fe;
__isset           266 Zend/zend_object_handlers.c 	zend_call_method_with_1_params(object, ce, &ce->__isset, ZEND_ISSET_FUNC_NAME, retval, member);
__isset          1471 Zend/zend_object_handlers.c 	if ((has_set_exists != 2) && zobj->ce->__isset) {
__isset           454 ext/opcache/zend_accelerator_util_funcs.c 	zend_update_inherited_handler(__isset);
__isset           640 ext/opcache/zend_file_cache.c 	SERIALIZE_PTR(ce->__isset);
__isset          1179 ext/opcache/zend_file_cache.c 	UNSERIALIZE_PTR(ce->__isset);
__isset           873 ext/opcache/zend_persist.c 	if (ce->__isset) {
__isset           874 ext/opcache/zend_persist.c 		ce->__isset = zend_shared_alloc_get_xlat_entry(ce->__isset);