Home
last modified time | relevance | path

Searched refs:This (Results 26 – 50 of 767) sorted by relevance

12345678910>>...31

/PHP-5.3/Zend/tests/
H A Dnowdoc_004.phpt9 This is nowdoc test #{$a}.
14 This is nowdoc test #{$b}.
22 This is nowdoc test #{$a}.
23 This is nowdoc test #{$b}.
H A Dnowdoc_001.phpt9 This is a nowdoc test.
14 This is another nowdoc test.
22 This is a nowdoc test.
23 This is another nowdoc test.
H A Dheredoc_006.phpt9 This is heredoc test #s {$a}, {$b}, {$c['c']}, and {$d->d}.
14 This is heredoc test #s {$a}, {$b}, {$c['c']}, and {$d->d}.
22 This is heredoc test #s 1, 2, 3, and 4.
23 This is heredoc test #s 1, 2, 3, and 4.
H A Dheredoc_007.phpt9 This is heredoc test #s $a, {$b}, {$c['c']}, and {$d->d}.
14 This is heredoc test #s $a, {$b}, {$c['c']}, and {$d->d}.
22 This is heredoc test #s 1, 2, 3, and 4.
23 This is heredoc test #s 1, 2, 3, and 4.
/PHP-5.3/ext/phar/tests/
H A Dphar_oo_003.phpt35 string(32) "<?php echo "This is a.php\n"; ?>"
36 This is a.php
40 string(32) "<?php echo "This is b.php\n"; ?>"
41 This is b.php
43 string(32) "<?php echo "This is e.php\n"; ?>"
44 This is e.php
H A D023.phpt14 $files['a.php'] = '<?php echo "This is a\n"; ?>';
15 $files['b.php'] = '<?php echo "This is b\n"; ?>';
16 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
29 string(28) "<?php echo "This is a\n"; ?>"
30 string(28) "<?php echo "This is b\n"; ?>"
31 string(30) "<?php echo "This is b/c\n"; ?>"
H A Ddelete_in_phar.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"; ?>';
36 This is a
37 This is b
38 This is b/c
40 This is a
41 This is b
H A Ddelete_in_phar_confirm.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"; ?>';
40 This is a
41 This is b
42 This is b/c
44 This is a
45 This is b
/PHP-5.3/ext/phar/tests/tar/
H A Ddelete_in_phar.phpt15 $phar['a.php'] = '<?php echo "This is a\n"; ?>';
16 $phar['b.php'] = '<?php echo "This is b\n"; ?>';
17 $phar['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
38 This is a
39 This is b
40 This is b/c
42 This is a
43 This is b
H A Ddelete_in_phar_confirm.phpt15 $phar['a.php'] = '<?php echo "This is a\n"; ?>';
16 $phar['b.php'] = '<?php echo "This is b\n"; ?>';
17 $phar['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
41 This is a
42 This is b
43 This is b/c
45 This is a
46 This is b
/PHP-5.3/ext/phar/tests/zip/
H A Ddelete_in_phar.phpt15 $phar['a.php'] = '<?php echo "This is a\n"; ?>';
16 $phar['b.php'] = '<?php echo "This is b\n"; ?>';
17 $phar['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
37 This is a
38 This is b
39 This is b/c
41 This is a
42 This is b
H A Ddelete_in_phar_confirm.phpt15 $phar['a.php'] = '<?php echo "This is a\n"; ?>';
16 $phar['b.php'] = '<?php echo "This is b\n"; ?>';
17 $phar['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
42 This is a
43 This is b
44 This is b/c
46 This is a
47 This is b
/PHP-5.3/ext/pcre/tests/
H A Dpreg_match_all_edit_basic.phpt11 $string = 'Hello, world! This is a test. This is another test. \[4]. 34534 string.';
16 …*?)\./', $string, $match2, PREG_SET_ORDER)); //finds "This is a test." and "This is anoth…
25 var_dump(preg_match_all('/(This is a ){2}(.*)\stest/', $string, $match5)); //tries to find "T…
47 string(15) "This is a test."
54 string(21) "This is another test."
/PHP-5.3/ext/standard/tests/strings/
H A Dchunk_split_variation11.phpt21 This is heredoc string with \t and \n.It also contains
22 sPeci@! ch@r$ :) & numbers 222.This is \k wrong escape char.
49 string(113) "This is heredoc string with and
51 sPeci@! ch@r$ :) & numbers 222.This is \k wrong escape char."
53 string(132) "This i s here doc st ring w ith and
55 s Peci@! ch@r$ :) & number s 222. This i s \k w rong e scape char. "
57 string(132) "This ias hereadoc staring waith aand
61 string(227) "This iENDINGs hereENDINGdoc stENDINGring wENDINGith ENDINGand
65 string(151) "This i
81 This i
[all …]
H A Dstrip_tags_variation9.phpt19 "<html> \$ -> This represents the dollar sign</html><?php echo hello ?>",
21 "<a>This is a hyper text tag</a>",
23 "<p>This is a paragraph</p>",
24 "<b>This is \ta text in bold letters\r\s\malong with slashes\n</b>"
42 string(50) "<html> $ -> This represents the dollar sign</html>"
47 string(31) "<a>This is a hyper text tag</a>"
51 string(26) "<p>This is a paragraph</p>"
53 string(62) "<b>This is a text in bold letters
H A Dchunk_split_variation10.phpt20 $str = "This is to test chunk_split() with various 'single quoted' ending string.";
57 string(73) "This is to test chunk_split() with various 'single quoted' ending string."
59 string(82) "This is t o test ch unk_split () with v arious 's ingle quo ted' endi ng string . "
61 string(82) "This is tao test chaunk_splita() with vaarious 'saingle quoated' endiang stringa.a"
65 string(118) "This is t@#$%^o test ch@#$%^unk_split@#$%^() with v@#$%^arious 's@#$%^ingle quo@#$%^te…
67 string(91) "This is t\to test ch\tunk_split\t() with v\tarious 's\tingle quo\tted' endi\tng string\…
69 string(91) "This is t\no test ch\nunk_split\n() with v\narious 's\ningle quo\nted' endi\nng string\…
71 string(91) "This is t\ro test ch\runk_split\r() with v\rarious 's\ringle quo\rted' endi\rng string\…
73 string(109) "This is t\r\no test ch\r\nunk_split\r\n() with v\r\narious 's\r\ningle quo\r\nted' end…
75 string(91) "This is t\0o test ch\0unk_split\0() with v\0arious 's\0ingle quo\0ted' endi\0ng string\…
[all …]
H A Dstrip_tags_variation10.phpt20 '<html> \$ -> This represents the dollar sign</html><?php echo hello ?>',
22 '<a>This is a hyper text tag</a>',
24 '<p>This is a paragraph</p>',
25 '<b>This is \ta text in bold letters\r\s\malong with slashes\n</b>'
44 string(51) "<html> \$ -> This represents the dollar sign</html>"
48 string(31) "<a>This is a hyper text tag</a>"
52 string(26) "<p>This is a paragraph</p>"
54 string(65) "<b>This is \ta text in bold letters\r\s\malong with slashes\n</b>"
H A Dstripslashes_variation3.phpt18 This is line 1 \nof 'heredoc' string
19 This is line 2 \nof "heredoc" string
23 This is line 1 \tof 'heredoc' string
24 This is line 2 \tof "heredoc" string
92 string(71) "This is line 1
94 This is line 2
122 string(71) "This is line 1 of 'heredoc' string
123 This is line 2 of "heredoc" string"
/PHP-5.3/ext/reflection/tests/
H A DReflectionParameter_002.phpt26 echo "This param is passed by reference\n";
28 echo "This param is not passed by reference\n";
41 echo "This param is passed by reference\n";
43 echo "This param is not passed by reference\n";
58 This param is passed by reference
64 This param is not passed by reference
72 This param is not passed by reference
78 This param is passed by reference
/PHP-5.3/ext/dba/tests/
H A Ddba015.phpt18 dba_insert("key1", "This is a test insert 1", $db_file1);
32 dba_insert("key2", "This is a test insert 2", $db_file2);
61 This is a test insert 1
65 This is a test insert 1
66 This is a test insert 2
68 This is a test insert 1
69 This is a test insert 2
74 This is a test insert 1
75 This is a test insert 2
H A Ddba_db4_018.phpt18 dba_insert("key1", "This is a test insert 1", $db_file1);
32 dba_insert("key2", "This is a test insert 2", $db_file2);
61 This is a test insert 1
65 This is a test insert 1
66 This is a test insert 2
68 This is a test insert 1
69 This is a test insert 2
74 This is a test insert 1
75 This is a test insert 2
/PHP-5.3/ext/zlib/tests/
H A Dgzfile_variation15.phpt33 gzwrite($h, "This is a file in dir2");
42 gzwrite($h, "This is a file in dir1");
51 gzwrite($h, "This is a file in working dir");
67 gzwrite($h, "This is a file in script dir");
85 string(22) "This is a file in dir2"
90 string(22) "This is a file in dir1"
95 string(22) "This is a file in dir1"
100 string(29) "This is a file in working dir"
105 string(28) "This is a file in script dir"
H A Dreadgzfile_variation15.phpt33 gzwrite($h, "This is a file in dir2");
43 gzwrite($h, "This is a file in dir1");
53 gzwrite($h, "This is a file in working dir");
71 gzwrite($h, "This is a file in script dir");
88 file content:This is a file in dir2
89 file content:This is a file in dir1
90 file content:This is a file in dir1
91 file content:This is a file in working dir
92 file content:This is a file in script dir
/PHP-5.3/ext/bz2/tests/
H A Dwith_strings.phpt10 # This FAILS
12 This is some random data
15 # This Works: (so, is heredoc related)
16 #$blaat= 'This is some random data';
/PHP-5.3/tests/lang/
H A Dbug30578.phpt13 echo "This should be displayed last.\n";
21 echo "This should be displayed first.\n";
30 This should be displayed first.
31 Buffered data: This should be displayed last.

Completed in 44 milliseconds

12345678910>>...31