Home
last modified time | relevance | path

Searched refs:t (Results 176 – 200 of 1817) sorted by relevance

12345678910>>...73

/php-src/tests/classes/
H A Dabstract_class.phpt19 $t = new fail();
20 $t->show();
22 echo "Done\n"; // shouldn't be displayed
H A Dstatic_mix_2.phpt18 $t = new pass();
19 $t->show();
22 echo "Done\n"; // shouldn't be displayed
H A Diterators_007.phpt17 $t = new Test();
19 while($t->x < 5)
23 foreach($t as $k => $v)
32 $t->x++;
H A Dprivate_004b.phpt22 $t = new pass();
23 $t->do_show();
28 echo "Done\n"; // shouldn't be displayed
/php-src/ext/date/
H A Dphp_date.c693 offset->offset = (t->z + (t->dst * 3600)); in date_format()
810 (zend_long) t->y, (int) t->m, (int) t->d, in date_format()
811 (int) t->h, (int) t->i, (int) t->s, in date_format()
818 php_date_short_day_name(t->y, t->m, t->d), in date_format()
820 (zend_long) t->y, (int) t->h, (int) t->i, (int) t->s, in date_format()
922 offset->offset = (t->z + (t->dst * 3600)); in php_idate()
928 offset->offset = (t->z + (t->dst * 3600)); in php_idate()
941 timelib_isoweek_from_date(t->y, t->m, t->d, &isoweek, &isoyear); in php_idate()
947 case 'N': retval = (int) timelib_iso_day_of_week(t->y, t->m, t->d); break; in php_idate()
948 case 'w': retval = (int) timelib_day_of_week(t->y, t->m, t->d); break; in php_idate()
[all …]
/php-src/ext/standard/
H A Dbrowscap.c151 char *t; in browscap_convert_pattern() local
157 t[j++] = '~'; in browscap_convert_pattern()
158 t[j++] = '^'; in browscap_convert_pattern()
164 t[j] = '.'; in browscap_convert_pattern()
168 t[j] = '*'; in browscap_convert_pattern()
172 t[j] = '.'; in browscap_convert_pattern()
180 t[j] = '('; in browscap_convert_pattern()
184 t[j] = ')'; in browscap_convert_pattern()
200 t[j++] = '$'; in browscap_convert_pattern()
201 t[j++] = '~'; in browscap_convert_pattern()
[all …]
/php-src/ext/standard/tests/array/
H A Dshuffle_variation5.phpt83 string\([0-9]*\) "[0-9 a-z \n \0 \t]*"
85 string\([0-9]*\) "[0-9 a-z \n \0 \t]*"
87 string\([0-9]*\) "[0-9 a-z \n \0 \t]*"
89 string\([0-9]*\) "[0-9 a-z \n \0 \t]*"
91 string\([0-9]*\) "[0-9 a-z \n \0 \t]*"
93 string\([0-9]*\) "[0-9 a-z \n \0 \t]*"
H A Darray_unshift_variation8.phpt19 '\t\r\v The quick brown fo\fx jumped over the lazy dog',
21 'hello world\\t',
22 'This is \ta text in bold letters\r\s\malong with slashes\n : HELLO WORLD\t'
89 string(53) "\t\r\v The quick brown fo\fx jumped over the lazy dog"
102 string(53) "\t\r\v The quick brown fo\fx jumped over the lazy dog"
151 string(13) "hello world\t"
164 string(13) "hello world\t"
182 string(74) "This is \ta text in bold letters\r\s\malong with slashes\n : HELLO WORLD\t"
195 string(74) "This is \ta text in bold letters\r\s\malong with slashes\n : HELLO WORLD\t"
/php-src/ext/standard/tests/strings/
H A Dstrcspn_variation6.phpt62 "\t",
63 "t\ ",
64 '\t',
65 "\t\ ",
66 " \t",
67 "\t\i\100\xaa"
/php-src/Zend/tests/
H A Dstrlen.phpt16 $t = new Test;
17 var_dump(strlen($t));
18 var_dump($t->something);
H A Dconcat_003.phpt31 $texts .= implode("\t", $data) . "\r\n";
34 $t = microtime(TRUE) - $time;
35 var_dump($t < $t_max);
H A Dbug38624.phpt14 throw new Exception( "doesn't work" );
19 throw new Exception( "doesn't work" );
29 Fatal error: Uncaught Exception: doesn't work in %s:%d
/php-src/ext/intl/tests/
H A Dresourcebundle_individual.phpt28 $t = ut_resourcebundle_get( $r, 'nonexisting' );
29 $str_res .= debug( $t );
32 $t = ut_resourcebundle_get( $r, 'teststring' );
33 $str_res .= debug( $t );
H A Dmsgfmt_format.phpt26 $t = 123;
36 $str_res .= dump( ut_msgfmt_format( $fmt, array($m, $t, $m/$t) ) ) . "\n";
37 $str_res .= dump( ut_msgfmt_format_message($locale, $pattern, array($m, $t, $m/$t))) . "\n";
/php-src/ext/sqlite3/tests/
H A Dsqlite3_trampoline_create_collation.phpt21 $db->exec('CREATE TABLE t (s varchar(4))');
23 $stmt = $db->prepare('INSERT INTO t VALUES (?)');
29 $defaultSort = $db->query('SELECT s FROM t ORDER BY s'); //memcmp() sort
30 $naturalSort = $db->query('SELECT s FROM t ORDER BY s COLLATE NAT'); //strnatcmp() sort
/php-src/ext/soap/tests/bugs/
H A Dbug42151.phpt17 echo 'I don\'t get executed either.' . "\n";
29 SOAP-ERROR: Parsing WSDL: Couldn't load from 'httpx://' : failed to load external entity "httpx://"
32 I don't get executed either.
/php-src/ext/date/tests/
H A Dbug80963.phpt12 $t = $tz->getTransitions();
13 var_dump(sizeof($t), end($t));
/php-src/ext/json/tests/
H A Dbug64874_part1.phpt19 decode("true\t");
25 decode(" true\t");
29 decode("\ttrue\t");
33 decode("\ntrue\t");
37 decode("\rtrue\t");
/php-src/ext/mbstring/tests/
H A Dzend_multibyte-01.phpt16 �\�\�\("�h���~�t�@�\");
19 �h���~�t�@�\
H A Dmb_strstr_basic.phpt21 echo "\n-- ASCII string: needle doesn't exist --\n";
31 echo "\n-- Multibyte string: needle doesn't exist --\n";
44 -- ASCII string: needle doesn't exist --
52 -- Multibyte string: needle doesn't exist --
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_string_utils.c231 PCRE2_UCHAR *t = str1; in PRIV() local
232 while (*str2 != 0) *t++ = *str2++; in PRIV()
233 *t = 0; in PRIV()
234 return t - str1; in PRIV()
/php-src/ext/standard/tests/network/
H A Dsetrawcookie_error.phpt54 setrawcookie(): Argument #1 ($name) cannot contain "=", ",", ";", " ", "\t", "\r", "\n", "\013", or…
55 setrawcookie(): Argument #2 ($value) cannot contain ",", ";", " ", "\t", "\r", "\n", "\013", or "\0…
56 setrawcookie(): "path" option cannot contain ",", ";", " ", "\t", "\r", "\n", "\013", or "\014"
57 setrawcookie(): "domain" option cannot contain ",", ";", " ", "\t", "\r", "\n", "\013", or "\014"
/php-src/sapi/fpm/fpm/events/
H A Dport.c116 timespec_t t; in fpm_event_port_wait() local
119 t.tv_sec = (int)(timeout / 1000); in fpm_event_port_wait()
120 t.tv_nsec = (timeout % 1000) * 1000 * 1000; in fpm_event_port_wait()
126 ret = port_getn(pfd, events, nevents, &nget, &t); in fpm_event_port_wait()
/php-src/ext/standard/tests/file/
H A Dfgetcsv_variation8.phpt30 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
31 "a+", "a+b", "a+t",
32 "w+", "w+b", "w+t",
33 "x+", "x+b", "x+t");
134 -- Testing fgetcsv() with file opened using r+t mode --
158 -- Testing fgetcsv() with file opened using a+t mode --
182 -- Testing fgetcsv() with file opened using w+t mode --
206 -- Testing fgetcsv() with file opened using x+t mode --
254 -- Testing fgetcsv() with file opened using r+t mode --
278 -- Testing fgetcsv() with file opened using a+t mode --
[all …]
H A Dfgetcsv_variation9.phpt34 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
35 "a+", "a+b", "a+t",
36 "w+", "w+b", "w+t",
37 "x+", "x+b", "x+t");
136 -- Testing fgetcsv() with file opened using r+t mode --
160 -- Testing fgetcsv() with file opened using a+t mode --
184 -- Testing fgetcsv() with file opened using w+t mode --
208 -- Testing fgetcsv() with file opened using x+t mode --
256 -- Testing fgetcsv() with file opened using r+t mode --
280 -- Testing fgetcsv() with file opened using a+t mode --
[all …]

Completed in 79 milliseconds

12345678910>>...73