Home
last modified time | relevance | path

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

/PHP-7.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.phpt11 $file_name = dirname(__FILE__)."/passthru.tmp";
63 unlink(dirname(__FILE__)."/passthru.tmp");
H A Dclearstatcache_001.phpt23 passthru("rm -f " . escapeshellarg(__FILE__ . "_link1"));
/PHP-7.2/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.2/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.2/sapi/cgi/tests/
H A Dapache_request_headers.phpt20 passthru("$php -n $file");
25 passthru("$php -n -q $file");
H A Dapache_response_headers.phpt31 passthru( "$php -n -q " . escapeshellarg( $test_file ) );
H A D011.phpt22 passthru($cmd);
/PHP-7.2/ext/standard/
H A Dexec.h28 PHP_FUNCTION(passthru);
H A Durl_scanner_ex.c341 static inline void passthru(STD_PARA) in passthru() function
574 { passthru(STD_ARGS); goto state_plain; } in xx_mainloop()
579 { passthru(STD_ARGS); STATE = STATE_TAG; goto state_tag; } in xx_mainloop()
632 { passthru(STD_ARGS); goto state_plain_begin; } in xx_mainloop()
711 { passthru(STD_ARGS); goto state_plain_begin; } in xx_mainloop()
721 { passthru(STD_ARGS); goto state_next_arg; } in xx_mainloop()
729 { passthru(STD_ARGS); handle_form(STD_ARGS); goto state_plain_begin; } in xx_mainloop()
789 { passthru(STD_ARGS); STATE = STATE_NEXT_ARG; goto state_next_arg; } in xx_mainloop()
799 { passthru(STD_ARGS); handle_arg(STD_ARGS); STATE = STATE_BEFORE_VAL; goto state_before_val; } in xx_mainloop()
866 { passthru(STD_ARGS); STATE = STATE_VAL; goto state_val; } in xx_mainloop()
[all …]
H A Durl_scanner_ex.re344 static inline void passthru(STD_PARA)
526 "<" { passthru(STD_ARGS); STATE = STATE_TAG; goto state_tag; }
527 N+ { passthru(STD_ARGS); goto state_plain; }
534 any { passthru(STD_ARGS); goto state_plain_begin; }
543 [/]? [>] { passthru(STD_ARGS); handle_form(STD_ARGS); goto state_plain_begin; }
544 [ \v\r\t\n]+ { passthru(STD_ARGS); goto state_next_arg; }
546 any { passthru(STD_ARGS); goto state_plain_begin; }
552 …alpha alphadash* { passthru(STD_ARGS); handle_arg(STD_ARGS); STATE = STATE_BEFORE_VAL; goto state_…
553 any { passthru(STD_ARGS); STATE = STATE_NEXT_ARG; goto state_next_arg; }
559 [ ]* "=" [ ]* { passthru(STD_ARGS); STATE = STATE_VAL; goto state_val; }
[all …]
H A Dexec.c271 PHP_FUNCTION(passthru) in PHP_FUNCTION() argument
H A Dbasic_functions.c2861 PHP_FE(passthru, arginfo_passthru)
/PHP-7.2/ext/standard/tests/
H A Dbug73124.phpt17 passthru('"'.$php.'" -r "print_r(php_ini_scanned_files());"');
/PHP-7.2/sapi/fpm/tests/
H A Dsocket-uds-acl.phpt64 passthru("/usr/bin/getfacl -cp " . $tester->getListen('{{ADDR:UDS}}'));
/PHP-7.2/
H A Dphp.ini-development1104 ; passthru.
1108 ; Handling of binary data. 0 means passthru, 1 return as is, 2 convert to char.
H A Dphp.ini-production1106 ; passthru.
1110 ; Handling of binary data. 0 means passthru, 1 return as is, 2 convert to char.

Completed in 84 milliseconds