Home
last modified time | relevance | path

Searched refs:t (Results 251 – 275 of 1771) sorted by relevance

1...<<11121314151617181920>>...71

/PHP-7.4/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.4/ext/standard/tests/general_functions/
H A Dproc_open.phpt24 echo "I didn't segfault!\n";
28 I didn't segfault!
/PHP-7.4/Zend/tests/generators/finally/
H A Dyield_throw.phpt5 function foo($f, $t) {
6 for ($i = $f; $i <= $t; $i++) {
H A Dthrow_yield.phpt5 function foo($f, $t) {
6 for ($i = $f; $i <= $t; $i++) {
/PHP-7.4/Zend/tests/multibyte/
H A Dmultibyte_encoding_004.phpt23 �\�\�\("�h���~�t�@�\");
26 �h���~�t�@�\
/PHP-7.4/ext/standard/tests/file/
H A Dfgetcsv_variation22.phpt31 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
32 "a+", "a+b", "a+t",
33 "w+", "w+b", "w+t",
34 "x+", "x+b", "x+t");
125 -- Testing fgetcsv() with file opened using r+t mode --
146 -- Testing fgetcsv() with file opened using a+t mode --
167 -- Testing fgetcsv() with file opened using w+t mode --
188 -- Testing fgetcsv() with file opened using x+t mode --
230 -- Testing fgetcsv() with file opened using r+t mode --
251 -- Testing fgetcsv() with file opened using a+t mode --
[all …]
H A Dfgetcsv_variation29.phpt31 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
32 "a+", "a+b", "a+t",
33 "w+", "w+b", "w+t",
34 "x+", "x+b", "x+t");
126 -- Testing fgetcsv() with file opened using r+t mode --
147 -- Testing fgetcsv() with file opened using a+t mode --
168 -- Testing fgetcsv() with file opened using w+t mode --
189 -- Testing fgetcsv() with file opened using x+t mode --
231 -- Testing fgetcsv() with file opened using r+t mode --
252 -- Testing fgetcsv() with file opened using a+t mode --
[all …]
H A Dfgetcsv_variation30.phpt31 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
32 "a+", "a+b", "a+t",
33 "w+", "w+b", "w+t",
34 "x+", "x+b", "x+t");
125 -- Testing fgetcsv() with file opened using r+t mode --
146 -- Testing fgetcsv() with file opened using a+t mode --
167 -- Testing fgetcsv() with file opened using w+t mode --
188 -- Testing fgetcsv() with file opened using x+t mode --
230 -- Testing fgetcsv() with file opened using r+t mode --
251 -- Testing fgetcsv() with file opened using a+t mode --
[all …]
H A Dfgetcsv_variation31.phpt31 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
32 "a+", "a+b", "a+t",
33 "w+", "w+b", "w+t",
34 "x+", "x+b", "x+t");
127 -- Testing fgetcsv() with file opened using r+t mode --
148 -- Testing fgetcsv() with file opened using a+t mode --
169 -- Testing fgetcsv() with file opened using w+t mode --
190 -- Testing fgetcsv() with file opened using x+t mode --
232 -- Testing fgetcsv() with file opened using r+t mode --
253 -- Testing fgetcsv() with file opened using a+t mode --
[all …]
H A Dfgetc_basic.phpt226 string(1) "t"
238 string(1) "t"
246 string(1) "t"
252 string(1) "t"
264 string(1) "t"
272 string(1) "t"
278 string(1) "t"
290 string(1) "t"
298 string(1) "t"
304 string(1) "t"
[all …]
H A Dbug40501.phpt2 Bug #40501 (fgetcsv() can't handle trailing odd number of backslashes)
19 string(%d) "and it isn't the last element$"
/PHP-7.4/Zend/tests/traits/
H A Dproperty002.phpt25 $t = new TraitsTest;
26 $t->test();
H A Dlanguage009.phpt31 $t = new MyClass;
32 $t->foo();
/PHP-7.4/Zend/tests/
H A Dbug72943.phpt2 Bug #72943 (assign_dim on string doesn't reset hval)
11 $a[0] = "t";
H A Dbug41075.phpt20 $t = new test;
22 $t->foo();
/PHP-7.4/ext/spl/tests/
H A Dbug41828.phpt2 Bug #41828 (Segfault if extended constructor of RecursiveIterator doesn't call its parent)
21 Fatal error: main(): The foo instance wasn't initialized properly in %s on line %d
/PHP-7.4/ext/mysqli/tests/
H A Dbug73949.phpt19 $t=array(new stdClass);
20 while($db= mysqli_fetch_object($res,'cc',$t)){}
/PHP-7.4/ext/imap/tests/
H A Dimap_mutf7_to_utf8.phpt12 var_dump(imap_mutf7_to_utf8("t&AOQ-st"));
22 string(5) "täst"
/PHP-7.4/ext/standard/tests/strings/
H A Dstrip_tags_variation5.phpt36 <html>hello\r world\t
37 1111\t\t != 2222\v\v</html>
44 <p>string</p> 1111\t <b>0000\t = 0000\n</b>
/PHP-7.4/ext/standard/
H A Dcrypt_sha512.c155 unsigned int t; in sha512_process_block() local
170 for (t = 0; t < 16; ++t) { in sha512_process_block()
171 W[t] = SWAP (*words); in sha512_process_block()
175 for (t = 16; t < 80; ++t) { in sha512_process_block()
176 W[t] = R1 (W[t - 2]) + W[t - 7] + R0 (W[t - 15]) + W[t - 16]; in sha512_process_block()
180 for (t = 0; t < 80; ++t) { in sha512_process_block()
181 uint64_t T1 = h + S1 (e) + Ch (e, f, g) + K[t] + W[t]; in sha512_process_block()
/PHP-7.4/ext/opcache/tests/
H A Dissue0079.phpt30 $t = new Test();
31 var_dump ($t->run());
/PHP-7.4/tests/classes/
H A Dfinal_redeclare.phpt12 $t = new pass();
20 echo "Done\n"; // Shouldn't be displayed
/PHP-7.4/Zend/
H A Dzend_types.h127 ((t) > Z_L(0x3))
130 (((t) > Z_L(0x3)) && ((t) <= Z_L(0x3ff)))
133 ((t) > Z_L(0x3ff))
136 (((t) & Z_L(0x2)) != 0)
139 (ZEND_TYPE_IS_CLASS(t) && !ZEND_TYPE_IS_CE(t))
141 #define ZEND_TYPE_NAME(t) \ argument
144 #define ZEND_TYPE_CE(t) \ argument
148 ((t) >> Z_L(2))
151 (((t) & Z_L(0x1)) != 0)
154 ((t) & ~Z_L(0x1))
[all …]
/PHP-7.4/ext/zlib/tests/
H A Dzlib_filter_inflate2.phpt9 fwrite($a, "This is quite the thing ain't it\n");
39 This is quite the thing ain't it
41 This is quite the thing ain't it
/PHP-7.4/ext/standard/tests/mail/
H A Dmail_skipif.inc6 // the code below didn't skip test even though there was no mail server
11 socket_connect($socket, "localhost", 143) or die ("skip can't socket to mail server");
19 $retries = 0; // don't retry connect on failure

Completed in 76 milliseconds

1...<<11121314151617181920>>...71