Home
last modified time | relevance | path

Searched refs:This (Results 51 – 75 of 767) sorted by relevance

12345678910>>...31

/PHP-5.3/Zend/tests/
H A Dnowdoc_005.phpt9 This is nowdoc test #s $a, $b, $c['c'], and $d->d.
14 This is nowdoc test #s $a, $b, $c['c'], and $d->d.
22 This is nowdoc test #s $a, $b, $c['c'], and $d->d.
23 This is nowdoc test #s $a, $b, $c['c'], and $d->d.
H A Dnowdoc_006.phpt9 This is nowdoc test #s {$a}, {$b}, {$c['c']}, and {$d->d}.
14 This is nowdoc test #s {$a}, {$b}, {$c['c']}, and {$d->d}.
22 This is nowdoc test #s {$a}, {$b}, {$c['c']}, and {$d->d}.
23 This is nowdoc test #s {$a}, {$b}, {$c['c']}, and {$d->d}.
H A Dnowdoc_007.phpt9 This is nowdoc test #s $a, {$b}, {$c['c']}, and {$d->d}.
14 This is nowdoc test #s $a, {$b}, {$c['c']}, and {$d->d}.
22 This is nowdoc test #s $a, {$b}, {$c['c']}, and {$d->d}.
23 This is nowdoc test #s $a, {$b}, {$c['c']}, and {$d->d}.
H A Dbug44069.phpt7 $string = str_repeat('This is a teststring.', 50);
10 // $newstring .= $string; //This uses an expected amount of mem.
11 $newstring = $newstring . $string; //This uses very much mem.
/PHP-5.3/ext/standard/tests/strings/
H A Dchunk_split_variation3.phpt14 $str = 'This is simple string.';
103 string(52) "This-2345 is -2345simp-2345le s-2345trin-2345g.-2345"
107 string(52) "This-10.5 is -10.5simp-10.5le s-10.5trin-10.5g.-10.5"
135 string(22) "This is simple string."
137 string(22) "This is simple string."
141 string(22) "This is simple string."
145 string(22) "This is simple string."
147 string(22) "This is simple string."
149 string(22) "This is simple string."
153 string(22) "This is simple string."
[all …]
H A Dchunk_split_variation4.phpt32 This is simple heredoc string
37 This checks heredoc with $, %, &, chars
47 This checks\t chunk_split()\nEscape\rchars
52 This is to check chunk_split
99 string(45) "This
109 string(90) "This
128 string(59) "This
140 string(59) "This
H A Dhtmlspecialchars_decode_variation6.phpt19 "\tHello \"world\"\t\v \0 This is a valid\t string",
20 "This converts\t decimal to \$string".decbin(65)."Hello world",
21 b"This is a binary\t \v\fstring"
45 string(42) " Hello "world" � This is a valid string"
47 string(51) "This converts decimal to $string1000001Hello world"
H A Dstr_split_variation5.phpt34 This is simple heredoc string
39 This checks heredoc with $, %, &, chars
49 This checks\t str_split()\nEscape\rchars
54 This is to check str_split
109 string(10) "This is si"
118 string(10) "This is to"
135 string(10) "This check"
146 string(10) "This check"
/PHP-5.3/ext/standard/tests/file/
H A Dfgetcsv_variation13.phpt73 string(39) "This is line of text without csv fields"
81 string(39) "This is line of text without csv fields"
89 string(39) "This is line of text without csv fields"
97 string(39) "This is line of text without csv fields"
105 string(39) "This is line of text without csv fields"
113 string(39) "This is line of text without csv fields"
121 string(39) "This is line of text without csv fields"
129 string(39) "This is line of text without csv fields"
137 string(39) "This is line of text without csv fields"
145 string(39) "This is line of text without csv fields"
[all …]
H A Dfgetcsv_variation20.phpt75 string(39) "This is line of text without csv fields"
83 string(39) "This is line of text without csv fields"
91 string(39) "This is line of text without csv fields"
99 string(39) "This is line of text without csv fields"
107 string(39) "This is line of text without csv fields"
115 string(39) "This is line of text without csv fields"
123 string(39) "This is line of text without csv fields"
131 string(39) "This is line of text without csv fields"
139 string(39) "This is line of text without csv fields"
147 string(39) "This is line of text without csv fields"
[all …]
H A Dfgetcsv_variation6.phpt592 string(4) "This"
622 string(4) "This"
652 string(4) "This"
682 string(4) "This"
712 string(4) "This"
742 string(4) "This"
772 string(4) "This"
802 string(4) "This"
832 string(4) "This"
862 string(4) "This"
[all …]
H A Dfgetcsv_variation17.phpt587 string(4) "This"
617 string(4) "This"
647 string(4) "This"
677 string(4) "This"
707 string(4) "This"
737 string(4) "This"
767 string(4) "This"
797 string(4) "This"
827 string(4) "This"
857 string(4) "This"
[all …]
/PHP-5.3/ext/phar/tests/files/
H A Dphar_oo_test.inc17 $files['a.php'] = '<?php echo "This is a.php\n"; ?>';
18 $files['b.php'] = '<?php echo "This is b.php\n"; ?>';
19 $files['b/c.php'] = '<?php echo "This is b/c.php\n"; ?>';
20 $files['b/d.php'] = '<?php echo "This is b/d.php\n"; ?>';
21 $files['e.php'] = '<?php echo "This is e.php\n"; ?>';
/PHP-5.3/ext/phar/tests/cache_list/files/
H A Dphar_oo_test.inc17 $files['a.php'] = '<?php echo "This is a.php\n"; ?>';
18 $files['b.php'] = '<?php echo "This is b.php\n"; ?>';
19 $files['b/c.php'] = '<?php echo "This is b/c.php\n"; ?>';
20 $files['b/d.php'] = '<?php echo "This is b/d.php\n"; ?>';
21 $files['e.php'] = '<?php echo "This is e.php\n"; ?>';
/PHP-5.3/tests/lang/
H A Dshort_tags.003.phpt12 $a = 'This gets echoed twice';
28 This gets echoed twice
29 This gets echoed twice
/PHP-5.3/ext/zlib/tests/
H A Dgzseek_variation1.phpt13 $str1 = "This is the first line.";
14 $str2 = "This is the second line.";
30 This is the first line.
32 This is the second line.
H A Dgzopen_variation4.phpt45 gzwrite($h, "This is a file in dir2");
111 This is a file in dir2
112 This is a file in dir1
113 This is a file in dir1
114 This is a file in working dir
115 This is a file in script dir
155 This is a file in dir2
156 This is a file in dir1
157 This is a file in dir1
158 This is a file in working dir
[all …]
H A Dgzopen_variation6.phpt22 gzwrite($h, "This is an absolute file");
26 gzwrite($h, "This is a relative file");
45 This is an absolute file
46 This is a relative file
/PHP-5.3/ext/date/tests/
H A Dstrtotime_basic.phpt14 * This is parsed as the "first following Monday OR the current day if it is a Monday"
18 * This is parsed as the "second following Monday OR the first following
23 * This is parsed as the "third following Monday OR the second following
28 * This is parsed as the "first following Monday after the first Monday in December"
32 * This is parsed as the "second following Monday after the first Monday in December"
36 * This is parsed as the "third following Monday after the first Monday in December"
/PHP-5.3/tests/output/
H A Dob_start_basic_unerasable_001.phpt13 echo "This call will obtain the content:\n";
19 [callback:1]This call will obtain the content:
20 string(35) "This call will obtain the content:
/PHP-5.3/ext/phar/tests/
H A Dopen_for_write_newfile.phpt15 $files['a.php'] = '<?php echo "This is a\n"; ?>';
16 $files['b.php'] = '<?php echo "This is b\n"; ?>';
17 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
31 This is b/c
/PHP-5.3/ext/dom/tests/
H A Dbug46335.phpt7 $textascii = 'This is an "example" of using DOM splitText';
8 $text = 'This is an ‘example’ of using DOM splitText';
32 Text: This is an "example" of using DOM splitText
34 Text: This is an ‘example’ of using DOM splitText
H A DDOMComment_construct_basic_001.phpt12 $comment = new DOMComment("This is the first comment.");
13 $comment->__construct("This is the second comment.");
19 <root><!--This is the second comment.--></root>
/PHP-5.3/ext/phar/tests/tar/
H A Dopen_for_write_newfile.phpt19 $files['a.php'] = '<?php echo "This is a\n"; ?>';
20 $files['b.php'] = '<?php echo "This is b\n"; ?>';
21 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
42 This is b/c
/PHP-5.3/ext/phar/tests/zip/
H A Dopen_for_write_newfile.phpt19 $files['a.php'] = '<?php echo "This is a\n"; ?>';
20 $files['b.php'] = '<?php echo "This is b\n"; ?>';
21 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
40 This is b/c

Completed in 61 milliseconds

12345678910>>...31