Home
last modified time | relevance | path

Searched refs:This (Results 176 – 200 of 751) sorted by relevance

12345678910>>...31

/php-src/Zend/tests/
H A Dbug26166.phpt52 throw new Exception("This is an error!");
69 This is an error!
H A Dbug48770_2.phpt53 $c->func('This should work!');
58 string(27) "B::func2: This should work!"
61 string(27) "B::func3: This should work!"
H A Dbug80972.phpt26 /* This same bug also permits to modify the first byte of a string even if
29 /* This must not affect the string value */
/php-src/ext/pgsql/tests/
H A Dbug72197.phpt9 /* This shouldn't crash. */
18 /* This should work correctly. */
/php-src/ext/standard/tests/strings/
H A Daddslashes_variation2.phpt13 This is line 1 of 'heredoc' string
14 This is line 2 of "heredoc" string
184 string(7%d) "This is line 1 of \'heredoc\' string
185 This is line 2 of \"heredoc\" string"
H A Dchunk_split_variation8.phpt19 This's heredoc string with \t and \n white space char.
65 string(129) "This's heredoc string with and
70 string(141) "This's heredoc string with::: and
75 string(129) "This's heredoc string with and
H A Dconvert_uudecode_basic.phpt16 "\t This String contains \t\t some control characters\r\n",
23 '\t This String contains \t\t some control characters\r\n',
/php-src/ext/phar/tests/zip/
H A Drefcount1.phpt20 $files['a.php'] = '<?php echo "This is a\n"; ?>';
21 $files['b.php'] = '<?php echo "This is b\n"; ?>';
22 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
/php-src/ext/dom/tests/
H A DDOMNode_normalize_basic.phpt12 * <title>This is the title</title>
31 $text = $doc->createTextNode('This is the first title');
38 $text = $doc->createTextNode('This is the second title');
/php-src/ext/zlib/tests/
H A Dgzopen_basic2.phpt13 $data = "This was the information that was written";
36 This was the information that was written
/php-src/ext/xml/tests/
H A Dxml011.phpt15 $xml = '<text>start<b /> This &amp; that</text>';
53 [value] => This & that
/php-src/ext/ftp/tests/
H A Dgh10562.phpt18 // This requests more data, but we don't do the loop to fetch it.
22 // This aborts the previous request, fetches the whole "a story" file.
/php-src/ext/dom/tests/modern/html/serializer/
H A DHTMLDocument_serialize_full_document.phpt12 <title>This is my épic title!</title>
35 <title>This is my épic title!</title>
/php-src/ext/standard/tests/array/
H A Darray_unshift_variation9.phpt28 This is a double quoted string
46 This's a string with quotes:
165 This is a double quoted string"
181 This is a double quoted string"
273 string(123) "This's a string with quotes:
289 string(123) "This's a string with quotes:
/php-src/ext/standard/tests/file/
H A Dfgetcsv_error_conditions.csv2 This is line of text without csv fields
H A Dfgetcsv_variation15.phpt719 This is line of text without csv fields
734 This is line of text without csv fields
749 This is line of text without csv fields
764 This is line of text without csv fields
779 This is line of text without csv fields
794 This is line of text without csv fields
809 This is line of text without csv fields
824 This is line of text without csv fields
839 This is line of text without csv fields
854 This is line of text without csv fields
[all …]
H A Dfgetcsv_variation16.phpt723 This is line of text without csv fields
738 This is line of text without csv fields
753 This is line of text without csv fields
768 This is line of text without csv fields
783 This is line of text without csv fields
798 This is line of text without csv fields
813 This is line of text without csv fields
828 This is line of text without csv fields
843 This is line of text without csv fields
858 This is line of text without csv fields
[all …]
/php-src/sapi/cli/tests/
H A D019.phpt25 This program is free software; you can redistribute it and/or modify
29 This program is distributed in the hope that it will be useful,
/php-src/ext/phar/tests/tar/
H A Drefcount1.phpt20 $files['a.php'] = '<?php echo "This is a\n"; ?>';
21 $files['b.php'] = '<?php echo "This is b\n"; ?>';
22 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
/php-src/ext/mbstring/tests/
H A Dmb_encode_mimeheader_basic.phpt15 $english = array('English' => 'This is an English string. 0123456789');
44 string(37) "This is an English string. 0123456789"
46 string(37) "This is an English string. 0123456789"
/php-src/ext/pdo/tests/
H A Dbug_69356.phpt23 This is a debug function, which dump directly the data on the normal output.
26This will only dumps the parameters in the statement at the moment of the dump. Extra parameters a…
43 This is a debug function, which dump directly the data on the normal output.
46This will only dumps the parameters in the statement at the moment of the dump. Extra parameters a…
/php-src/ext/dom/lexbor/patches/
H A DREADME.md8 This contains the following patch files in mailbox format.
18This patch won't be upstreamed because it breaks generality of those data structures, i.e. it only…
21 …A PHP specific patch to remove unused upper case tag static data. This shrinks the static data siz…
24 This shrinks the static data size and reduces data cache pressure.
/php-src/ext/session/tests/
H A Dbug74892.phpt17 <p><a href="index.php">Click This Anchor Tag!</a></p>
22 <p><a href="index.php?PHPSESSID=sessionidhere">Click This Anchor Tag!</a></p>
/php-src/ext/intl/tests/
H A Duconverter_oop_callback_return.phpt38 // This line will trigger toUCallback
40 // This line will trigger fromUCallback
/php-src/ext/spl/tests/
H A DarrayObject_magicMethods4.phpt15 public $b = "This should not be in the storage";
91 string(33) "This should not be in the storage"
129 string(33) "This should not be in the storage"
165 string(33) "This should not be in the storage"
194 string(33) "This should not be in the storage"

Completed in 54 milliseconds

12345678910>>...31