Home
last modified time | relevance | path

Searched refs:passthru (Results 1 – 20 of 20) sorted by relevance

/PHP-7.4/ext/standard/tests/file/
H A Dbug22414.phpt2 Bug #22414 (passthru() does not read data correctly)
13 passthru($php . $args . ' -r " echo \"HELLO\"; "');
21 $cmd = $php . $args . ' -r \' passthru("'.$cmd.'"); \' > '.$tmpfile ;
24 $cmd = $php . $args . ' -r " passthru(\''.$cmd.'\');" > '.$tmpfile ;
H A Dfpassthru_basic.phpt11 $file_name = __DIR__."/passthru.tmp";
63 unlink(__DIR__."/passthru.tmp");
H A Dclearstatcache_001.phpt23 passthru("rm -f " . escapeshellarg(__FILE__ . "_link1"));
/PHP-7.4/ext/standard/tests/ini_info/
H A Dphp_ini_scanned_files.phpt11 passthru($php.' -r "var_dump(php_ini_scanned_files());"');
15 passthru($php.' -r "var_dump(php_ini_scanned_files());"');
18 passthru($php.' -r "var_dump(ini_get(\'date.timezone\'));"');
H A Dphp_ini_loaded_file.phpt10 passthru($php.' -n -r '.$code);
13 passthru($php.' -c "'.$inifile.'" -r '.$code);
/PHP-7.4/ext/standard/tests/misc/
H A Dexec_basic1.phpt2 exec, system, passthru — Basic command execution functions
14 var_dump(passthru($cmd));
24 Warning: passthru(): NULL byte detected. Possible attack in %s on line %d
/PHP-7.4/sapi/cli/tests/
H A Dbug78323.phpt19 passthru("$php -a:Z 2>&1", $exitCode);
31 passthru("$php -Z 2>&1", $exitCode);
43 passthru("$php --memory-limit=1G 2>&1", $exitCode);
55 passthru("$php -dmemory-limit=1G -v", $exitCode);
/PHP-7.4/ext/intl/tests/
H A Dresourcebundle.build12 passthru( ICU_DIR."genrb -s $here/_files/ -d $here/_files/resourcebundle ".$file->getFileName());
31 passthru( ICU_DIR."genrb -s $here/_files/ -d $here/_files/resourcebundle res_index.txt");
33 // passthru(ICU_DIR."icupkg -tl -a $here/rb.txt -s $here/_files -d $here/_files new $here/_files/re…
/PHP-7.4/sapi/fpm/tests/
H A Dbug78323.phpt14 passthru("$php --memory-limit=1G 2>&1", $exitCode);
25 passthru("$php -dmemory-limit=1G -v", $exitCode);
H A Dsocket-uds-acl.phpt64 passthru("/usr/bin/getfacl -cp " . $tester->getListen('{{ADDR:UDS}}'));
/PHP-7.4/sapi/cgi/tests/
H A Dapache_request_headers.phpt20 passthru("$php -n $file");
25 passthru("$php -n -q $file");
H A Dbug78323.phpt14 passthru("$php --memory-limit=1G 2>&1", $exitCode);
26 passthru("$php -dmemory-limit=1G -v", $exitCode);
H A Dapache_response_headers.phpt31 passthru( "$php -n -q " . escapeshellarg( $test_file ) );
H A D011.phpt22 passthru($cmd);
/PHP-7.4/ext/standard/
H A Dexec.h26 PHP_FUNCTION(passthru);
H A Durl_scanner_ex.re344 static inline void passthru(STD_PARA)
524 "<" { passthru(STD_ARGS); STATE = STATE_TAG; goto state_tag; }
525 N+ { passthru(STD_ARGS); goto state_plain; }
532 any { passthru(STD_ARGS); goto state_plain_begin; }
541 [/]? [>] { passthru(STD_ARGS); handle_form(STD_ARGS); goto state_plain_begin; }
542 [ \v\r\t\n]+ { passthru(STD_ARGS); goto state_next_arg; }
544 any { passthru(STD_ARGS); goto state_plain_begin; }
550 …alpha alphadash* { passthru(STD_ARGS); handle_arg(STD_ARGS); STATE = STATE_BEFORE_VAL; goto state_…
551 any { passthru(STD_ARGS); STATE = STATE_NEXT_ARG; goto state_next_arg; }
557 [ ]* "=" [ ]* { passthru(STD_ARGS); STATE = STATE_VAL; goto state_val; }
[all …]
H A Dexec.c277 PHP_FUNCTION(passthru) in PHP_FUNCTION() argument
H A Dbasic_functions.c2875 PHP_FE(passthru, arginfo_passthru)
/PHP-7.4/
H A Dphp.ini-development1127 ; passthru.
1131 ; Handling of binary data. 0 means passthru, 1 return as is, 2 convert to char.
H A Dphp.ini-production1127 ; passthru.
1131 ; Handling of binary data. 0 means passthru, 1 return as is, 2 convert to char.

Completed in 43 milliseconds