Home
last modified time | relevance | path

Searched refs:t (Results 226 – 250 of 1731) sorted by relevance

12345678910>>...70

/PHP-7.1/Zend/tests/
H A Dmagic_by_ref_001.phpt10 $t = new test;
12 $t->$name = 1;
H A Dmagic_by_ref_005.phpt10 $t = new test;
13 var_dump(isset($t->$name));
H A Dmagic_by_ref_006.phpt10 $t = new test;
13 $t->$func();
H A Dmagic_by_ref_007.phpt10 $t = new test;
14 $t->$func($arg);
H A Dbug61165.phpt18 $t = new T;
20 strip_tags($t);
H A Dbug69889.phpt2 Bug #69889: Null coalesce operator doesn't work for string offsets
17 string(1) "t"
/PHP-7.1/ext/standard/
H A Dcrypt_sha512.c164 unsigned int t; in sha512_process_block() local
179 for (t = 0; t < 16; ++t) { in sha512_process_block()
180 W[t] = SWAP (*words); in sha512_process_block()
184 for (t = 16; t < 80; ++t) { in sha512_process_block()
185 W[t] = R1 (W[t - 2]) + W[t - 7] + R0 (W[t - 15]) + W[t - 16]; in sha512_process_block()
189 for (t = 0; t < 80; ++t) { in sha512_process_block()
190 uint64_t T1 = h + S1 (e) + Ch (e, f, g) + K[t] + W[t]; in sha512_process_block()
/PHP-7.1/tests/classes/
H A Dctor_dtor_inheritance.phpt49 $t = new base();
50 unset($t);
52 $t = new derived();
53 unset($t);
/PHP-7.1/ext/standard/tests/file/
H A Dglob_basic.phpt30 sort_var_dump( glob($dirname."/*.t?t") );
31 sort_var_dump( glob($dirname."/*.t*t") );
H A Dfgetcsv_variation21.phpt20 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
21 "a+", "a+b", "a+t",
22 "w+", "w+b", "w+t",
23 "x+", "x+b", "x+t");
112 -- Testing fgetcsv() with file opened using r+t mode --
136 -- Testing fgetcsv() with file opened using a+t mode --
160 -- Testing fgetcsv() with file opened using w+t mode --
184 -- Testing fgetcsv() with file opened using x+t mode --
H A Dfputcsv_variation13.phpt97 -- file opened in r+t --
124 -- file opened in a+t --
151 -- file opened in w+t --
178 -- file opened in x+t --
205 -- file opened in r+t --
232 -- file opened in a+t --
259 -- file opened in w+t --
286 -- file opened in x+t --
313 -- file opened in r+t --
340 -- file opened in a+t --
[all …]
H A Dfgetcsv_variation15.phpt28 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
29 "a+", "a+b", "a+t",
30 "w+", "w+b", "w+t",
31 "x+", "x+b", "x+t");
136 -- Testing fgetcsv() with file opened using r+t mode --
166 -- Testing fgetcsv() with file opened using a+t mode --
196 -- Testing fgetcsv() with file opened using w+t mode --
226 -- Testing fgetcsv() with file opened using x+t mode --
286 -- Testing fgetcsv() with file opened using r+t mode --
316 -- Testing fgetcsv() with file opened using a+t mode --
[all …]
H A Dfgetcsv_variation16.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");
140 -- Testing fgetcsv() with file opened using r+t mode --
170 -- Testing fgetcsv() with file opened using a+t mode --
200 -- Testing fgetcsv() with file opened using w+t mode --
230 -- Testing fgetcsv() with file opened using x+t mode --
290 -- Testing fgetcsv() with file opened using r+t mode --
320 -- Testing fgetcsv() with file opened using a+t mode --
[all …]
H A Dfgetcsv_variation11.phpt33 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
34 "a+", "a+b", "a+t",
35 "w+", "w+b", "w+t",
36 "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 …]
/PHP-7.1/ext/mbstring/tests/
H A Dmb_strstr_basic.phpt30 echo "\n-- ASCII string: needle doesn't exist --\n";
40 echo "\n-- Multibyte string: needle doesn't exist --\n";
54 -- ASCII string: needle doesn't exist --
62 -- Multibyte string: needle doesn't exist --
H A Dmb_strrchr_basic.phpt30 echo "\n-- ASCII string: needle doesn't exist --\n";
40 echo "\n-- Multibyte string: needle doesn't exist --\n";
54 -- ASCII string: needle doesn't exist --
62 -- Multibyte string: needle doesn't exist --
/PHP-7.1/Zend/tests/generators/
H A Dget_return_errors.phpt14 // Generator hasn't reached the "return" yet
74 Cannot get return value of a generator that hasn't returned
76 Cannot get return value of a generator that hasn't returned
79 Cannot get return value of a generator that hasn't returned
/PHP-7.1/ext/standard/tests/strings/
H A Dpack_A.phpt9 unpack("A*", "foo\0\rbar\0 \t\r\n"),
10 unpack("A4", "foo\0\rbar\0 \t\r\n")
/PHP-7.1/ext/mysqli/tests/
H A Dmysqli_debug_mysqlnd_control_string.phpt13 die("skip: can't say for sure if mysqli_debug works");
65 $trace = try_control_string($link, 't:O,' . $trace_file, $trace_file, 10);
71 $trace = try_control_string($link, 't:O,' . $trace_file . ':T', $trace_file, 20);
80 $trace = try_control_string($link, 't:O,' . $trace_file . ':i', $trace_file, 30);
85 $trace = try_control_string($link, 't:O,' . $trace_file . ':L', $trace_file, 40);
90 $trace = try_control_string($link, 't:O,' . $trace_file . ':F', $trace_file, 50);
96 $trace = try_control_string($link, 't:O,' . $trace_file . ':n', $trace_file, 60);
100 // -t,[N] - maximum nesting level
101 $trace = try_control_string($link, 't,1:n:O,' . $trace_file, $trace_file, 70);
116 // omitting t
[all …]
/PHP-7.1/Zend/
H A Dzend_language_scanner.l887 *t++ = '\\'; in zend_scan_escape_string()
924 *t++ = *s; in zend_scan_escape_string()
929 *t++ = *s; in zend_scan_escape_string()
948 *t++ = *s; in zend_scan_escape_string()
1062 *t++ = *s; in zend_scan_escape_string()
1067 *t++ = *s; in zend_scan_escape_string()
1075 *t = 0; in zend_scan_escape_string()
2003 *t++ = *s;
2008 *t++ = *s;
2012 *t++ = *s;
[all …]
/PHP-7.1/ext/pcre/pcrelib/testdata/
H A Dtestoutput1731 / (?: [\040\t] | \(
58 (?: [\040\t] | \(
70 (?: [\040\t] | \(
73 (?: [\040\t] | \(
121 (?: [\040\t] | \(
124 (?: [\040\t] | \(
149 (?: [\040\t] | \(
152 (?: [\040\t] | \(
164 (?: [\040\t] | \(
191 (?: [\040\t] | \(
[all …]
/PHP-7.1/Zend/tests/generators/finally/
H A Dthrow_yield.phpt5 function foo($f, $t) {
6 for ($i = $f; $i <= $t; $i++) {
H A Dyield_throw.phpt5 function foo($f, $t) {
6 for ($i = $f; $i <= $t; $i++) {
/PHP-7.1/tests/lang/
H A DforeachLoopIteratorAggregate.004.phpt56 $t = new c();
58 foreach($t as $k => $v) {
59 foreach($t as $w) {
65 unset($t);
/PHP-7.1/ext/reflection/tests/
H A DReflectionExtension_bug66218.phpt12 $t = $r->getFunctions();
13 var_dump($t['dl']);

Completed in 51 milliseconds

12345678910>>...70