Home
last modified time | relevance | path

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

12

/PHP-7.4/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], "incomplete line");
35 …m_get_line($sockets[1], strlen("incomplete line"), $eol)); // EOL not found but $length has been r…
37 fwrite($sockets[0], "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("incomplete line"))); // Returns buffer readden by stream_get_li…
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.4/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.phpt125 // becomes an incomplete class instance.
/PHP-7.4/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";
43 *** Testing session_set_save_handler() : incomplete implementation ***
/PHP-7.4/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.4/ext/ffi/tests/
H A D003.phpt61 FFI\ParserException: incomplete 'struct _e' at line 1
62 FFI\ParserException: incomplete 'struct _f' at line 1
H A D004.phpt85 FFI\ParserException: incomplete 'enum _e' at line 1
86 FFI\ParserException: incomplete 'enum _f' at line 1
H A D015.phpt60 FFI\ParserException: incomplete 'struct DIR' at line 1
62 FFI\ParserException: incomplete 'struct DIR' at line 1
H A D018.phpt24 FFI\ParserException: incomplete 'struct X' at line 1
/PHP-7.4/ext/filter/tests/
H A Dbug7715.phpt2 bug 7715, floats value with integer or incomplete input
/PHP-7.4/ext/intl/tests/
H A Dbug62915.phpt2 Bug #62915: incomplete cloning of IntlTimeZone objects
H A Dut_common.inc131 // FIXME: incomplete list
/PHP-7.4/Zend/tests/
H A Dbug44414.phpt2 Bug #44414 (incomplete reporting about abstract methods)
/PHP-7.4/ext/date/tests/
H A Dbug55397.phpt2 Bug #55397 (comparison of incomplete DateTime causes SIGSEGV)
/PHP-7.4/ext/ffi/
H A Dphp_ffi.h219 …d zend_ffi_declare_tag(const char *name, size_t name_len, zend_ffi_dcl *dcl, zend_bool incomplete);
H A Dffi.c6295 …i_declare_tag(const char *name, size_t name_len, zend_ffi_dcl *dcl, zend_bool incomplete) /* {{{ */ argument
6312 } else if (!incomplete && !(type->attr & ZEND_FFI_ATTR_INCOMPLETE_TAG)) {
6320 } else if (!incomplete && !(type->attr & ZEND_FFI_ATTR_INCOMPLETE_TAG)) {
6328 } else if (!incomplete && !(type->attr & ZEND_FFI_ATTR_INCOMPLETE_TAG)) {
6337 if (!incomplete) {
6364 if (incomplete) {
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_send_long_data.phpt113 printf("[020] Record seems to be incomplete\n");
/PHP-7.4/ext/sockets/tests/
H A Dsocket_strerror.phpt108 string(49) "Invalid or incomplete multibyte or wide character"
/PHP-7.4/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.4/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.4/
H A DNEWS1281 . Fixed bug #76601 (Partially working php-fpm ater incomplete reload).

Completed in 58 milliseconds

12