Home
last modified time | relevance | path

Searched refs:offset (Results 276 – 300 of 700) sorted by relevance

1...<<11121314151617181920>>...28

/PHP-7.4/Zend/tests/
H A Dconstant_expressions_invalid_offset_type_error.phpt11 Fatal error: Uncaught Error: Illegal offset type in %s:%d
H A Dbug41919.phpt11 Fatal error: Uncaught Error: Cannot use string offset as an object in %sbug41919.php:%d
H A Dbug47704.phpt9 Fatal error: Uncaught Error: Cannot use string offset as an object in %sbug47704.php:%d
H A Dargument_restriction_005.phpt11 Fatal error: Declaration of Sub::offsetSet() must be compatible with ArrayAccess::offsetSet($offset
H A Dlist_assign_ref_string_offset_error.phpt2 String offset error during list() by-ref assignment
H A Dbug24773.phpt9 Fatal error: Uncaught Error: Cannot use string offset as an array in %s:%d
H A Dlist_keyed_undefined.phpt17 Notice: Undefined offset: 5 in %s on line %d
/PHP-7.4/ext/standard/tests/strings/
H A Dunpack_offset.phpt2 unpack() with offset
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_getcolumnmeta.phpt37 // invalid offset
64 // invalid offset
66 printf("[009] Expecting false because of invalid offset got %s\n", var_export($tmp, true));
69 function test_meta(&$db, $offset, $sql_type, $value, $native_type, $pdo_type) {
80 printf("[%03d] + 1] Insert failed, %d - %s\n", $offset,
91 printf("[%03d + 2] getColumnMeta() failed, %d - %s\n", $offset,
99 printf("[%03d + 3] Element %s missing, %s\n", $offset,
105 printf("[%03d + 4] Table or field name is wrong, %s\n", $offset,
112 printf("[%03d + 5] Element native_type missing, %s\n", $offset,
129 printf("[%03d + 6] Expecting native type %s, %s\n", $offset,
[all …]
H A Dpdo_mysql_stmt_variable_columncount.phpt27 function check_result($offset, $stmt, $columns) {
34 printf("[%03d + 1] Expecting array('one' => 1), got %s\n", $offset, var_export($row, true));
40 …printf("[%03d + 2] Expecting array('one' => 1, 'two' => 2), got %s\n", $offset, var_export($row, t…
43 printf("[%03d + 3] Expecting one array element got two\n", $offset);
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_fetch_array.phpt72 …function func_mysqli_fetch_array($link, $engine, $sql_type, $sql_value, $php_value, $offset, $rege…
75 printf("[%04d] [%d] %s\n", $offset, mysqli_errno($link), mysqli_error($link));
86 printf("[%04d] [%d] %s\n", $offset + 1, mysqli_errno($link), mysqli_error($link));
92 … printf("[%04ds] [%d] %s - %s\n", $offset + 1, mysqli_errno($link), mysqli_error($link), $sql);
97 … printf("[%04di] [%d] %s\n", $offset + 1, mysqli_errno($link), mysqli_error($link));
103 printf("[%04d] [%d] %s\n", $offset + 2, mysqli_errno($link), mysqli_error($link));
108 printf("[%04d] [%d] %s\n", $offset + 3, mysqli_errno($link), mysqli_error($link));
114 … printf("[%04d] Expecting %s/%s [reg exp = %s], got %s/%s resp. %s/%s. [%d] %s\n", $offset + 4,
124 printf("[%04d] Expecting %s/%s, got %s/%s resp. %s/%s. [%d] %s\n", $offset + 5,
133 $offset + 6, $sql_type);
[all …]
/PHP-7.4/ext/intl/tests/
H A Dtimezone_getOffset_error.phpt8 /* INF being an invalid offset depends on UB in float->int cast behavior. */
24 Warning: IntlTimeZone::getOffset(): intltz_get_offset: error obtaining offset in %s on line %d
/PHP-7.4/ext/spl/tests/
H A DSplDoublyLinkedList_add_invalid_offset.phpt2 Check that SplDoublyLinkedList::add throws an exception with an invalid offset argument
H A Dbug70068.phpt13 Error at offset 10 of 20 bytes
/PHP-7.4/ext/standard/tests/serialize/
H A Dbug73052.phpt17 Notice: unserialize(): Error at offset 13 of 13 bytes in %sbug73052.php on line %d
H A Dsplobjectstorage_negative_count.phpt17 Error at offset 24 of 25 bytes
H A Dbug73825.phpt11 Notice: unserialize(): Error at offset 13 of 15 bytes in %sbug73825.php on line %d
H A Dbug67072.phpt11 Notice: unserialize(): Error at offset 24 of 64 bytes in %sbug67072.php on line %d
/PHP-7.4/ext/standard/tests/file/
H A Dfile_get_contents_error001.phpt2 file_get_contents() test using offset parameter out of range
/PHP-7.4/Zend/
H A Dzend_execute.c1393 zend_long offset; in zend_check_string_offset() local
1424 offset = Z_LVAL_P(dim); in zend_check_string_offset()
1427 return offset; in zend_check_string_offset()
1562 zend_long offset; in zend_assign_to_string_offset() local
2405 zend_long offset; in zend_fetch_dimension_address_read() local
2441 offset = Z_LVAL_P(dim); in zend_fetch_dimension_address_read()
2444 if (UNEXPECTED(Z_STRLEN_P(container) < ((offset < 0) ? -(size_t)offset : ((size_t)offset + 1)))) { in zend_fetch_dimension_address_read()
2456 ? (zend_long)Z_STRLEN_P(container) + offset : offset; in zend_fetch_dimension_address_read()
2565 lval = Z_LVAL_P(offset); in zend_isset_dim_slow()
2577 ZVAL_DEREF(offset); in zend_isset_dim_slow()
[all …]
/PHP-7.4/ext/oci8/tests/
H A Dextauth_03.phpt149 ["offset"]=>
163 ["offset"]=>
177 ["offset"]=>
191 ["offset"]=>
H A Dextauth_01.phpt150 ["offset"]=>
164 ["offset"]=>
178 ["offset"]=>
192 ["offset"]=>
H A Dextauth_02.phpt149 ["offset"]=>
163 ["offset"]=>
177 ["offset"]=>
191 ["offset"]=>
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitExecAllocator.c213 #define AS_BLOCK_HEADER(base, offset) \ argument
214 ((struct block_header*)(((sljit_u8*)base) + offset))
215 #define AS_FREE_BLOCK(base, offset) \ argument
216 ((struct free_block*)(((sljit_u8*)base) + offset))
/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dbase64.h17 int offset; member

Completed in 81 milliseconds

1...<<11121314151617181920>>...28