Home
last modified time | relevance | path

Searched refs:orig_filename (Results 1 – 4 of 4) sorted by relevance

/PHP-5.4/
H A D.gdbinit635 if $p->orig_filename
636 set $orig_filename = strrchr($p->orig_filename, '/')
637 if !$orig_filename
638 set $orig_filename = $p->orig_filename
640 set $orig_filename = $orig_filename + 1
642 printf " <= %s:%d\n", $orig_filename, $p->orig_lineno
/PHP-5.4/Zend/
H A Dzend_alloc.h49 const char *orig_filename; member
H A Dzend_alloc.c349 const char *orig_filename; member
578 ((zend_mm_block*)(block))->debug.orig_filename = __zend_orig_filename; \
1299 leak.orig_filename = p->debug.orig_filename; in zend_mm_check_leaks()
/PHP-5.4/main/
H A Dmain.c1414 if (t->orig_filename) { in php_message_handler_for_zend()
1417 …lay_buf, 512, "%s(%d) : Actual location (location was relayed)\n", t->orig_filename, t->orig_linen… in php_message_handler_for_zend()

Completed in 35 milliseconds