/PHP-7.0/ext/standard/tests/streams/ |
H A D | stream_get_line_nb.phpt | 14 * Never return incomplete lines, except on documented conditions: 26 var_dump(stream_get_line($sockets[1], 8192, $eol)); // Does not returns incomplete line (EOL not fo… 34 fwrite($sockets[0], b"incomplete line"); 35 …_get_line($sockets[1], strlen(b"incomplete line"), $eol)); // EOL not found but $length has been r… 37 fwrite($sockets[0], b"incomplete line"); 38 var_dump(stream_get_line($sockets[1], 8192, $eol)); // Does not returns incomplete line (EOL not fo… 39 var_dump(fread($sockets[1], strlen(b"incomplete line"))); // Returns buffer readden by stream_get_l… 42 var_dump(stream_get_line($sockets[1], 8192, $eol)); // Does not returns incomplete line (EOL not fo… 45 var_dump(stream_get_line($sockets[1], 8192, $eol)); // Returns incomplete line (End of file) 62 string(15) "incomplete line" [all …]
|
/PHP-7.0/ext/standard/tests/serialize/ |
H A D | serialization_objects_005.phpt | 2 Check behaviour of incomplete class 44 var_dump($incomplete); 46 var_dump($incomplete->p); 49 $incomplete->p = &$ref2; 50 var_dump($incomplete->p); 52 var_dump($incomplete->p); 53 $incomplete->p = "p.changed"; 57 $incomplete->x = "x.new"; 59 unset($incomplete->x); 60 var_dump($incomplete->x); [all …]
|
H A D | incomplete_class.phpt | 20 Notice: main(): The script tried to execute a method or access a property of an incomplete object. … 22 Notice: main(): The script tried to execute a method or access a property of an incomplete object. … 25 Notice: main(): The script tried to execute a method or access a property of an incomplete object. …
|
H A D | serialization_objects_006.phpt | 2 Behaviour of incomplete class is preserved even when it was not created by unserialize(). 26 Notice: main(): The script tried to execute a method or access a property of an incomplete object. …
|
H A D | bug27469.phpt | 2 Bug #27469 (serialize() objects of incomplete class)
|
H A D | bug69152.phpt | 16 Fatal error: main(): The script tried to execute a method or access a property of an incomplete obj…
|
H A D | 005.phpt | 128 // becomes an incomplete class instance.
|
/PHP-7.0/ext/session/tests/ |
H A D | session_set_save_handler_class_005.phpt | 2 Test session_set_save_handler() : incomplete implementation 20 echo "*** Testing session_set_save_handler() : incomplete implementation ***\n"; 45 *** Testing session_set_save_handler() : incomplete implementation ***
|
/PHP-7.0/ext/iconv/tests/ |
H A D | bug48147.phpt | 22 Notice: iconv(): Detected an incomplete multibyte character in input string in %s on line %d 26 Notice: iconv(): Detected an incomplete multibyte character in input string in %s on line %d
|
/PHP-7.0/ext/date/tests/ |
H A D | bug55397.phpt | 2 Bug #55397 (comparison of incomplete DateTime causes SIGSEGV)
|
/PHP-7.0/ext/filter/tests/ |
H A D | bug7715.phpt | 2 bug 7715, floats value with integer or incomplete input
|
/PHP-7.0/ext/intl/tests/ |
H A D | bug62915.phpt | 2 Bug #62915: incomplete cloning of IntlTimeZone objects
|
H A D | ut_common.inc | 131 // FIXME: incomplete list
|
/PHP-7.0/Zend/tests/ |
H A D | bug44414.phpt | 2 Bug #44414 (incomplete reporting about abstract methods)
|
/PHP-7.0/ext/mysqli/tests/ |
H A D | mysqli_stmt_send_long_data.phpt | 113 printf("[020] Record seems to be incomplete\n");
|
/PHP-7.0/ |
H A D | README.SUBMITTING_PATCH | 39 http://php.net/internals, though this is considered incomplete. 105 http://www.php.net/internals, though this is considered incomplete.
|
H A D | NEWS | 511 . Fixed bug #74409 (Reflection information for ini_get_all() is incomplete). 2153 . Fixed bug #70991 (zend_file_cache.c:710: error: array type has incomplete
|
/PHP-7.0/ext/sockets/tests/ |
H A D | socket_strerror.phpt | 109 string(49) "Invalid or incomplete multibyte or wide character"
|
/PHP-7.0/ext/standard/ |
H A D | var.c | 669 … *php_var_serialize_collect_names(HashTable *src, uint32_t count, zend_bool incomplete) /* {{{ */ { in php_var_serialize_collect_names() argument 677 if (incomplete && strcmp(ZSTR_VAL(key), MAGIC_MEMBER) == 0) { in php_var_serialize_collect_names()
|
/PHP-7.0/ext/standard/tests/strings/ |
H A D | bug49785.phpt | 65 echo "Shift_JIS: incomplete / invalid multibyte sequences\n"; 95 echo "EUC-JP: incomplete / invalid multibyte sequences\n"; 126 echo "BIG5: incomplete / invalid multibyte sequences\n"; 254 Shift_JIS: incomplete / invalid multibyte sequences 895 EUC-JP: incomplete / invalid multibyte sequences 2875 BIG5: incomplete / invalid multibyte sequences
|
/PHP-7.0/ext/pcre/pcrelib/ |
H A D | NEWS | 247 bad UTF-8 sequence and one that is incomplete when using PCRE_PARTIAL_HARD. 669 There is some support for UTF-8 character strings. This is incomplete and
|
/PHP-7.0/sapi/phpdbg/ |
H A D | xml.md | 651 - it might mean that data couldn't be fetched at all, or that only incomplete data was fetched (e.g…
|
/PHP-7.0/ext/mbstring/oniguruma/ |
H A D | HISTORY | 418 fix incomplete multibyte string in exact info.
|
/PHP-7.0/win32/ |
H A D | install.txt | 617 Windows XP. At this time, support for Windows 9x is incomplete. Apache
|
/PHP-7.0/ext/fileinfo/tests/ |
H A D | magic | 5789 # The next is incomplete, we could tell more about this format, 5990 #>>>1 byte 0x00 incomplete workspace 11730 # partimage: file(1) magic for PartImage files (experimental, incomplete) 11913 # Documentation is incomplete. 18319 # For Sequent's multiprocessor systems (incomplete).
|