__zend_filename   216 Zend/zend.h    #define ZEND_FILE_LINE_D				const char *__zend_filename, const uint __zend_lineno
__zend_filename   220 Zend/zend.h    #define ZEND_FILE_LINE_RELAY_C			__zend_filename, __zend_lineno
__zend_filename   576 Zend/zend_alloc.c 		((zend_mm_block*)(block))->debug.filename = __zend_filename; \
__zend_filename  1976 Zend/zend_alloc.c 			zend_mm_safe_error(heap, "Allowed memory size of %ld bytes exhausted at %s:%d (tried to allocate %lu bytes)", heap->limit, __zend_filename, __zend_lineno, size);
__zend_filename  1992 Zend/zend_alloc.c 			zend_mm_safe_error(heap, "Out of memory (allocated %ld) at %s:%d (tried to allocate %lu bytes)", heap->real_size, __zend_filename, __zend_lineno, size);
__zend_filename  2289 Zend/zend_alloc.c 			zend_mm_safe_error(heap, "Allowed memory size of %ld bytes exhausted at %s:%d (tried to allocate %ld bytes)", heap->limit, __zend_filename, __zend_lineno, size);
__zend_filename  2304 Zend/zend_alloc.c 			zend_mm_safe_error(heap, "Out of memory (allocated %ld) at %s:%d (tried to allocate %ld bytes)", heap->real_size, __zend_filename, __zend_lineno, size);
__zend_filename    44 main/php_streams.h 	__php_stream_call_depth ? __zend_orig_filename : __zend_filename, \
__zend_filename   309 main/streams/streams.c 	ret->open_filename = __zend_orig_filename ? __zend_orig_filename : __zend_filename;
__zend_filename  2094 main/streams/streams.c 		stream->open_filename = __zend_orig_filename ? __zend_orig_filename : __zend_filename;