Home
last modified time | relevance | path

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

/PHP-5.4/ext/mysqlnd/
H A Dmysqlnd_alloc.c68 #define __zend_filename "/unknown/unknown" macro
88 char * fn = strrchr(__zend_filename, PHP_DIR_SEPARATOR); in _mysqlnd_emalloc()
127 char * fn = strrchr(__zend_filename, PHP_DIR_SEPARATOR); in _mysqlnd_pemalloc()
169 char * fn = strrchr(__zend_filename, PHP_DIR_SEPARATOR); in _mysqlnd_ecalloc()
209 char * fn = strrchr(__zend_filename, PHP_DIR_SEPARATOR); in _mysqlnd_pecalloc()
252 char * fn = strrchr(__zend_filename, PHP_DIR_SEPARATOR); in _mysqlnd_erealloc()
292 char * fn = strrchr(__zend_filename, PHP_DIR_SEPARATOR); in _mysqlnd_perealloc()
331 char * fn = strrchr(__zend_filename, PHP_DIR_SEPARATOR); in _mysqlnd_efree()
361 char * fn = strrchr(__zend_filename, PHP_DIR_SEPARATOR); in _mysqlnd_pefree()
394 char * fn = strrchr(__zend_filename, PHP_DIR_SEPARATOR); in _mysqlnd_malloc()
[all …]
/PHP-5.4/Zend/
H A Dzend.h203 #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 Dzend_alloc.c576 ((zend_mm_block*)(block))->debug.filename = __zend_filename; \
1972 …ytes exhausted at %s:%d (tried to allocate %lu bytes)", heap->limit, __zend_filename, __zend_linen… in _zend_mm_alloc_int()
1988 …cated %ld) at %s:%d (tried to allocate %lu bytes)", heap->real_size, __zend_filename, __zend_linen… in _zend_mm_alloc_int()
2285 …ytes exhausted at %s:%d (tried to allocate %ld bytes)", heap->limit, __zend_filename, __zend_linen… in _zend_mm_realloc_int()
2300 …cated %ld) at %s:%d (tried to allocate %ld bytes)", heap->real_size, __zend_filename, __zend_linen… in _zend_mm_realloc_int()
/PHP-5.4/main/
H A Dphp_streams.h44 __php_stream_call_depth ? __zend_orig_filename : __zend_filename, \
/PHP-5.4/main/streams/
H A Dstreams.c309 ret->open_filename = __zend_orig_filename ? __zend_orig_filename : __zend_filename; in _php_stream_alloc()
2099 stream->open_filename = __zend_orig_filename ? __zend_orig_filename : __zend_filename;

Completed in 54 milliseconds