summaryrefslogtreecommitdiff
path: root/ext/domxml/php_domxml.c
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2002-05-10 09:41:50 +0000
committerAndi Gutmans <andi@php.net>2002-05-10 09:41:50 +0000
commitb6219a0dbcfe5c60a1f22e5f168addcda6ed4859 (patch)
tree78fccf8c4479c716701ea598adfbde2175cb1401 /ext/domxml/php_domxml.c
parentcaa2dd2ce2ed751084030fb2e9efc2d7b9ed038b (diff)
downloadphp-git-b6219a0dbcfe5c60a1f22e5f168addcda6ed4859.tar.gz
- Make debug_backtrace() return an array. Still not finished because I
might want to differentiate between method calls and static methods. Example: $bt = debug_backtrace(); foreach ($bt as $frame) { if (isset($frame['class'])) { print $frame['class']; print "::"; } print $frame['function']; print " ["; print $frame['file']; print ":"; print $frame['line']; print "]\n"; }
Diffstat (limited to 'ext/domxml/php_domxml.c')
0 files changed, 0 insertions, 0 deletions