Home
last modified time | relevance | path

Searched refs:vars (Results 1 – 25 of 246) sorted by last modified time

12345678910

/PHP-5.5/tests/output/
H A Dob_implicit_flush_variation_001.phpt14 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
/PHP-5.5/tests/lang/
H A Dbug17115.phpt2 Bug #17115 (lambda functions produce segfault with static vars)
H A Dbug20175.phpt2 Bug #20175 (Static vars can't store ref to new instance)
/PHP-5.5/tests/classes/
H A Dtostring_004.phpt5 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
/PHP-5.5/tests/basic/
H A Dbug61000.phpt2 Bug #61000 (Exceeding max nesting level doesn't delete numerical vars)
/PHP-5.5/scripts/dev/generate-phpt/src/codeSnippets/
H A Dobject.txt1 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
/PHP-5.5/scripts/dev/
H A Dgenerate-phpt.phar1010 );function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
H A Dcheck_parameters.php166 function get_params($vars, $str) argument
179 if (empty($vars[$name][0])) {
184 $ret[] = array($name, $vars[$name][0] . ($x[1] ? '*' : ''), $vars[$name][1]);
211 $vars = get_vars(substr($txt, 0, $m[0][1])); // limit var search to current location
212 $params = get_params($vars, $m[2][0]);
/PHP-5.5/sapi/nsapi/
H A Dnsapi.c699 value = pblock_findval(nsapi_vars[i].nsapi_eq, rc->rq->vars); in sapi_nsapi_register_server_variables()
983 path_translated = pblock_findval("path", rq->vars); in php5_execute()
984 path_info = pblock_findval("path-info", rq->vars); in php5_execute()
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in485 ; by clearing the environment in workers before env vars specified in this
/PHP-5.5/sapi/continuity/
H A Dcapi.c241 value = lstFset_get(rc->t->vars, "uri"); in sapi_capi_register_server_variables()
248 value = lstFset_get(rc->t->vars, "ccode"); in sapi_capi_register_server_variables()
253 value = lstFset_get(rc->t->vars, "query"); in sapi_capi_register_server_variables()
273 value = lstFset_get(rc->t->vars, "protocol"); in sapi_capi_register_server_variables()
278 value = lstFset_get(rc->t->vars, "method"); in sapi_capi_register_server_variables()
283 value = lstFset_get(rc->t->vars, "query"); in sapi_capi_register_server_variables()
288 value = lstFset_get(rc->t->vars, "docroot"); in sapi_capi_register_server_variables()
334 value = lstFset_get(rc->t->vars, "path"); in sapi_capi_register_server_variables()
413 char *query_string = lstFset_get(NSG(t->vars), "query"); in capi_request_ctor()
414 char *uri = lstFset_get(NSG(t->vars), "uri"); in capi_request_ctor()
[all …]
/PHP-5.5/main/
H A Dphp_variables.c635 zval *vars; in php_auto_globals_create_get() local
641 ALLOC_ZVAL(vars); in php_auto_globals_create_get()
642 array_init(vars); in php_auto_globals_create_get()
643 INIT_PZVAL(vars); in php_auto_globals_create_get()
651 Z_ADDREF_P(vars); in php_auto_globals_create_get()
658 zval *vars; in php_auto_globals_create_post() local
678 Z_ADDREF_P(vars); in php_auto_globals_create_post()
685 zval *vars; in php_auto_globals_create_cookie() local
701 Z_ADDREF_P(vars); in php_auto_globals_create_cookie()
708 zval *vars; in php_auto_globals_create_files() local
[all …]
/PHP-5.5/
H A Dltmain.sh3044 vars="deplibs"
3046 vars="compile_deplibs finalize_deplibs"
3048 for var in $vars dependency_libs; do
/PHP-5.5/ext/zlib/tests/
H A Dreadgzfile_variation13.phpt14 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
H A Dreadgzfile_variation6.phpt14 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
H A Dgzopen_variation1.phpt20 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
H A Dgzopen_variation2.phpt20 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
H A Dgzopen_variation3.phpt20 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
H A Dgzfile_variation13.phpt14 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
H A Dgzfile_variation6.phpt14 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
/PHP-5.5/ext/wddx/tests/
H A D002.phpt16 // add vars to packet
/PHP-5.5/ext/standard/tests/url/
H A Dparse_url_variation_001.phpt11 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
H A Dparse_url_variation_002_32bit.phpt13 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
H A Dparse_url_variation_002_64bit.phpt13 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
H A Drawurldecode_variation_001.phpt13 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {

Completed in 82 milliseconds

12345678910