blob: 401a4bb88c067eb57657897a934313760c02fdbf (
plain)
1
2
3
4
5
6
7
8
9
10
|
define ____phpdbg_globals
if basic_functions_module.zts
if !$tsrm_ls
set $tsrm_ls = ts_resource_ex(0, 0)
end
set $phpdbg = ((zend_phpdbg_globals*) (*((void ***) $tsrm_ls))[phpdbg_globals_id-1])
else
set $phpdbg = phpdbg_globals
end
end
|