Home
last modified time | relevance | path

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

12345678910>>...31

/PHP-5.3/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.phpt30 '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',
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):("
61 string(59) "This st):(ring\tc):(ontains):(\rwhite):( space\):(nchars):("
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 …]
H A Dchunk_split_variation9.phpt19 $str = "This is to test chunk_split() with various ending string";
55 string(56) "This is to test chunk_split() with various ending string"
57 string(66) "This i s to t est ch unk_sp lit() with v arious endin g stri ng "
59 string(66) "This ias to taest chaunk_spalit() awith vaariousa endinag strianga"
63 string(106) "This i@#$%^s to t@#$%^est ch@#$%^unk_sp@#$%^lit() @#$%^with v@#$%^arious@#$%^ endin@#$…
65 string(66) "This i s to t est ch unk_sp lit() with v arious endin g stri ng "
67 string(66) "This i
79 string(66) "This i
91 string(76) "This i
103 string(66) "This i�s to t�est ch�unk_sp�lit() �with v�arious� endin�g stri�ng�"
[all …]
/PHP-5.3/tests/func/
H A D004.phpt43 0) This works!
44 1) This works!
45 2) This works!
46 3) This works!
47 4) This works!
48 5) This works!
49 6) This works!
50 7) This works!
51 8) This works!
52 9) This works!
[all …]
/PHP-5.3/ext/phar/tests/
H A D028.phpt16 $files['a.php'] = '<?php echo "This is a\n"; include "'.$pname.'/b.php"; ?>';
37 This is a
38 This is b
39 This is b/c
40 This is b/d
41 This is e
43 This is a
44 This is b
45 This is b/c
46 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 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 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 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
/PHP-5.3/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-5.3/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-5.3/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-5.3/ext/pcre/tests/
H A Dpreg_replace_basic.phpt9 $string = '123456789 - Hello, world - This is a string.';
11 var_dump(preg_replace('<- This is a string$>', 'This shouldn\'t work', $string)); //tries to find '…
13 …d replaces it with Bonjour (i.e. Hello -> Bonjour) (was finding the 'his' in This and replacing it)
20 string(54) "123456789 - Hello, world - This is a string."
21 string(54) "123456789 - Hello, world - This is a string."
22 string(54) "444444444 - Hello, world - This is a string."
23 string(56) "123456789 - Bonjour, world - This is a string."
24 string(42) "123456789. Hello, world. This is a string."
H A Dpreg_match_all_basic.phpt9 $string = 'Hello, world! This is a test. This is another test. \[4]. 34534 string.';
12 …is is a(.*?)\./', $string, $match2, PREG_SET_ORDER)); //finds "This is a test." and "This is anoth…
18 var_dump(preg_match_all('/(This is a ){2}(.*)\stest/', $string, $match5)); //tries to find "This is…
40 string(15) "This is a test."
47 string(21) "This is another test."
H A Dpreg_replace_edit_basic.phpt11 $string = '123456789 - Hello, world - This is a string.';
14 var_dump(preg_replace('<- This is a string$>',
15 …'This shouldn\'t work', $string)); //tries to find '- This is a string' at the end of a string …
24 …d replaces it with Bonjour (i.e. Hello -> Bonjour) (was finding the 'his' in This and replacing it)
33 string(54) "123456789 - Hello, world - This is a string."
34 string(54) "123456789 - Hello, world - This is a string."
35 string(54) "444444789 - Hello, world - This is a string."
37 string(56) "123456789 - Bonjour, world - This is a string."
38 string(42) "123456789. Hello, world. This is a string."
/PHP-5.3/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.

Completed in 59 milliseconds

12345678910>>...31