Home
last modified time | relevance | path

Searched refs:t (Results 276 – 300 of 1568) sorted by relevance

1...<<11121314151617181920>>...63

/PHP-5.5/tests/classes/
H A D__set_data_corrupt.phpt10 public $pp = array('t'=>null);
13 echo $this->t ='f';
H A Diterators_001.phpt61 $t = new c();
62 for ($iter = $t->getIterator(); $iter->valid(); $iter->next()) {
67 foreach($t as $v) {
72 foreach($t as $v) {
73 foreach($t as $w) {
79 foreach($t as $i => $v) {
H A Dfinal.phpt14 $t = new first();
15 $t->show();
H A Dfinal_redeclare.phpt14 $t = new pass();
22 echo "Done\n"; // Shouldn't be displayed
/PHP-5.5/ext/standard/tests/file/
H A Dfgetcsv_variation10.phpt32 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
33 "a+", "a+b", "a+t",
34 "w+", "w+b", "w+t",
35 "x+", "x+b", "x+t");
146 -- Testing fgetcsv() with file opened using r+t mode --
176 -- Testing fgetcsv() with file opened using a+t mode --
206 -- Testing fgetcsv() with file opened using w+t mode --
236 -- Testing fgetcsv() with file opened using x+t mode --
296 -- Testing fgetcsv() with file opened using r+t mode --
326 -- Testing fgetcsv() with file opened using a+t mode --
[all …]
H A Dfgetss_basic2-win32.phpt17 w+, w+b, w+t,
18 a+, a+b, a+t,
19 x+, x+b, x+t
38 $file_modes = array("w+","w+b", "w+t","a+", "a+b", "a+t","x+","x+b","x+t");
112 -- Testing fgetss() with file opened using w+t mode --
157 -- Testing fgetss() with file opened using a+t mode --
202 -- Testing fgetss() with file opened using x+t mode --
H A Dfgetss_basic2.phpt17 w+, w+b, w+t,
18 a+, a+b, a+t,
19 x+, x+b, x+t
36 $file_modes = array("w+","w+b", "w+t","a+", "a+b", "a+t","x+","x+b","x+t");
110 -- Testing fgetss() with file opened using w+t mode --
155 -- Testing fgetss() with file opened using a+t mode --
200 -- Testing fgetss() with file opened using x+t mode --
H A Dfgetss_variation5-win32.phpt17 w+, w+b, w+t,
18 a+, a+b, a+t,
19 x+, x+b, x+t
43 $file_modes = array("w+","w+b", "w+t","a+", "a+b", "a+t","x+","x+b","x+t");
116 -- Testing fgetss() with file opened using w+t mode --
161 -- Testing fgetss() with file opened using a+t mode --
206 -- Testing fgetss() with file opened using x+t mode --
H A Dfgetss_variation5.phpt17 w+, w+b, w+t,
18 a+, a+b, a+t,
19 x+, x+b, x+t
40 $file_modes = array("w+","w+b", "w+t","a+", "a+b", "a+t","x+","x+b","x+t");
113 -- Testing fgetss() with file opened using w+t mode --
158 -- Testing fgetss() with file opened using a+t mode --
203 -- Testing fgetss() with file opened using x+t mode --
/PHP-5.5/sapi/roxen/
H A DREADME1 Roxen PHP support. Early version. Don't expect to be able to get it to
2 work. Requires Pike 0.7.79 and Roxen 1.4. Anything less won't work.
9 won't be used.
/PHP-5.5/ext/imap/tests/
H A Dimap_8bit_basic.phpt19 var_dump(imap_8bit("String with tabs \t\t in middle"));
20 var_dump(imap_8bit("String with tab at end \t"));
/PHP-5.5/ext/standard/tests/strings/
H A Dsubstr_count_error.phpt11 var_dump( substr_count($str, "t", 0, 15, 30) );
14 var_dump(substr_count($str, "t", -5));
17 var_dump(substr_count($str, "t", 25));
24 var_dump( substr_count($str, "t", "", "") );
H A Dstr_split_basic.phpt38 string(5) "sic t"
75 string(1) "t"
81 string(1) "t"
/PHP-5.5/ext/oci8/tests/
H A Ddrcp_cclass1.phpt29 $t = time();
30 $cc1 = 'cc1_'.$t;
31 $cc2 = 'cc2_'.$t;
55 $s = oci_parse($c, "select cclass_name from v\$cpool_cc_stats where cclass_name like '%.cc__$t' ord…
/PHP-5.5/ext/tokenizer/tests/
H A Dbug54089.phpt20 foreach ($tokens as $t)
22 $code .= isset($t[1]) ? $t[1] : $t;
/PHP-5.5/ext/date/tests/
H A DDateTime_format_basic1.phpt22 var_dump( $date->format( '\i\t \i\s \t\h\e jS \d\a\y.') );
24 var_dump( $date->format( 'H:m:s \m \i\s\ \m\o\n\t\h') );
H A Ddate_basic1.phpt22 var_dump( date('\i\t \i\s \t\h\e jS \d\a\y.', $timestamp) );
24 var_dump( date('H:m:s \m \i\s\ \m\o\n\t\h', $timestamp) );
H A Ddate_format_basic1.phpt22 var_dump( date_format($date, '\i\t \i\s \t\h\e jS \d\a\y.') );
24 var_dump( date_format($date, 'H:m:s \m \i\s\ \m\o\n\t\h') );
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_debug_ini.phpt13 die("skip: can't say for sure if mysqli_debug works");
29 mysqlnd.debug="t:O,/tmp/mysqli_debug_phpt.trace"
52 string(32) "t:O,/tmp/mysqli_debug_phpt.trace"
H A Dbug36420.phpt25 Warning: main(): Couldn't fetch mysqli_result in %s on line %d
27 Warning: main(): Couldn't fetch mysqli_result in %s on line %d
/PHP-5.5/ext/pdo_oci/tests/
H A Dpdo_oci_attr_prefetch_2.phpt18 echo "Test 1: Can't set prefetch after prepare\n";
40 Test 1: Can't set prefetch after prepare
42 …: SQLSTATE[IM001]: Driver does not support this function: This driver doesn't support setting attr…
/PHP-5.5/ext/fileinfo/libmagic/
H A Dencoding.c229 int t = text_chars[buf[i]]; in looks_ascii() local
231 if (t != T) in looks_ascii()
248 int t = text_chars[buf[i]]; in looks_latin1() local
250 if (t != T && t != I) in looks_latin1()
268 int t = text_chars[buf[i]]; in looks_extended() local
270 if (t != T && t != I && t != X) in looks_extended()
/PHP-5.5/ext/dom/tests/
H A DDOMDocument_loadHTMLfile_error1.phpt2 Test DOMDocument::loadHTMLFile when the file doesn't exist
4 Verifies that an error message is showed if the file doesn't exist
/PHP-5.5/ext/standard/tests/url/
H A Dbug54180.phpt6 var_dump(parse_url("http://example.com/path/script.html?t=1#fragment?data"));
19 string(3) "t=1"
/PHP-5.5/ext/pcre/tests/
H A Dbug27103.phpt28 t: 1
38 t: 1

Completed in 97 milliseconds

1...<<11121314151617181920>>...63