__debugInfo       157 Zend/zend.h    	union _zend_function *__debugInfo;
__debugInfo      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;
__debugInfo      2300 Zend/zend_API.c 				__debugInfo = reg_function;
__debugInfo      2340 Zend/zend_API.c 		scope->__debugInfo = __debugInfo;
__debugInfo      2404 Zend/zend_API.c 		if (__debugInfo) {
__debugInfo      2405 Zend/zend_API.c 			if (__debugInfo->common.fn_flags & ZEND_ACC_STATIC) {
__debugInfo      2406 Zend/zend_API.c 				zend_error(error_type, "Method %s::%s() cannot be static", ZSTR_VAL(scope->name), ZSTR_VAL(__debugInfo->common.function_name));
__debugInfo       209 Zend/zend_API.h 		class_container.__debugInfo = NULL;					\
__debugInfo      1670 Zend/zend_compile.c 		ce->__debugInfo = NULL;
__debugInfo      4788 Zend/zend_compile.c 			ce->__debugInfo = (zend_function *) op_array;
__debugInfo       138 Zend/zend_inheritance.c 	if (EXPECTED(!ce->__debugInfo)) {
__debugInfo       139 Zend/zend_inheritance.c 		ce->__debugInfo = ce->parent->__debugInfo;
__debugInfo      1070 Zend/zend_inheritance.c 		ce->__debugInfo = fe;
__debugInfo       157 Zend/zend_object_handlers.c 	if (!ce->__debugInfo) {
__debugInfo       164 Zend/zend_object_handlers.c 	zend_call_method_with_0_params(object, ce, &ce->__debugInfo, ZEND_DEBUGINFO_FUNC_NAME, &retval);
__debugInfo       461 ext/opcache/zend_accelerator_util_funcs.c 	zend_update_inherited_handler(__debugInfo);
__debugInfo       644 ext/opcache/zend_file_cache.c 	SERIALIZE_PTR(ce->__debugInfo);
__debugInfo      1183 ext/opcache/zend_file_cache.c 	UNSERIALIZE_PTR(ce->__debugInfo);
__debugInfo       885 ext/opcache/zend_persist.c 	if (ce->__debugInfo) {
__debugInfo       886 ext/opcache/zend_persist.c 		ce->__debugInfo = zend_shared_alloc_get_xlat_entry(ce->__debugInfo);