Home
last modified time | relevance | path

Searched refs:incomplete (Results 1 – 25 of 26) sorted by relevance

12

/PHP-7.0/ext/standard/tests/streams/
H A Dstream_get_line_nb.phpt14 * 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 Dserialization_objects_005.phpt2 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 Dincomplete_class.phpt20 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 Dserialization_objects_006.phpt2 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 Dbug27469.phpt2 Bug #27469 (serialize() objects of incomplete class)
H A Dbug69152.phpt16 Fatal error: main(): The script tried to execute a method or access a property of an incomplete obj…
H A D005.phpt128 // becomes an incomplete class instance.
/PHP-7.0/ext/session/tests/
H A Dsession_set_save_handler_class_005.phpt2 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 Dbug48147.phpt22 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 Dbug55397.phpt2 Bug #55397 (comparison of incomplete DateTime causes SIGSEGV)
/PHP-7.0/ext/filter/tests/
H A Dbug7715.phpt2 bug 7715, floats value with integer or incomplete input
/PHP-7.0/ext/intl/tests/
H A Dbug62915.phpt2 Bug #62915: incomplete cloning of IntlTimeZone objects
H A Dut_common.inc131 // FIXME: incomplete list
/PHP-7.0/Zend/tests/
H A Dbug44414.phpt2 Bug #44414 (incomplete reporting about abstract methods)
/PHP-7.0/ext/mysqli/tests/
H A Dmysqli_stmt_send_long_data.phpt113 printf("[020] Record seems to be incomplete\n");
/PHP-7.0/
H A DREADME.SUBMITTING_PATCH39 http://php.net/internals, though this is considered incomplete.
105 http://www.php.net/internals, though this is considered incomplete.
H A DNEWS511 . 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 Dsocket_strerror.phpt109 string(49) "Invalid or incomplete multibyte or wide character"
/PHP-7.0/ext/standard/
H A Dvar.c669 … *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 Dbug49785.phpt65 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 DNEWS247 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 Dxml.md651 - 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 DHISTORY418 fix incomplete multibyte string in exact info.
/PHP-7.0/win32/
H A Dinstall.txt617 Windows XP. At this time, support for Windows 9x is incomplete. Apache
/PHP-7.0/ext/fileinfo/tests/
H A Dmagic5789 # 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).

Completed in 145 milliseconds

12