Home
last modified time | relevance | path

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

/php-src/ext/standard/tests/file/
H A Dbug22414.phpt2 Bug #22414 (passthru() does not read data correctly)
18 passthru($php_escaped . $args . ' -r " echo \"HELLO\"; "');
25 …$cmd = $php_escaped . $args . ' -r ' . escapeshellarg('passthru("'.$cmd.'");') . ' > '.escapeshell…
27 …$cmd = $php_escaped . $args . ' -r ' . "\"passthru('".addslashes($cmd)."');\"" . ' > '.escapeshell…
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-src/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 '.escapeshellarg($inifile).' -r '.$code);
/php-src/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-src/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-src/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-src/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-src/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-src/sapi/phpdbg/tests/
H A Dgh12962.phpt10 passthru(getenv('TEST_PHPDBG_EXECUTABLE') . " -q");
/php-src/ext/standard/
H A Durl_scanner_ex.re345 static inline void passthru(STD_PARA)
525 "<" { passthru(STD_ARGS); STATE = STATE_TAG; goto state_tag; }
526 N+ { passthru(STD_ARGS); goto state_plain; }
533 any { passthru(STD_ARGS); goto state_plain_begin; }
542 [/]? [>] { passthru(STD_ARGS); handle_form(STD_ARGS); goto state_plain_begin; }
543 [ \v\r\t\n]+ { passthru(STD_ARGS); goto state_next_arg; }
545 any { passthru(STD_ARGS); goto state_plain_begin; }
551 …alpha alphadash* { passthru(STD_ARGS); handle_arg(STD_ARGS); STATE = STATE_BEFORE_VAL; goto state_…
552 any { passthru(STD_ARGS); STATE = STATE_NEXT_ARG; goto state_next_arg; }
558 [ ]* "=" [ ]* { 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.php2727 function passthru(string $command, &$result_code = null): false|null {}
H A Dbasic_functions_arginfo.h2629 ZEND_FUNCTION(passthru);
3265 ZEND_FE(passthru, arginfo_passthru)
/php-src/ext/mbstring/libmbfl/mbfl/
H A Dgenerate_name_perfect_hash_table.php87 passthru('gperf ' . escapeshellarg(__DIR__ . '/encodings.txt') . ' --readonly-tables --null-strings…
/php-src/build/
H A Dgen_stub.php5851 passthru("wget https://github.com/nikic/PHP-Parser/archive/$tarName", $exit);
5853 passthru("curl -LO https://github.com/nikic/PHP-Parser/archive/$tarName", $exit);
5861 passthru("tar xvzf $tarName -C PHP-Parser-$version --strip-components 1", $exit);
/php-src/
H A Dphp.ini-development1138 ; passthru.
1142 ; Handling of binary data. 0 means passthru, 1 return as is, 2 convert to char.
H A Dphp.ini-production1140 ; passthru.
1144 ; Handling of binary data. 0 means passthru, 1 return as is, 2 convert to char.

Completed in 69 milliseconds