Home
last modified time | relevance | path

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

/PHP-5.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 = dirname(__FILE__)."/passthru.tmp";
63 unlink(dirname(__FILE__)."/passthru.tmp");
H A Dclearstatcache_001.phpt23 passthru("rm -f " . escapeshellarg(__FILE__ . "_link1"));
/PHP-5.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-5.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-5.4/sapi/cgi/tests/
H A Dapache_request_headers.phpt20 passthru("$php -n $file");
25 passthru("$php -n -q $file");
H A D011.phpt22 passthru($cmd);
/PHP-5.4/ext/standard/
H A Durl_scanner_ex.c259 static inline void passthru(STD_PARA) in passthru() function
411 { passthru(STD_ARGS); STATE = STATE_TAG; goto state_tag; } in xx_mainloop()
421 { passthru(STD_ARGS); goto state_plain; } in xx_mainloop()
487 { passthru(STD_ARGS); goto state_plain_begin; } in xx_mainloop()
569 { passthru(STD_ARGS); handle_form(STD_ARGS); goto state_plain_begin; } in xx_mainloop()
577 { passthru(STD_ARGS); goto state_next_arg; } in xx_mainloop()
587 { passthru(STD_ARGS); goto state_plain_begin; } in xx_mainloop()
654 { passthru(STD_ARGS); handle_arg(STD_ARGS); STATE = STATE_BEFORE_VAL; goto state_before_val; } in xx_mainloop()
659 { passthru(STD_ARGS); STATE = STATE_NEXT_ARG; goto state_next_arg; } in xx_mainloop()
733 { passthru(STD_ARGS); STATE = STATE_VAL; goto state_val; } in xx_mainloop()
[all …]
H A Durl_scanner_ex.re195 static inline void passthru(STD_PARA)
303 "<" { passthru(STD_ARGS); STATE = STATE_TAG; goto state_tag; }
304 N+ { passthru(STD_ARGS); goto state_plain; }
311 any { passthru(STD_ARGS); goto state_plain_begin; }
320 [/]? [>] { passthru(STD_ARGS); handle_form(STD_ARGS); goto state_plain_begin; }
321 [ \v\r\t\n]+ { passthru(STD_ARGS); goto state_next_arg; }
323 any { passthru(STD_ARGS); goto state_plain_begin; }
329 …alpha alphadash* { passthru(STD_ARGS); handle_arg(STD_ARGS); STATE = STATE_BEFORE_VAL; goto state_…
330 any { passthru(STD_ARGS); STATE = STATE_NEXT_ARG; goto state_next_arg; }
336 [ ]* "=" [ ]* { passthru(STD_ARGS); STATE = STATE_VAL; goto state_val; }
[all …]
H A Dexec.h28 PHP_FUNCTION(passthru);
H A Dexec.c230 PHP_FUNCTION(passthru) in PHP_FUNCTION() argument
H A Dbasic_functions.c2833 PHP_FE(passthru, arginfo_passthru)
/PHP-5.4/
H A Dphp.ini-development1051 ; passthru.
1055 ; Handling of binary data. 0 means passthru, 1 return as is, 2 convert to char.
H A Dphp.ini-production1051 ; passthru.
1055 ; Handling of binary data. 0 means passthru, 1 return as is, 2 convert to char.
H A DNEWS214 . Added NULL byte protection to exec, system and passthru. (Yasuo)
5269 - Fixed bug #45997 (safe_mode bypass with exec/system/passthru (windows only)).

Completed in 79 milliseconds