Home
last modified time | relevance | path

Searched refs:F (Results 26 – 50 of 195) sorted by relevance

12345678

/PHP-5.5/ext/curl/tests/
H A Dcurl_escape.phpt23 string(36) "http%3A%2F%2Fwww.php.net%2F%20%3F%21"
/PHP-5.5/tests/lang/
H A D014.phpt5 function F ($a) {
10 F("echo \"Hello\";");
H A D012.phpt5 function F () {
13 echo F();
H A D011.phpt5 function F()
16 echo F();
/PHP-5.5/ext/filter/tests/
H A D027.phpt23 string(75) "%3F%3E%3C%21%40%23%24%25%5E%26%2A%28%29%7D%7B%7EQwertyuilfdsasdfgmnbvcxcvbn"
26 string(75) "%3F%3E%3C%21%40%23%24%25%5E%26%2A%28%29%7D%7B%7EQwertyuilfdsasdfgmnbvcxcvbn"
29 string(75) "%3F%3E%3C%21%40%23%24%25%5E%26%2A%28%29%7D%7B%7EQwertyuilfdsasdfgmnbvcxcvbn"
/PHP-5.5/ext/reflection/tests/
H A DReflectionClass_getMethod_001.phpt38 echo " --> Check for F(): ";
39 var_dump($rc->getMethod("F"));
62 --> Check for F(): object(ReflectionMethod)#%d (2) {
82 --> Check for F(): object(ReflectionMethod)#%d (2) {
102 --> Check for F(): object(ReflectionMethod)#%d (2) {
122 --> Check for F(): object(ReflectionMethod)#%d (2) {
142 --> Check for F(): object(ReflectionMethod)#%d (2) {
162 --> Check for F(): object(ReflectionMethod)#%d (2) {
H A DReflectionClass_getDocComment_001.phpt45 class F extends C implements I {} {}
50 $classes = array('A', 'B', 'C', 'D', 'E', 'F', 'G', 'I');
90 ---> Doc comment for class F:
/PHP-5.5/ext/intl/tests/
H A Dbug62070.phpt16 5%2F%3D%3DC%01%09%01%8F%08
/PHP-5.5/ext/standard/tests/strings/
H A Dconvert_uuencode_basic.phpt58 string(82) "M2&5R92!I<R!A('-I;7!L92!S=')I;F<@=&\@=&5S="!C;VYV97)T7W5U96YC
63 string(74) "M"2!4:&ES(%-T<FEN9R!C;VYT86EN<R`)"2!S;VUE(&-O;G1R;VP@8VAA<F%C
84 string(82) "M7'0@5&AI<R!3=')I;F<@8V]N=&%I;G,@7'1<="!S;VUE(&-O;G1R;VP@8VAA
85 +<F%C=&5R<UQR7&X`
H A Dsprintf_variation53.phpt16 "% F", "% F", "% F",
H A Dhtmlentities_html5.phpt129 &sol; U+0002F
135 &quest; U+0003F
284 &iogon; U+0012F
447 &DZcy; U+0040F
463 &Pcy; U+0041F
479 &YAcy; U+0042F
495 &pcy; U+0043F
511 &yacy; U+0044F
525 &dzcy; U+0045F
538 &rlm; U+0200F
[all …]
H A Dvsprintf_variation19.phpt20 "% F % F % F",
H A Dvsprintf_variation19_64bit.phpt20 "% F % F % F",
H A Dvprintf_variation19.phpt20 "% F % F % F",
H A Dvprintf_variation19_64bit.phpt20 "% F % F % F",
H A Dvfprintf_variation19.phpt20 "% F % F % F",
H A Dvfprintf_variation19_64bit.phpt20 "% F % F % F",
/PHP-5.5/sapi/cli/tests/
H A D010.phpt2 executing a file with -F
32 var_dump(`cat "$filename_txt" | "$php" -n -F "$filename"`);
/PHP-5.5/ext/pcre/tests/
H A Dpreg_replace_callback_error1.phpt17 '/[a-zA-Z]/F', array('[a-z]', //Array of Regexes
49 Arg value is /[a-zA-Z]/F
51 Warning: preg_replace_callback(): Unknown modifier 'F' in %s on line %d
H A Dpreg_replace_error1.phpt17 '/[a-zA-Z]/F', array('[a-z]', //Array of Regexes
47 Arg value is /[a-zA-Z]/F
49 Warning: preg_replace(): Unknown modifier 'F' in %spreg_replace_error1.php on line %d
H A Dpreg_grep_error1.phpt17 '/[a-zA-Z]/F', array('[a-z]', //Array of Regexes
48 Arg value is /[a-zA-Z]/F
50 Warning: preg_grep(): Unknown modifier 'F' in %spreg_grep_error1.php on line %d
H A Dpreg_match_error1.phpt17 '/[a-zA-Z]/F', array('[a-z]', //Array of Regexes
47 Arg value is /[a-zA-Z]/F
49 Warning: preg_match(): Unknown modifier 'F' in %spreg_match_error1.php on line %d
H A Dpreg_split_error1.phpt17 '/[a-zA-Z]/F', array('[a-z]', //Array of Regexes
46 Arg value is /[a-zA-Z]/F
48 Warning: preg_split(): Unknown modifier 'F' in %spreg_split_error1.php on line %d
/PHP-5.5/ext/sqlite3/tests/
H A Dsqlite3_15_open_error-win.phpt18 $cmd = $icacls . ' ' . $unreadable . ' /inheritance:r /deny ' . $user . ':(F,M,R,RX,W)';
28 $cmd = $icacls . ' ' . $unreadable . ' /grant ' . $user . ':(F,M,R,RX,W)';
/PHP-5.5/ext/pdo_mysql/
H A Dmysql_statement.c809 const MYSQL_FIELD *F; local
827 F = S->fields + colno;
829 if (F->def) {
832 if (IS_NOT_NULL(F->flags)) {
835 if (IS_PRI_KEY(F->flags)) {
838 if (F->flags & MULTIPLE_KEY_FLAG) {
841 if (F->flags & UNIQUE_KEY_FLAG) {
844 if (IS_BLOB(F->flags)) {
847 str = type_to_name_native(F->type);
853 switch (F->type) {
[all …]

Completed in 41 milliseconds

12345678