Home
last modified time | relevance | path

Searched refs:This (Results 1 – 25 of 684) sorted by relevance

12345678910>>...28

/PHP-7.4/ext/ftp/tests/
H A Dftp_nb_continue.phpt33 This is line 0 of the test data.
34 This is line 1 of the test data.
35 This is line 2 of the test data.
36 This is line 3 of the test data.
37 This is line 4 of the test data.
38 This is line 5 of the test data.
39 This is line 6 of the test data.
40 This is line 7 of the test data.
41 This is line 8 of the test data.
42 This is line 9 of the test data.
[all …]
/PHP-7.4/ext/standard/tests/strings/
H A Dbug25671.phpt6 "This is string one.",
7 "This is string two.",
9 "This is another string.",
10 "This is a last string."),
11 "This is a last string.");
19 …19:"This is strung one.";i:1;s:19:"This is strung two.";i:2;a:2:{i:0;s:23:"This is another string.…
20 …19:"This is strung one.";i:1;s:19:"This is strung two.";i:2;a:2:{i:0;s:23:"This is another string.…
21 …ringone.";i:1;s:16:"Thisisstringtwo.";i:2;a:2:{i:0;s:23:"This is another string.";i:1;s:22:"This i…
22 …ringone.";i:1;s:16:"Thisisstringtwo.";i:2;a:2:{i:0;s:23:"This is another string.";i:1;s:22:"This i…
H A Dbug45485.phpt7 This text is shown <?XML:NAMESPACE PREFIX = ST1 /><b>This Text disappears</b>
14 This text is shown <?xml:NAMESPACE PREFIX = ST1 /><b>This Text disappears</b>
22 This text is shown This Text disappears
23 This text is shown This Text disappears
H A Dchunk_split_variation6.phpt26 'This is simple string', //regular string
28 'This contains @ # $ % ^ & chars', //special characters
30 'This is string with 1234 numbers',
32 'This is string with multiple space char',
33 'This is to check string with ()',
36 'This is to check with \\n and \\t'
55 string(30) "This is):( simple):( string):("
59 string(46) "This co):(ntains ):(@ # $ %):( ^ & ch):(ars):("
63 string(47) "This is):( string):( with 1):(234 num):(bers):("
69 string(46) "This is):( to che):(ck stri):(ng with):( ()):("
[all …]
H A Dchunk_split_variation12.phpt20 $str = "This is str to check with heredoc ending.This\tcontains,\nspeci@! ch@r$ __with wrong \k esc…
33 This is simple heredoc string
38 This checks with $, %, &, chars
48 This checks\t and \nwhite space chars
53 This is to check chunk_split
89 string(102) "This is str to check with heredoc ending.This contains,
92 string(102) "This is str to check with heredoc ending.This contains,
95 string(113) "This is star to checka with hereadoc endinga.This contaains,
122 heredoc2.This is to check chunk_split
129 string(487) "This is stThis checks and
[all …]
H A Dchunk_split_variation7.phpt26 "This is simple string", //regular string
28 "This contains @ # $ % ^ & chars", //string with special characters
29 "This string\tcontains\rwhite space\nchars",
30 "This is string with 1234 numbers",
31 "This is string with \0 and ".chr(0)."null chars", //for binary safe
32 "This is string with multiple space char",
34 "This is to check with \\n and \\t" //to ignore \n and \t results
53 string(41) "This ????is si????mple ????strin????g????"
57 string(59) "This ????conta????ins @???? # $ ????% ^ &???? char????s????"
59 string(70) "This ????strin????g con????tains????
[all …]
/PHP-7.4/tests/func/
H A D004.phpt42 0) This works!
43 1) This works!
44 2) This works!
45 3) This works!
46 4) This works!
47 5) This works!
48 6) This works!
49 7) This works!
50 8) This works!
51 9) This works!
[all …]
/PHP-7.4/ext/phar/tests/
H A D028.phpt19 $files['e.php'] = '<?php echo "This is e\n"; ?>';
36 This is a
37 This is b
38 This is b/c
39 This is b/d
40 This is e
42 This is a
43 This is b
44 This is b/c
45 This is b/d
[all …]
H A D026.phpt14 $files['a.php'] = '<?php echo "This is a\n"; require \''.$pname.'/b.php\'; ?>';
15 $files['b.php'] = '<?php echo "This is b\n"; require \''.$pname.'/b/c.php\'; ?>';
16 $files['b/c.php'] = '<?php echo "This is b/c\n"; require \''.$pname.'/b/d.php\'; ?>';
17 $files['b/d.php'] = '<?php echo "This is b/d\n"; require \''.$pname.'/e.php\'; ?>';
18 $files['e.php'] = '<?php echo "This is e\n"; ?>';
29 This is a
30 This is b
31 This is b/c
32 This is b/d
33 This is e
H A D030.phpt14 $files['a.php'] = '<?php echo "This is a\n"; include \''.$pname.'/b.php\'; ?>';
15 $files['b.php'] = '<?php echo "This is b\n"; include \''.$pname.'/b/c.php\'; ?>';
16 $files['b/c.php'] = '<?php echo "This is b/c\n"; include \''.$pname.'/b/d.php\'; ?>';
17 $files['b/d.php'] = '<?php echo "This is b/d\n"; include \''.$pname.'/e.php\'; ?>';
18 $files['e.php'] = '<?php echo "This is e\n"; ?>';
41 This is a
42 This is b
43 This is b/c
44 This is b/d
45 This is e
H A Ddelete_in_phar_b.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
42 This is a
43 This is b
44 This is b/c
H A Dbug79912.phpt13 $phar->addFromString("test.txt", "This is a test file.This is a test file.This is a test file.");
25 string(60) "This is a test file.This is a test file.This is a test file."
30 string(60) "This is a test file.This is a test file.This is a test file."
H A D024.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 This is a
30 This is b
31 This is b/c
H A D025.phpt14 $files['a'] = '<?php echo "This is a\n"; ?>';
15 $files['b'] = '<?php echo "This is b\n"; ?>';
16 $files['b/b'] = '<?php echo "This is b/b\n"; ?>';
29 This is a
30 This is b
31 This is b/b
H A Dphar_oo_003.phpt34 string(32) "<?php echo "This is a.php\n"; ?>"
35 This is a.php
39 string(32) "<?php echo "This is b.php\n"; ?>"
40 This is b.php
42 string(32) "<?php echo "This is e.php\n"; ?>"
43 This is e.php
/PHP-7.4/ext/iconv/tests/
H A Diconv_substr.phpt34 bar("This is a test", 100000);
35 bar("This is a test", 0, 100000);
36 bar("This is a test", -3);
37 bar("This is a test", 0, -9);
38 bar("This is a test", 0, -100000);
39 bar("This is a test", -9, -100000);
49 string(14) "This is a test"
50 string(14) "This is a test"
53 string(5) "This "
54 string(5) "This "
/PHP-7.4/ext/phar/tests/tar/
H A Ddelete_in_phar_b.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"; ?>';
39 This is a
40 This is b
41 This is b/c
45 This is a
46 This is b
47 This is b/c
/PHP-7.4/ext/phar/tests/zip/
H A Ddelete_in_phar_b.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
44 This is a
45 This is b
46 This is b/c
/PHP-7.4/Zend/tests/
H A Dheredoc_001.phpt9 This is a heredoc test.
14 This is another heredoc test.
22 This is a heredoc test.
23 This is another heredoc test.
H A Dheredoc_003.phpt9 This is heredoc test #$a.
14 This is heredoc test #$b.
22 This is heredoc test #1.
23 This is heredoc test #2.
H A Dheredoc_004.phpt9 This is heredoc test #{$a}.
14 This is heredoc test #{$b}.
22 This is heredoc test #1.
23 This is heredoc test #2.
H A Dheredoc_002.phpt9 This is a heredoc test.
14 This is another heredoc test.
22 This is a heredoc test.
23 This is another heredoc test.
H A Dnowdoc_002.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 Dnowdoc_003.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_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}.

Completed in 61 milliseconds

12345678910>>...28