Home
last modified time | relevance | path

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

12

/php-src/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-src/ext/standard/tests/serialize/
H A Dserialization_objects_005.phpt2 Check behaviour of incomplete class
33 var_dump($incomplete);
34 var_dump(is_object($incomplete));
35 var_dump($incomplete->p);
39 $incomplete->p = &$ref2;
43 var_dump($incomplete->p);
45 var_dump($incomplete->p);
55 $incomplete->x = "x.new";
61 unset($incomplete->x);
65 var_dump($incomplete->x);
[all …]
H A Dserialization_objects_incomplete.phpt2 Check behaviour of incomplete class
5 $incomplete = unserialize('O:1:"C":1:{s:1:"p";i:1;}');
6 var_dump($incomplete);
H A Dincomplete_class.phpt23 The script tried to modify a property on an incomplete object. Please ensure that the class definit…
25 Warning: main(): The script tried to access a property on an incomplete object. Please ensure that …
28 Warning: main(): The script tried to access a property on an incomplete object. Please ensure that …
H A Dserialization_objects_006.phpt2 Behaviour of incomplete class is preserved even when it was not created by unserialize().
15 Warning: main(): The script tried to access a property on an incomplete object. Please ensure that …
H A Dbug27469.phpt2 Bug #27469 (serialize() objects of incomplete class)
H A D005.phpt125 // becomes an incomplete class instance.
/php-src/ext/date/tests/
H A DDateTime_compare.phpt45 DateObjectError: Trying to compare an incomplete DateTime or DateTimeImmutable object
46 DateObjectError: Trying to compare an incomplete DateTime or DateTimeImmutable object
47 DateObjectError: Trying to compare an incomplete DateTime or DateTimeImmutable object
48 DateObjectError: Trying to compare an incomplete DateTime or DateTimeImmutable object
H A Dbug55397.phpt2 Bug #55397 (comparison of incomplete DateTime causes SIGSEGV)
/php-src/ext/session/tests/user_session_module/
H A Dsession_set_save_handler_class_005.phpt2 Test session_set_save_handler(): incomplete implementation
14 echo "*** Testing session_set_save_handler() : incomplete implementation ***\n";
38 *** Testing session_set_save_handler() : incomplete implementation ***
/php-src/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-src/Zend/tests/
H A Dbug71841.phpt40 The script tried to modify a property on an incomplete object. Please ensure that the class definit…
41 The script tried to modify a property on an incomplete object. Please ensure that the class definit…
42 The script tried to modify a property on an incomplete object. Please ensure that the class definit…
H A Dbug44414.phpt2 Bug #44414 (incomplete reporting about abstract methods)
/php-src/ext/filter/tests/
H A Dbug7715.phpt2 bug 7715, floats value with integer or incomplete input
/php-src/ext/intl/tests/
H A Dbug62915.phpt2 Bug #62915: incomplete cloning of IntlTimeZone objects
H A Dut_common.inc131 // FIXME: incomplete list
/php-src/ext/mbstring/tests/
H A Dmb_detect_encoding_incomplete_sequence.phpt2 mb_detect_encoding() with incomplete trailing sequence
H A Dmb_str_split_other.phpt57 // Another bug in the old implementation of mb_str_split; when finishing one last (incomplete)
58 // incomplete chunk, it required that the last byte of the input string should decode to
H A Diso2022jp_2004_encoding.phpt230 echo "All incomplete escape sequences are rejected\n";
360 All incomplete escape sequences are rejected
/php-src/ext/pdo_pgsql/tests/
H A Dpdopgsql_003.phpt32 SQLSTATE[HY000]: General error: 7 incomplete multibyte character
/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_send_long_data.phpt98 printf("[020] Record seems to be incomplete\n");
/php-src/ext/ffi/
H A Dphp_ffi.h217 void zend_ffi_declare_tag(const char *name, size_t name_len, zend_ffi_dcl *dcl, bool incomplete);
H A Dffi.c6672 void zend_ffi_declare_tag(const char *name, size_t name_len, zend_ffi_dcl *dcl, bool incomplete) /*… argument
6689 } else if (!incomplete && !(type->attr & ZEND_FFI_ATTR_INCOMPLETE_TAG)) {
6697 } else if (!incomplete && !(type->attr & ZEND_FFI_ATTR_INCOMPLETE_TAG)) {
6705 } else if (!incomplete && !(type->attr & ZEND_FFI_ATTR_INCOMPLETE_TAG)) {
6714 if (!incomplete) {
6741 if (incomplete) {
/php-src/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-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます11448 # The next is incomplete, we could tell more about this format,
11677 #>>>1 byte 0x00 incomplete workspace
20345 # partimage: file(1) magic for PartImage files (experimental, incomplete)
20613 # Documentation is incomplete.
34913 # For Sequent's multiprocessor systems (incomplete).

Completed in 140 milliseconds

12