Home
last modified time | relevance | path

Searched refs:__zend_lineno (Results 1 – 5 of 5) sorted by relevance

/PHP-5.3/ext/mysqlnd/
H A Dmysqlnd_debug.c811 #define __zend_lineno 0 macro
826 DBG_INF_FMT("file=%-15s line=%4d", strrchr(__zend_filename, PHP_DIR_SEPARATOR) + 1, __zend_lineno); in _mysqlnd_emalloc()
858 DBG_INF_FMT("file=%-15s line=%4d", strrchr(__zend_filename, PHP_DIR_SEPARATOR) + 1, __zend_lineno); in _mysqlnd_pemalloc()
893 DBG_INF_FMT("file=%-15s line=%4d", strrchr(__zend_filename, PHP_DIR_SEPARATOR) + 1, __zend_lineno); in _mysqlnd_ecalloc()
926 DBG_INF_FMT("file=%-15s line=%4d", strrchr(__zend_filename, PHP_DIR_SEPARATOR) + 1, __zend_lineno); in _mysqlnd_pecalloc()
962 DBG_INF_FMT("file=%-15s line=%4d", strrchr(__zend_filename, PHP_DIR_SEPARATOR) + 1, __zend_lineno); in _mysqlnd_erealloc()
995 DBG_INF_FMT("file=%-15s line=%4d", strrchr(__zend_filename, PHP_DIR_SEPARATOR) + 1, __zend_lineno); in _mysqlnd_perealloc()
1029 DBG_INF_FMT("file=%-15s line=%4d", strrchr(__zend_filename, PHP_DIR_SEPARATOR) + 1, __zend_lineno); in _mysqlnd_efree()
1054 DBG_INF_FMT("file=%-15s line=%4d", strrchr(__zend_filename, PHP_DIR_SEPARATOR) + 1, __zend_lineno); in _mysqlnd_pefree()
1080 DBG_INF_FMT("file=%-15s line=%4d", strrchr(__zend_filename, PHP_DIR_SEPARATOR) + 1, __zend_lineno); in _mysqlnd_malloc()
[all …]
/PHP-5.3/Zend/
H A Dzend.h203 #define ZEND_FILE_LINE_D char *__zend_filename, uint __zend_lineno
207 #define ZEND_FILE_LINE_RELAY_C __zend_filename, __zend_lineno
H A Dzend_alloc.c572 ((zend_mm_block*)(block))->debug.lineno = __zend_lineno; \
1902 …austed at %s:%d (tried to allocate %lu bytes)", heap->limit, __zend_filename, __zend_lineno, size); in _zend_mm_alloc_int()
1918 …d) at %s:%d (tried to allocate %lu bytes)", heap->real_size, __zend_filename, __zend_lineno, size); in _zend_mm_alloc_int()
2211 …austed at %s:%d (tried to allocate %ld bytes)", heap->limit, __zend_filename, __zend_lineno, size); in _zend_mm_realloc_int()
2226 …d) at %s:%d (tried to allocate %ld bytes)", heap->real_size, __zend_filename, __zend_lineno, size); in _zend_mm_realloc_int()
/PHP-5.3/main/
H A Dphp_streams.h45 __php_stream_call_depth ? __zend_orig_lineno : __zend_lineno
/PHP-5.3/main/streams/
H A Dstreams.c301 ret->open_lineno = __zend_orig_lineno ? __zend_orig_lineno : __zend_lineno; in _php_stream_alloc()
2018 stream->open_lineno = __zend_orig_lineno ? __zend_orig_lineno : __zend_lineno;

Completed in 33 milliseconds