Home
last modified time | relevance | path

Searched refs:t (Results 426 – 450 of 1771) sorted by relevance

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

/PHP-7.4/ext/zip/tests/
H A Dbug70322.phpt2 Bug #70322 (ZipArchive::close() doesn't indicate errors)
24 // we don't expect the archive to be created, but clean up just in case...
/PHP-7.4/ext/standard/
H A Ddatetime.c42 PHPAPI char *php_std_date(time_t t) in php_std_date() argument
47 tm1 = php_gmtime_r(&t, &tmbuf); in php_std_date()
/PHP-7.4/ext/standard/tests/strings/
H A Dstrrpos_variation5.phpt21 var_dump( strrpos($control_char_str, "\t") );
23 var_dump( strrpos($control_char_str, "\t", 15) );
H A Dhtmlspecialchars_decode_variation5.phpt18 …"Roy&#039;s height &gt; Sam&#039;s height... \t\t 13 &lt; 15...\n\r &quot; double quote\f\v string…
19 "\nRoy&#039;s height &gt\t; Sam&#039;s\v height\f",
20 "\r\tRoy&#039;s height &gt\r; Sam\t&#039;s height",
H A Dstrip_tags_variation10.phpt19 '<html>\t\r\v The quick brown fo\fx jumped over the lazy dog</p>',
21 '<? <html>hello world\\t</html>?>',
44 string(63) "<html>\t\r\v The quick brown fo\fx jumped over the lazy dog</p>"
H A Dstrripos_variation5.phpt21 var_dump( strripos($control_char_str, "\t") );
23 var_dump( strripos($control_char_str, "\t", 15) );
/PHP-7.4/ext/intl/tests/
H A Dtransliterator_get_error_message_error.phpt8 $t = Transliterator::create("[\p{Bidi_Mirrored}] Hex");
10 echo $t->getErrorMessage(null), "\n";
H A Dresourcebundle_individual.phpt28 $t = ut_resourcebundle_get( $r, 'nonexisting' );
29 $str_res .= debug( $t );
/PHP-7.4/ext/opcache/tests/
H A Dbug78014.phpt22 Warning: Can't preload unlinked class C: Parent with unresolved initializers B in %s on line %d
24 Warning: Can't preload class B with unresolved initializer for constant X in %s on line %d
/PHP-7.4/ext/pdo_pgsql/tests/
H A Dgetnotify.phpt71 $t = microtime(1);
73 $diff = microtime(1) - $t;
79 $t = microtime(1);
81 $diff = microtime(1) - $t;
/PHP-7.4/ext/oci8/tests/
H A Dimp_res_prefetch.phpt33 "insert into imp_res_prefetch_tab_2 values ('t')",
109 string(1) "t"
142 string(1) "t"
175 string(1) "t"
/PHP-7.4/ext/spl/
H A Dspl_functions.c84 zval t; in spl_add_class_name() local
85 ZVAL_STR_COPY(&t, pce->name); in spl_add_class_name()
86 zend_hash_add(Z_ARRVAL_P(list), pce->name, &t); in spl_add_class_name()
/PHP-7.4/ext/mbstring/tests/
H A Dmb_ereg_variation5.phpt28 echo "\nASCII String without \$regs arg:\t\t";
34 echo "\nMultibyte String without \$regs arg:\t";
/PHP-7.4/ext/standard/tests/array/
H A Darray_flip_variation3.phpt44 'whitespace1_value1' => '\t',
55 'whitespace1_value2' => "\t",
95 ["\t"]=>
H A Dmax.phpt14 var_dump(max("", "t", "b"));
36 string(1) "t"
/PHP-7.4/tests/classes/
H A Diterators_003.phpt45 $t = new c();
47 foreach($t as $v) {
52 foreach($t as $w) {
/PHP-7.4/ext/standard/tests/file/
H A Dfgetcsv_variation17.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");
176 -- Testing fgetcsv() with file opened using r+t mode --
224 -- Testing fgetcsv() with file opened using a+t mode --
272 -- Testing fgetcsv() with file opened using w+t mode --
320 -- Testing fgetcsv() with file opened using x+t mode --
416 -- Testing fgetcsv() with file opened using r+t mode --
464 -- Testing fgetcsv() with file opened using a+t mode --
[all …]
H A Dfgetcsv_variation19.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");
142 -- Testing fgetcsv() with file opened using r+t mode --
172 -- Testing fgetcsv() with file opened using a+t mode --
202 -- Testing fgetcsv() with file opened using w+t mode --
232 -- Testing fgetcsv() with file opened using x+t mode --
292 -- Testing fgetcsv() with file opened using r+t mode --
322 -- Testing fgetcsv() with file opened using a+t mode --
[all …]
H A Dfgetcsv_variation6.phpt35 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
36 "a+", "a+b", "a+t",
37 "w+", "w+b", "w+t",
38 "x+", "x+b", "x+t");
181 -- Testing fgetcsv() with file opened using r+t mode --
229 -- Testing fgetcsv() with file opened using a+t mode --
277 -- Testing fgetcsv() with file opened using w+t mode --
325 -- Testing fgetcsv() with file opened using x+t mode --
421 -- Testing fgetcsv() with file opened using r+t mode --
469 -- Testing fgetcsv() with file opened using a+t mode --
[all …]
/PHP-7.4/ext/dom/tests/
H A Dbook-not-a-schema.xsd1 Let's see what happens upon parsing a file that doesn't contain a schema.
/PHP-7.4/tests/lang/
H A D026.phpt4 <?php echo "\"\t\\'" . '\n\\\'a\\\b\\' ?>
/PHP-7.4/ext/mysqli/tests/
H A Dskipifemb.inc4 die("skip test doesn't run with embedded server");
/PHP-7.4/ext/spl/tests/
H A Ddllist_001.phpt52 Exception: Can't pop from an empty datastructure
53 Exception: Can't shift from an empty datastructure
/PHP-7.4/ext/opcache/tests/opt/
H A Dsccp_024.phpt14 function t($obj) {
30 A::t: ; (lines=10, args=1, vars=2, tmps=2)
/PHP-7.4/Zend/tests/
H A Dbug60536_002.phpt30 $t = new TraitsTest;
31 $t->hello = "foo";

Completed in 99 milliseconds

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