Searched refs:orig_filename (Results 1 – 4 of 4) sorted by relevance
635 if $p->orig_filename636 set $orig_filename = strrchr($p->orig_filename, '/')637 if !$orig_filename638 set $orig_filename = $p->orig_filename640 set $orig_filename = $orig_filename + 1642 printf " <= %s:%d\n", $orig_filename, $p->orig_lineno
49 const char *orig_filename; member
349 const char *orig_filename; member578 ((zend_mm_block*)(block))->debug.orig_filename = __zend_orig_filename; \1303 leak.orig_filename = p->debug.orig_filename; in zend_mm_check_leaks()
1418 if (t->orig_filename) { in php_message_handler_for_zend()1421 …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 22 milliseconds