Home
last modified time | relevance | path

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

/PHP-5.3/ext/standard/tests/file/
H A Dbug22414.phpt2 Bug #22414 (passthru() does not read data correctly)
14 passthru($php . $args . ' -r " echo \"HELLO\"; "');
22 $cmd = $php . $args . ' -r \' passthru("'.$cmd.'"); \' > '.$tmpfile ;
25 $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"));
H A Dfpassthru_variation.phpt15 $file_name = dirname(__FILE__)."/passthru.tmp";
/PHP-5.3/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.3/ext/standard/
H A Durl_scanner_ex.c258 static inline void passthru(STD_PARA) in passthru() function
410 { passthru(STD_ARGS); STATE = STATE_TAG; goto state_tag; } in xx_mainloop()
420 { passthru(STD_ARGS); goto state_plain; } in xx_mainloop()
486 { passthru(STD_ARGS); goto state_plain_begin; } in xx_mainloop()
568 { passthru(STD_ARGS); handle_form(STD_ARGS); goto state_plain_begin; } in xx_mainloop()
576 { passthru(STD_ARGS); goto state_next_arg; } in xx_mainloop()
586 { passthru(STD_ARGS); goto state_plain_begin; } in xx_mainloop()
653 { passthru(STD_ARGS); handle_arg(STD_ARGS); STATE = STATE_BEFORE_VAL; goto state_before_val; } in xx_mainloop()
658 { passthru(STD_ARGS); STATE = STATE_NEXT_ARG; goto state_next_arg; } in xx_mainloop()
732 { 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.c264 PHP_FUNCTION(passthru) in PHP_FUNCTION() argument
H A Dbasic_functions.c2823 PHP_FE(passthru, arginfo_passthru)
/PHP-5.3/sapi/cgi/tests/
H A D011.phpt22 passthru($cmd);
/PHP-5.3/
H A Dphp.ini-development1155 ; passthru.
1159 ; Handling of binary data. 0 means passthru, 1 return as is, 2 convert to char.
H A Dphp.ini-production1155 ; passthru.
1159 ; Handling of binary data. 0 means passthru, 1 return as is, 2 convert to char.
H A DNEWS3408 - Fixed bug #45997 (safe_mode bypass with exec/system/passthru (windows only)).

Completed in 55 milliseconds