Home
last modified time | relevance | path

Searched refs:second (Results 26 – 50 of 379) sorted by last modified time

12345678910>>...16

/PHP-5.5/ext/sybase_ct/tests/
H A Dtest_fields.phpt32 // Seek to the second field and fetch it
/PHP-5.5/ext/standard/tests/strings/
H A Dtrim1.phpt21 /* second argument charlist as null - does not trim any white spaces */
H A Dstrspn_variation6.phpt30 second line of heredoc string
H A Dstrspn_variation7.phpt30 second line of heredoc string
H A Dstrspn_variation8.phpt30 second line of heredoc string
H A Dstrspn_variation5.phpt30 second line of heredoc string
87 second line of heredoc string
H A Dstrtok_variation3.phpt27 second line of heredoc string
H A Dstrtr_variation8.phpt93 Warning: strtr(): The second argument is not an array in %s on line %d
98 Warning: strtr(): The second argument is not an array in %s on line %d
103 Warning: strtr(): The second argument is not an array in %s on line %d
108 Warning: strtr(): The second argument is not an array in %s on line %d
113 Warning: strtr(): The second argument is not an array in %s on line %d
118 Warning: strtr(): The second argument is not an array in %s on line %d
132 Warning: strtr(): The second argument is not an array in %s on line %d
137 Warning: strtr(): The second argument is not an array in %s on line %d
142 Warning: strtr(): The second argument is not an array in %s on line %d
147 Warning: strtr(): The second argument is not an array in %s on line %d
[all …]
H A Dstrtr_variation9.phpt91 Warning: strtr(): The second argument is not an array in %s on line %d
97 Warning: strtr(): The second argument is not an array in %s on line %d
103 Warning: strtr(): The second argument is not an array in %s on line %d
109 Warning: strtr(): The second argument is not an array in %s on line %d
115 Warning: strtr(): The second argument is not an array in %s on line %d
121 Warning: strtr(): The second argument is not an array in %s on line %d
167 Warning: strtr(): The second argument is not an array in %s on line %d
173 Warning: strtr(): The second argument is not an array in %s on line %d
179 Warning: strtr(): The second argument is not an array in %s on line %d
185 Warning: strtr(): The second argument is not an array in %s on line %d
[all …]
H A Dstrpbrk_error.phpt23 echo "\n-- Testing strpbrk() function with empty second argument --\n";
45 -- Testing strpbrk() function with empty second argument --
H A Dstrpos.phpt153 var_dump( strpos($string, "abcd", 73) ); // 73 -> "abcd" in the second line
H A Dstrrchr_basic.phpt20 //needle as second word of haystack
H A Dstrcspn_variation7.phpt30 second line of heredoc string
H A Dstrcspn_variation8.phpt30 second line of heredoc string
H A Dstrip_tags_variation5.phpt67 // initialize the second argument
H A Dstrcspn_variation5.phpt30 second line of heredoc string
87 second line of heredoc string
H A Dstrcspn_variation6.phpt30 second line of heredoc string
H A Dsprintf_variation1.phpt17 $arg1 = "second arg";
H A Dquoted_printable_decode_variation1.phpt17 $arg1 = "second arg";
H A Drtrim.phpt17 var_dump ( rtrim("rtrim test \t\0 ") ); /* without second Argument */
18 …var_dump ( rtrim("rtrim test " , "") ); /* no characters in second Argumen…
19 var_dump ( rtrim("rtrim test ", NULL) ); /* with NULL as second Argument */
20 …var_dump ( rtrim("rtrim test ", true) ); /* with boolean value as second Ar…
21 …var_dump ( rtrim("rtrim test ", " ") ); /* with single space as second Arg…
22 …rim test \t\n\r\0\x0B", "\t\n\r\0\x0B") ); /* with multiple escape sequences as second Argument */
23 …var_dump ( rtrim("rtrim testABCXYZ", "A..Z") ); /* with characters range as second
24 …var_dump ( rtrim("rtrim test0123456789", "0..9") ); /* with numbers range as second Ar…
25 …rtrim test$#@", "#@$") ); /* with some special characters as second Argument */
H A Dparse_str_basic1.phpt14 $s1 = "first=val1&second=val2&third=val3";
16 var_dump($first, $second, $third);
19 $s1 = "first=val1&second=val2&third=val3";
25 $s1 = "first=val1&second=val2&third=val3";
49 ["second"]=>
60 ["second"]=>
71 ["second"]=>
H A Dprintf_variation1.phpt17 $arg1 = "second arg";
H A Dparse_str_basic2.phpt14 $s1 = "first=val1/second=val2/third=val3";
16 var_dump($first, $second, $third);
H A Dparse_str_basic4.phpt24 $str = "first=%41&second=%a&third=%b";
26 var_dump($first, $second, $third);
H A Dparse_str_error1.phpt17 $s1 = "first=val1&second=val2&third=val3";

Completed in 33 milliseconds

12345678910>>...16