Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...70

/PHP-7.1/scripts/dev/generate-phpt/src/
H A DgtCodeSnippet.php47 foreach ($text as $t) {
48 $array[] = rtrim($t);
/PHP-7.1/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.1/Zend/tests/multibyte/
H A Dmultibyte_encoding_004.phpt23 �\�\�\("�h���~�t�@�\");
26 �h���~�t�@�\
/PHP-7.1/ext/date/tests/
H A D005.phpt7 $t = mktime(0,0,0, 6, 27, 2006);
16 var_dump(idate("B", $t));
17 var_dump(idate("[", $t));
/PHP-7.1/ext/standard/tests/strings/
H A Dhtmlspecialchars_decode_variation3.phpt35 <html>Roy&#039;s height\r &gt; Sam\t&#039;s height
36 1111\t\t &amp; 0000\v\v = \f0000
43 &quot;string&quot; 1111\t &amp; 0000\t = 0000\n;
H A Dstrip_tags_variation5.phpt38 <html>hello\r world\t
39 1111\t\t != 2222\v\v</html>
46 <p>string</p> 1111\t <b>0000\t = 0000\n</b>
H A Dstrcspn_variation10.phpt45 "\t",
46 "t\ ",
47 '\t',
48 "\t\ ",
49 " \t",
50 "\t\i\100\xa"
/PHP-7.1/ext/fileinfo/libmagic/
H A Dfile.h230 #define IS_LIBMAGIC_STRING(t) \ argument
231 ((t) == FILE_STRING || \
232 (t) == FILE_PSTRING || \
233 (t) == FILE_BESTRING16 || \
234 (t) == FILE_LESTRING16 || \
235 (t) == FILE_REGEX || \
236 (t) == FILE_SEARCH || \
237 (t) == FILE_INDIRECT || \
238 (t) == FILE_NAME || \
239 (t) == FILE_USE)
/PHP-7.1/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.1/ext/mysqli/tests/
H A Dbug73949.phpt19 $t=array(new stdClass);
20 while($db= mysqli_fetch_object($res,'cc',$t)){}
/PHP-7.1/ext/standard/tests/general_functions/
H A Dproc_open.phpt24 echo "I didn't segfault!\n";
28 I didn't segfault!
/PHP-7.1/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.1/Zend/tests/traits/
H A Dproperty002.phpt26 $t = new TraitsTest;
27 $t->test();
H A Dlanguage009.phpt31 $t = new MyClass;
32 $t->foo();
/PHP-7.1/ext/standard/tests/file/
H A Dfgetcsv_variation13.phpt10 /* Testing fgetcsv() to read a line from a file which doesn't have any CSV field */
18 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
19 "a+", "a+b", "a+t",
20 "w+", "w+b", "w+t",
21 "x+", "x+b", "x+t");
109 -- Testing fgetcsv() with file opened using r+t mode --
133 -- Testing fgetcsv() with file opened using a+t mode --
157 -- Testing fgetcsv() with file opened using w+t mode --
181 -- Testing fgetcsv() with file opened using x+t mode --
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$"
H A Dfgetcsv_variation14.phpt18 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
19 "a+", "a+b", "a+t",
20 "w+", "w+b", "w+t",
21 "x+", "x+b", "x+t");
130 -- Testing fgetcsv() with file opened using r+t mode --
163 -- Testing fgetcsv() with file opened using a+t mode --
196 -- Testing fgetcsv() with file opened using w+t mode --
229 -- Testing fgetcsv() with file opened using x+t mode --
/PHP-7.1/ext/opcache/tests/
H A Dissue0079.phpt30 $t = new Test();
31 var_dump ($t->run());
/PHP-7.1/tests/classes/
H A Dclass_final.phpt14 $t = new base();
19 echo "Done\n"; // shouldn't be displayed
H A Diterators_002.phpt60 $t = new c();
62 foreach($t as $k => $v) {
63 foreach($t as $w) {
69 unset($t);
/PHP-7.1/ext/zlib/tests/
H A Dzlib_filter_inflate2.phpt9 fwrite($a, b"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.1/ext/mbstring/tests/
H A Dmb_strrichr_basic.phpt37 echo "\n-- ASCII string: needle doesn't exist --\n";
46 echo "\n-- Multibyte string: needle doesn't exist --\n";
60 -- ASCII string: needle doesn't exist --
68 -- Multibyte string: needle doesn't exist --
H A Dmb_stristr_basic.phpt37 echo "\n-- ASCII string: needle doesn't exist --\n";
46 echo "\n-- Multibyte string: needle doesn't exist --\n";
60 -- ASCII string: needle doesn't exist --
68 -- Multibyte string: needle doesn't exist --
/PHP-7.1/ext/hash/
H A Dhash_sha3.c108 unsigned char x = 1, y = 0, t; in permute() local
110 for (t = 0; t < 24; ++t) { in permute()
111 unsigned char r = ((t + 1) * (t + 2) / 2) % 64; in permute()

Completed in 30 milliseconds

1...<<11121314151617181920>>...70