1
0
mirror of https://github.com/php/php-src.git synced 2026-04-26 09:28:21 +02:00

make pharglobals hidden func

This commit is contained in:
Greg Beaver
2007-08-15 23:35:27 +00:00
parent 2211e8e14f
commit 417b2cfb5e
+3 -3
View File
@@ -1,4 +1,4 @@
define pharglobals
define ___pharglobals
if basic_functions_module.zts
set $tsrm_ls = ts_resource_ex(0, 0)
set $pharglobals = ((zend_executor_globals) (*((void ***) $tsrm_ls))[phar_globals_id-1])
@@ -35,14 +35,14 @@ end
define print_phar
set $ind = 1
pharglobals
___pharglobals
printf "{"
____print_pharht $pharglobals.phar_fname_map 0
printf "}\n"
end
define print_pharfp
pharglobals
___pharglobals
set $ht = $pharglobals.phar_fname_map
set $p = $ht.pListHead
set $fpcount = 0