Searched refs:__zend_lineno (Results 1 – 5 of 5) sorted by relevance
/PHP-5.4/ext/mysqlnd/ |
H A D | mysqlnd_alloc.c | 69 #define __zend_lineno 0 macro 89 DBG_INF_FMT("file=%-15s line=%4d", fn? fn + 1:__zend_filename, __zend_lineno); in _mysqlnd_emalloc() 128 DBG_INF_FMT("file=%-15s line=%4d", fn? fn + 1:__zend_filename, __zend_lineno); in _mysqlnd_pemalloc() 170 DBG_INF_FMT("file=%-15s line=%4d", fn? fn + 1:__zend_filename, __zend_lineno); in _mysqlnd_ecalloc() 210 DBG_INF_FMT("file=%-15s line=%4d", fn? fn + 1:__zend_filename, __zend_lineno); in _mysqlnd_pecalloc() 253 DBG_INF_FMT("file=%-15s line=%4d", fn? fn + 1:__zend_filename, __zend_lineno); in _mysqlnd_erealloc() 293 DBG_INF_FMT("file=%-15s line=%4d", fn? fn + 1:__zend_filename, __zend_lineno); in _mysqlnd_perealloc() 332 DBG_INF_FMT("file=%-15s line=%4d", fn? fn + 1:__zend_filename, __zend_lineno); in _mysqlnd_efree() 362 DBG_INF_FMT("file=%-15s line=%4d", fn? fn + 1:__zend_filename, __zend_lineno); in _mysqlnd_pefree() 395 DBG_INF_FMT("file=%-15s line=%4d", fn? fn + 1:__zend_filename, __zend_lineno); in _mysqlnd_malloc() [all …]
|
/PHP-5.4/Zend/ |
H A D | zend.h | 203 #define ZEND_FILE_LINE_D const char *__zend_filename, const uint __zend_lineno 207 #define ZEND_FILE_LINE_RELAY_C __zend_filename, __zend_lineno
|
H A D | zend_alloc.c | 577 ((zend_mm_block*)(block))->debug.lineno = __zend_lineno; \ 1972 …austed at %s:%d (tried to allocate %lu bytes)", heap->limit, __zend_filename, __zend_lineno, size); in _zend_mm_alloc_int() 1988 …d) at %s:%d (tried to allocate %lu bytes)", heap->real_size, __zend_filename, __zend_lineno, size); in _zend_mm_alloc_int() 2285 …austed at %s:%d (tried to allocate %ld bytes)", heap->limit, __zend_filename, __zend_lineno, size); in _zend_mm_realloc_int() 2300 …d) at %s:%d (tried to allocate %ld bytes)", heap->real_size, __zend_filename, __zend_lineno, size); in _zend_mm_realloc_int()
|
/PHP-5.4/main/ |
H A D | php_streams.h | 45 __php_stream_call_depth ? __zend_orig_lineno : __zend_lineno
|
/PHP-5.4/main/streams/ |
H A D | streams.c | 310 ret->open_lineno = __zend_orig_lineno ? __zend_orig_lineno : __zend_lineno; in _php_stream_alloc() 2100 stream->open_lineno = __zend_orig_lineno ? __zend_orig_lineno : __zend_lineno;
|
Completed in 30 milliseconds