Home
last modified time | relevance | path

Searched refs:tsrm_ls (Results 1 – 8 of 8) sorted by relevance

/PHP-7.0/sapi/phpdbg/
H A D.gdbinit3 if !$tsrm_ls
4 set $tsrm_ls = ts_resource_ex(0, 0)
6 set $phpdbg = ((zend_phpdbg_globals*) (*((void ***) $tsrm_ls))[phpdbg_globals_id-1])
/PHP-7.0/ext/phar/
H A Dgdbhelp3 set $tsrm_ls = ts_resource_ex(0, 0)
4 set $pharglobals = ((zend_phar_globals) (*((void ***) $tsrm_ls))[phar_globals_id-1])
/PHP-7.0/
H A D.gdbinit2 set $tsrm_ls = $arg0
14 if !$tsrm_ls
15 set $tsrm_ls = ts_resource_ex(0, 0)
17 set $eg = ((zend_executor_globals*) (*((void ***) $tsrm_ls))[executor_globals_id-1])
18 set $cg = ((zend_compiler_globals*) (*((void ***) $tsrm_ls))[compiler_globals_id-1])
H A DUPGRADING.INTERNALS152 pass the tsrm_ls pointer explicitly. The TSRMLS_* macros should not be used
184 occurrences and integrating the macros mentioned above. However if tsrm_ls
/PHP-7.0/TSRM/
H A DTSRM.h166 #define TSRMLS_FETCH_FROM_CTX(ctx) void ***tsrm_ls = (void ***) ctx
/PHP-7.0/ext/interbase/
H A Dphp_ibase_udf.c114 static void ***tsrm_ls; variable
/PHP-7.0/sapi/litespeed/
H A Dlsapi_main.c99 void ***tsrm_ls; variable
1267 tsrm_ls = ts_resource(0); in main()
/PHP-7.0/sapi/fpm/fpm/
H A Dfpm_main.c1582 void ***tsrm_ls; local
1611 tsrm_ls = ts_resource(0);

Completed in 24 milliseconds