Searched refs:passthru (Results 1 – 21 of 21) sorted by relevance
/PHP-8.0/ext/standard/tests/file/ |
H A D | bug22414.phpt | 2 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 D | fpassthru_basic.phpt | 5 $file_name = __DIR__."/passthru.tmp"; 57 unlink(__DIR__."/passthru.tmp");
|
H A D | clearstatcache_001.phpt | 23 passthru("rm -f " . escapeshellarg(__FILE__ . "_link1"));
|
/PHP-8.0/ext/standard/tests/ini_info/ |
H A D | php_ini_scanned_files.phpt | 11 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 D | php_ini_loaded_file.phpt | 10 passthru($php.' -n -r '.$code); 13 passthru($php.' -c "'.$inifile.'" -r '.$code);
|
/PHP-8.0/ext/standard/tests/misc/ |
H A D | exec_basic1.phpt | 2 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.0/sapi/cli/tests/ |
H A D | bug78323.phpt | 19 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.0/ext/intl/tests/ |
H A D | resourcebundle.build | 13 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.0/sapi/fpm/tests/ |
H A D | bug78323.phpt | 14 passthru("$php --memory-limit=1G 2>&1", $exitCode); 25 passthru("$php -dmemory-limit=1G -v", $exitCode);
|
H A D | socket-uds-acl.phpt | 64 passthru("/usr/bin/getfacl -cp " . $tester->getListen('{{ADDR:UDS}}'));
|
/PHP-8.0/sapi/cgi/tests/ |
H A D | apache_request_headers.phpt | 20 passthru("$php -n $file"); 25 passthru("$php -n -q $file");
|
H A D | bug78323.phpt | 14 passthru("$php --memory-limit=1G 2>&1", $exitCode); 26 passthru("$php -dmemory-limit=1G -v", $exitCode);
|
H A D | apache_response_headers.phpt | 31 passthru( "$php -n -q " . escapeshellarg( $test_file ) );
|
H A D | 011.phpt | 22 passthru($cmd);
|
/PHP-8.0/ext/standard/ |
H A D | url_scanner_ex.re | 342 static inline void passthru(STD_PARA) 522 "<" { passthru(STD_ARGS); STATE = STATE_TAG; goto state_tag; } 523 N+ { passthru(STD_ARGS); goto state_plain; } 530 any { passthru(STD_ARGS); goto state_plain_begin; } 539 [/]? [>] { passthru(STD_ARGS); handle_form(STD_ARGS); goto state_plain_begin; } 540 [ \v\r\t\n]+ { passthru(STD_ARGS); goto state_next_arg; } 542 any { passthru(STD_ARGS); goto state_plain_begin; } 548 …alpha alphadash* { passthru(STD_ARGS); handle_arg(STD_ARGS); STATE = STATE_BEFORE_VAL; goto state_… 549 any { passthru(STD_ARGS); STATE = STATE_NEXT_ARG; goto state_next_arg; } 555 [ ]* "=" [ ]* { passthru(STD_ARGS); STATE = STATE_VAL; goto state_val; } [all …]
|
H A D | exec.c | 267 PHP_FUNCTION(passthru) in PHP_FUNCTION() argument
|
H A D | basic_functions.stub.php | 739 function passthru(string $command, &$result_code = null): ?bool {} function
|
H A D | basic_functions_arginfo.h | 2532 ZEND_FUNCTION(passthru); 3169 ZEND_FE(passthru, arginfo_passthru)
|
/PHP-8.0/build/ |
H A D | gen_stub.php | 1771 passthru("wget https://github.com/nikic/PHP-Parser/archive/$tarName", $exit); 1773 passthru("curl -LO https://github.com/nikic/PHP-Parser/archive/$tarName", $exit); 1781 passthru("tar xvzf $tarName -C PHP-Parser-$version --strip-components 1", $exit);
|
/PHP-8.0/ |
H A D | php.ini-development | 1134 ; passthru. 1138 ; Handling of binary data. 0 means passthru, 1 return as is, 2 convert to char.
|
H A D | php.ini-production | 1136 ; passthru. 1140 ; Handling of binary data. 0 means passthru, 1 return as is, 2 convert to char.
|
Completed in 56 milliseconds