Searched refs:incomplete (Results 1 – 25 of 27) sorted by relevance
12
/PHP-7.4/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], "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 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 | 125 // becomes an incomplete class instance.
|
/PHP-7.4/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"; 43 *** Testing session_set_save_handler() : incomplete implementation ***
|
/PHP-7.4/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.4/ext/ffi/tests/ |
H A D | 003.phpt | 61 FFI\ParserException: incomplete 'struct _e' at line 1 62 FFI\ParserException: incomplete 'struct _f' at line 1
|
H A D | 004.phpt | 85 FFI\ParserException: incomplete 'enum _e' at line 1 86 FFI\ParserException: incomplete 'enum _f' at line 1
|
H A D | 015.phpt | 60 FFI\ParserException: incomplete 'struct DIR' at line 1 62 FFI\ParserException: incomplete 'struct DIR' at line 1
|
H A D | 018.phpt | 24 FFI\ParserException: incomplete 'struct X' at line 1
|
/PHP-7.4/ext/filter/tests/ |
H A D | bug7715.phpt | 2 bug 7715, floats value with integer or incomplete input
|
/PHP-7.4/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.4/Zend/tests/ |
H A D | bug44414.phpt | 2 Bug #44414 (incomplete reporting about abstract methods)
|
/PHP-7.4/ext/date/tests/ |
H A D | bug55397.phpt | 2 Bug #55397 (comparison of incomplete DateTime causes SIGSEGV)
|
/PHP-7.4/ext/ffi/ |
H A D | php_ffi.h | 219 …d zend_ffi_declare_tag(const char *name, size_t name_len, zend_ffi_dcl *dcl, zend_bool incomplete);
|
H A D | ffi.c | 6295 …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 D | mysqli_stmt_send_long_data.phpt | 113 printf("[020] Record seems to be incomplete\n");
|
/PHP-7.4/ext/sockets/tests/ |
H A D | socket_strerror.phpt | 108 string(49) "Invalid or incomplete multibyte or wide character"
|
/PHP-7.4/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.4/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.4/ |
H A D | NEWS | 1281 . Fixed bug #76601 (Partially working php-fpm ater incomplete reload).
|
Completed in 58 milliseconds
12