Home
last modified time | relevance | path

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

/PHP-8.2/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.phpt5 $file_name = __DIR__."/passthru.tmp";
57 unlink(__DIR__."/passthru.tmp");
H A Dclearstatcache_001.phpt23 passthru("rm -f " . escapeshellarg(__FILE__ . "_link1"));
/PHP-8.2/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-8.2/ext/standard/tests/misc/
H A Dexec_basic1.phpt2 exec, system, passthru — Basic command execution functions
22 var_dump(passthru($cmd, $output));
30 passthru(): Argument #1 ($command) must not contain any null bytes
/PHP-8.2/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-8.2/ext/intl/tests/
H A Dresourcebundle.build13 passthru( ICU_DIR."genrb -s $here/_files/ -d $here/_files/resourcebundle ".$file->getFileName());
32 passthru( ICU_DIR."genrb -s $here/_files/ -d $here/_files/resourcebundle res_index.txt");
34 // passthru(ICU_DIR."icupkg -tl -a $here/rb.txt -s $here/_files -d $here/_files new $here/_files/re…
/PHP-8.2/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-8.2/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 Dghsa-3qgc-jrrr-25jv.phpt27 passthru("$php -s");
H A D011.phpt22 passthru($cmd);
/PHP-8.2/sapi/phpdbg/tests/
H A Dgh12962.phpt10 passthru(getenv('TEST_PHPDBG_EXECUTABLE') . " -q");
/PHP-8.2/ext/standard/
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.c267 PHP_FUNCTION(passthru) in PHP_FUNCTION() argument
H A Dbasic_functions.stub.php1913 function passthru(string $command, &$result_code = null): false|null {}
H A Dbasic_functions_arginfo.h2524 ZEND_FUNCTION(passthru);
3159 ZEND_FE(passthru, arginfo_passthru)
/PHP-8.2/build/
H A Dgen_stub.php4611 passthru("wget https://github.com/nikic/PHP-Parser/archive/$tarName", $exit);
4613 passthru("curl -LO https://github.com/nikic/PHP-Parser/archive/$tarName", $exit);
4621 passthru("tar xvzf $tarName -C PHP-Parser-$version --strip-components 1", $exit);
/PHP-8.2/
H A Dphp.ini-development1144 ; passthru.
1148 ; Handling of binary data. 0 means passthru, 1 return as is, 2 convert to char.
H A Dphp.ini-production1146 ; passthru.
1150 ; Handling of binary data. 0 means passthru, 1 return as is, 2 convert to char.

Completed in 53 milliseconds