__zend_lineno     216 Zend/zend.h    #define ZEND_FILE_LINE_D				const char *__zend_filename, const uint __zend_lineno
__zend_lineno     220 Zend/zend.h    #define ZEND_FILE_LINE_RELAY_C			__zend_filename, __zend_lineno
__zend_lineno     577 Zend/zend_alloc.c 		((zend_mm_block*)(block))->debug.lineno = __zend_lineno; \
__zend_lineno    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_lineno    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_lineno    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_lineno    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_lineno      45 main/php_streams.h 	__php_stream_call_depth ? __zend_orig_lineno : __zend_lineno
__zend_lineno     310 main/streams/streams.c 	ret->open_lineno = __zend_orig_lineno ? __zend_orig_lineno : __zend_lineno;
__zend_lineno    2095 main/streams/streams.c 		stream->open_lineno = __zend_orig_lineno ? __zend_orig_lineno : __zend_lineno;