/PHP-8.1/ext/intl/tests/ |
H A D | cpbi_parts_iterator.phpt | 22 0. ต (U+0E15) at 3 23 1. ั (U+0E31) at 6 24 2. ว (U+0E27) at 9 25 3. อ (U+0E2D) at 12 26 4. ย (U+0E22) at 15 27 5. ่ (U+0E48) at 18 28 6. า (U+0E32) at 21 29 7. ง (U+0E07) at 24 30 8. ข (U+0E02) at 27 31 9. ้ (U+0E49) at 30 [all …]
|
H A D | gh12020.phpt | 16 string(128) "pattern syntax error (parse error at offset 19, after " message with {", before or at … 18 string(116) "pattern syntax error (parse error at offset 6, after "some {", before or at "wrong.for… 20 string(128) "pattern syntax error (parse error at offset 19, after " message with {", before or at … 22 string(116) "pattern syntax error (parse error at offset 6, after "some {", before or at "wrong.for…
|
H A D | transliterator_create_from_rule_error.phpt | 32 …ICU transliterator from rules (parse error after "{'``'}a > “;", before or at "{'``'}a > b;") in %… 33 …ICU transliterator from rules (parse error after "{'``'}a > “;", before or at "{'``'}a > b;"): U_R… 35 …es: unable to create ICU transliterator from rules (parse error at offset 0, before or at "ffff") … 36 …es: unable to create ICU transliterator from rules (parse error at offset 0, before or at "ffff"):…
|
H A D | gh11658.phpt | 17 …ter::formatMessage(): pattern syntax error (parse error at offset 6, after "some {", before or at … 20 …fmt_format_message(): pattern syntax error (parse error at offset 6, after "some {", before or at …
|
/PHP-8.1/ext/standard/tests/file/ |
H A D | fgets_variation3.phpt | 66 -- fgets() with default length, file pointer at 0 -- 77 -- fgets() with default length, file pointer at 0 -- 88 -- fgets() with default length, file pointer at 0 -- 101 -- fgets() with default length, file pointer at 0 -- 114 -- fgets() with default length, file pointer at 0 -- 125 -- fgets() with default length, file pointer at 0 -- 136 -- fgets() with default length, file pointer at 0 -- 149 -- fgets() with default length, file pointer at 0 -- 162 -- fgets() with default length, file pointer at 0 -- 173 -- fgets() with default length, file pointer at 0 -- [all …]
|
H A D | fgets_basic.phpt | 52 -- fgets() with default length, file pointer at 0 -- 62 -- fgets() with default length, file pointer at 0 -- 72 -- fgets() with default length, file pointer at 0 -- 84 -- fgets() with default length, file pointer at 0 -- 96 -- fgets() with default length, file pointer at 0 -- 106 -- fgets() with default length, file pointer at 0 -- 116 -- fgets() with default length, file pointer at 0 -- 128 -- fgets() with default length, file pointer at 0 -- 140 -- fgets() with default length, file pointer at 0 -- 150 -- fgets() with default length, file pointer at 0 -- [all …]
|
H A D | ftruncate_variation7-win32.phpt | 73 -- Testing ftruncate(): File pointer at the end -- 81 -- Testing ftruncate(): File pointer at the end -- 89 -- Testing ftruncate(): File pointer at the end -- 97 -- Testing ftruncate(): File pointer at the end -- 105 -- Testing ftruncate(): File pointer at the end -- 113 -- Testing ftruncate(): File pointer at the end -- 121 -- Testing ftruncate(): File pointer at the end -- 129 -- Testing ftruncate(): File pointer at the end -- 137 -- Testing ftruncate(): File pointer at the end -- 145 -- Testing ftruncate(): File pointer at the end -- [all …]
|
H A D | ftruncate_variation7.phpt | 73 -- Testing ftruncate(): File pointer at the end -- 81 -- Testing ftruncate(): File pointer at the end -- 89 -- Testing ftruncate(): File pointer at the end -- 97 -- Testing ftruncate(): File pointer at the end -- 105 -- Testing ftruncate(): File pointer at the end -- 113 -- Testing ftruncate(): File pointer at the end -- 121 -- Testing ftruncate(): File pointer at the end -- 129 -- Testing ftruncate(): File pointer at the end -- 137 -- Testing ftruncate(): File pointer at the end -- 145 -- Testing ftruncate(): File pointer at the end -- [all …]
|
H A D | fgets_variation6-win32.phpt | 64 -- fgets() with file pointer pointing at EOF -- 72 -- fgets() with file pointer pointing at EOF -- 80 -- fgets() with file pointer pointing at EOF -- 88 -- fgets() with file pointer pointing at EOF -- 98 -- fgets() with file pointer pointing at EOF -- 106 -- fgets() with file pointer pointing at EOF -- 114 -- fgets() with file pointer pointing at EOF -- 122 -- fgets() with file pointer pointing at EOF -- 132 -- fgets() with file pointer pointing at EOF -- 140 -- fgets() with file pointer pointing at EOF -- [all …]
|
H A D | fgets_variation6.phpt | 64 -- fgets() with file pointer pointing at EOF -- 72 -- fgets() with file pointer pointing at EOF -- 80 -- fgets() with file pointer pointing at EOF -- 88 -- fgets() with file pointer pointing at EOF -- 98 -- fgets() with file pointer pointing at EOF -- 106 -- fgets() with file pointer pointing at EOF -- 114 -- fgets() with file pointer pointing at EOF -- 122 -- fgets() with file pointer pointing at EOF -- 132 -- fgets() with file pointer pointing at EOF -- 140 -- fgets() with file pointer pointing at EOF -- [all …]
|
H A D | 007_variation13-win32.phpt | 2 Test fopen and fclose() functions - usage variations - "at" mode 11 /* Test fopen() and fclose(): Opening the file in "at" mode, 23 echo "*** Test fopen() & fclose() functions: with 'at' mode ***\n"; 24 $file_handle = fopen($file, "at"); //opening the file "at" mode 30 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end… 36 fclose( fopen($file, "at") ); //Opening the non-existing file in "at" mode, which will be created 44 *** Test fopen() & fclose() functions: with 'at' mode ***
|
H A D | 007_variation13.phpt | 2 Test fopen and fclose() functions - usage variations - "at" mode 11 /* Test fopen() and fclose(): Opening the file in "at" mode, 23 echo "*** Test fopen() & fclose() functions: with 'at' mode ***\n"; 24 $file_handle = fopen($file, "at"); //opening the file "at" mode 30 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end… 36 fclose( fopen($file, "at") ); //Opening the non-existing file in "at" mode, which will be created 44 *** Test fopen() & fclose() functions: with 'at' mode ***
|
/PHP-8.1/ext/date/tests/ |
H A D | date_timestamp_get.phpt | 4 Carlos Alexandre Pires de Carvalho Junior <calexandrepcjr [at] gmail [dot] com> 5 Daiane Alves <daiane [at] lt [dot] coop [dot] br> 6 Ednaldo Neimeg Marques <neimeg [at] gmail [dot] com> 7 Henrique Ramos <henrique [at] habilissimo [dot] com [dot] br> 8 Larissa Mourullo <larismourullo [at] gmail [dot] com> 9 Vinicius Dias <carlosv775 [at] gmail [dot] com> 10 Virgílio de Carvalho Pontes <vigiliocpontes [at] outlook [dot] com> 11 Vitor Mattos <vitor [at] php [dot] rio>
|
H A D | bug49059.phpt | 9 print "\$date1 at init: " . $date1->format("Y-m-d") . "\n"; 10 print "\$date2 at init: " . $date2->format("Y-m-d") . "\n"; 17 print "\$date1 after second diff (called at \$date1): " . 21 print "\$date1 after third diff (called at \$date2): " . 26 $date1 at init: 2009-03-27 27 $date2 at init: 2009-03-01 31 $date1 after second diff (called at $date1): 2009-03-25 33 $date1 after third diff (called at $date2): 2009-03-25
|
/PHP-8.1/ext/standard/tests/serialize/ |
H A D | invalid_signs_in_lengths.phpt | 21 Notice: unserialize(): Error at offset 0 of 9 bytes in %s on line %d 24 Notice: unserialize(): Error at offset 0 of 9 bytes in %s on line %d 27 Notice: unserialize(): Error at offset 0 of 7 bytes in %s on line %d 30 Notice: unserialize(): Error at offset 0 of 7 bytes in %s on line %d 33 Notice: unserialize(): Error at offset 0 of 20 bytes in %s on line %d 36 Notice: unserialize(): Error at offset 0 of 20 bytes in %s on line %d 39 Notice: unserialize(): Error at offset 0 of 24 bytes in %s on line %d 42 Notice: unserialize(): Error at offset 0 of 24 bytes in %s on line %d 45 Notice: unserialize(): Error at offset 9 of 15 bytes in %s on line %d 48 Notice: unserialize(): Error at offset 9 of 15 bytes in %s on line %d [all …]
|
H A D | bug25378.phpt | 20 Notice: unserialize(): Error at offset 0 of 8 bytes in %sbug25378.php on line %d 23 Notice: unserialize(): Error at offset 0 of 5 bytes in %sbug25378.php on line %d 26 Notice: unserialize(): Error at offset 13 of 19 bytes in %sbug25378.php on line %d 29 Notice: unserialize(): Error at offset 14 of 19 bytes in %sbug25378.php on line %d 32 Notice: unserialize(): Error at offset 2 of 22 bytes in %sbug25378.php on line %d 35 Notice: unserialize(): Error at offset 17 of 18 bytes in %sbug25378.php on line %d 38 Notice: unserialize(): Error at offset 24 of 33 bytes in %sbug25378.php on line %d 47 Notice: unserialize(): Error at offset 2 of 13 bytes in %sbug25378.php on line %d 50 Notice: unserialize(): Error at offset 2 of 11 bytes in %sbug25378.php on line %d 53 Notice: unserialize(): Error at offset 8 of 9 bytes in %sbug25378.php on line %d [all …]
|
/PHP-8.1/sapi/phpdbg/tests/ |
H A D | finish_leave_001.phpt | 15 prompt> [Breakpoint #0 added at bar] 16 prompt> [Breakpoint #1 added at %s:5] 17 prompt> [Breakpoint #0 in bar() at %s:9, hits: 1] 21 prompt> [Breakpoint #1 at %s:5, hits: 1] 25 prompt> [Breaking for leave at %s:5] 29 prompt> [Already at the end of the function]
|
H A D | clean_001.phpt | 19 prompt> [Breakpoint #0 added at %s:4] 20 prompt> [Breakpoint #1 added at foo] 22 [Breakpoint #0 at %s:4, hits: 1] 27 [Breakpoint #1 in foo() at %s:9, hits: 1] 38 [Breakpoint #0 at %s:4, hits: 1] 43 [Breakpoint #1 in foo() at %s:9, hits: 1]
|
H A D | breakpoints_004.phpt | 13 prompt> [Breakpoint #0 added at ZEND_ECHO] 14 prompt> [Breakpoint #0 in ZEND_ECHO at %s:3, hits: 1] 19 [Breakpoint #0 in ZEND_ECHO at %s:4, hits: 2] 24 [Breakpoint #0 in ZEND_ECHO at %s:5, hits: 3] 29 [Breakpoint #0 in ZEND_ECHO at %s:6, hits: 4]
|
H A D | breakpoints_009.phpt | 13 prompt> [Breakpoint #0 added at ZEND_POST_INC] 14 prompt> [Breakpoint #0 in ZEND_POST_INC at %s:3, hits: 1] 19 [Breakpoint #0 in ZEND_POST_INC at %s:4, hits: 2] 24 [Breakpoint #0 in ZEND_POST_INC at %s:5, hits: 3] 29 [Breakpoint #0 in ZEND_POST_INC at %s:6, hits: 4]
|
H A D | breakpoints_002.phpt | 14 prompt> [Breakpoint #0 added at %s:4] 16 [Breakpoint #0 at %s:4, hits: 1] 20 prompt> [Breakpoint #1 added at %s:3] 21 prompt> Do you really want to restart execution? (type y or n): [Breakpoint #1 at %s:3, hits: 1] 26 [Breakpoint #0 at %s:4, hits: 1]
|
H A D | breakpoints_001.phpt | 12 prompt> [Breakpoint #0 added at %s:3] 13 prompt> [Breakpoint #0 at %s:3, hits: 1] 17 prompt> [Breakpoint #1 added at %s:4] 19 [Breakpoint #1 at %s:4, hits: 1]
|
/PHP-8.1/ext/imap/tests/ |
H A D | imap_8bit_basic.phpt | 9 var_dump(imap_8bit("String with CRLF at end \r\n")); 10 //NB this appears to be a bug in cclient; a space at end of string should be encoded as =20 11 var_dump(imap_8bit("String with space at end ")); 13 var_dump(imap_8bit("String with tab at end \t")); 19 string(28) "String with CRLF at end=20 21 string(25) "String with space at end " 23 string(26) "String with tab at end =09"
|
/PHP-8.1/ext/spl/tests/ |
H A D | SplObjectStorage_unserialize_invalid_parameter2.phpt | 29 Error at offset %d of %d bytes 30 Error at offset %d of %d bytes 31 Error at offset %d of %d bytes 32 Error at offset %d of %d bytes 33 Error at offset %d of %d bytes
|
/PHP-8.1/tests/func/ |
H A D | 003.phpt | 68 echo "(it should break at 5...)\n"; 226 (it should break at 5...) 232 (it should break at 5...) 238 (it should break at 5...) 244 (it should break at 5...) 250 (it should break at 5...) 256 (it should break at 5...) 262 (it should break at 5...) 268 (it should break at 5...) 274 (it should break at 5...) [all …]
|