Searched refs:offset (Results 301 – 325 of 700) sorted by relevance
1...<<11121314151617181920>>...28
/PHP-7.4/tests/lang/ |
H A D | bug29566.phpt | 15 Warning: Illegal string offset 'nosuchkey' in %sbug29566.php on line %d
|
H A D | bug25922.phpt | 23 Trying to access array offset on value of type null
|
/PHP-7.4/ext/date/tests/ |
H A D | bug26090.phpt | 2 Bug #26090 (allow colons in time zone offset to strtotime())
|
/PHP-7.4/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_exec_select.phpt | 11 function exec_and_count($offset, &$db, $sql, $exp) { 18 $offset, $exp, gettype($exp), $ret, gettype($ret), $sql, 25 $offset, $sql, $db->errorCode(), implode(' ', $db->errorInfo()));
|
/PHP-7.4/ext/standard/tests/strings/ |
H A D | bug72433.phpt | 9 Notice: unserialize(): Error at offset %d of %d bytes in %sbug72433.php on line 3
|
H A D | bug72663_3.phpt | 17 Notice: unserialize(): Error at offset 50 of 50 bytes in %sbug72663_3.php on line %d
|
/PHP-7.4/ext/standard/tests/serialize/ |
H A D | bug74101.phpt | 11 Notice: unserialize(): Error at offset 46 of 74 bytes in %sbug74101.php on line %d
|
H A D | __serialize_006.phpt | 16 Notice: unserialize(): Error at offset 14 of 15 bytes in %s on line %d
|
H A D | unserialize_mem_leak.phpt | 18 Notice: unserialize(): Error at offset %d of %d bytes in %sunserialize_mem_leak.php on line 9
|
H A D | bug74103.phpt | 8 Notice: unserialize(): Error at offset %d of %d bytes in %s on line %d
|
H A D | bug68044.phpt | 13 Notice: unserialize(): Error at offset 32 of 33 bytes in %s%ebug68044.php on line 2
|
/PHP-7.4/ext/phar/tests/zip/ |
H A D | corrupt_004.phpt | 2 Phar: corrupted zip (central directory offset incorrect)
|
/PHP-7.4/ext/dom/tests/ |
H A D | DOMComment_insertData_basic.phpt | 11 //correct offset
|
/PHP-7.4/ext/pcre/tests/ |
H A D | bug75207.phpt | 9 Warning: preg_match(): Compilation failed: unmatched closing parenthesis at offset %d in %s on line…
|
/PHP-7.4/Zend/tests/ |
H A D | string_offset_errors.phpt | 2 Some string offset errors
|
H A D | bug31098.phpt | 50 Warning: Illegal string offset 'wrong' in %s on line %d 54 Warning: Illegal string offset 'wrong' in %s on line %d
|
H A D | bug29883.phpt | 18 Notice: Uninitialized string offset: -10 in %s on line 6
|
/PHP-7.4/Zend/ |
H A D | zend_vm_execute.h | 6210 offset = Z_REFVAL_P(offset); in ZEND_ADD_ARRAY_ELEMENT_SPEC_CONST_CONST_HANDLER() 6301 offset = Z_REFVAL_P(offset); in ZEND_ISSET_ISEMPTY_DIM_OBJ_SPEC_CONST_CONST_HANDLER() 8411 offset = Z_REFVAL_P(offset); in ZEND_ADD_ARRAY_ELEMENT_SPEC_CONST_TMPVAR_HANDLER() 8502 offset = Z_REFVAL_P(offset); in ZEND_ISSET_ISEMPTY_DIM_OBJ_SPEC_CONST_TMPVAR_HANDLER() 9379 offset = Z_REFVAL_P(offset); in ZEND_ADD_ARRAY_ELEMENT_SPEC_CONST_UNUSED_HANDLER() 10871 offset = Z_REFVAL_P(offset); in ZEND_ADD_ARRAY_ELEMENT_SPEC_CONST_CV_HANDLER() 10962 offset = Z_REFVAL_P(offset); in ZEND_ISSET_ISEMPTY_DIM_OBJ_SPEC_CONST_CV_HANDLER() 15005 offset = Z_REFVAL_P(offset); in ZEND_ISSET_ISEMPTY_DIM_OBJ_SPEC_TMPVAR_CONST_HANDLER() 16429 offset = Z_REFVAL_P(offset); in ZEND_ISSET_ISEMPTY_DIM_OBJ_SPEC_TMPVAR_TMPVAR_HANDLER() 61142 offset = offset * 3; [all …]
|
/PHP-7.4/ext/mysqli/tests/ |
H A D | mysqli_stmt_bind_param_references.phpt | 13 function findRow($offset, $link, $id, $label) { 19 $offset, $sql, mysqli_errno($link), mysqli_error($link)); 24 $offset, $sql, mysqli_errno($link), mysqli_error($link)); 31 $offset, gettype($id), $id, 39 $offset, gettype($label), $label, 49 $offset, $sql, mysqli_errno($link), mysqli_error($link));
|
/PHP-7.4/ext/opcache/tests/ |
H A D | assign_obj_op_of_fetch_dim.phpt | 15 Notice: Undefined offset: 0 in %s on line %d
|
/PHP-7.4/ext/fileinfo/libmagic/ |
H A D | der.c | 251 DPRINTF(("%s1: %d %" SIZE_T_FORMAT "u %u\n", __func__, ms->offset, in der_offs() 252 offs, m->offset)); in der_offs() 257 DPRINTF(("%s2: %d %" SIZE_T_FORMAT "u %u\n", __func__, ms->offset, in der_offs() 260 offs += ms->offset + m->offset; in der_offs()
|
/PHP-7.4/ext/oci8/tests/ |
H A D | error1.phpt | 22 ["offset"]=>
|
/PHP-7.4/ext/mbstring/tests/ |
H A D | mb_strrpos_encoding_3rd_param.phpt | 13 …Passing the encoding as third parameter is deprecated. Use an explicit zero offset in %s on line %d
|
/PHP-7.4/ext/standard/tests/streams/ |
H A D | bug46426.phpt | 2 Bug #46426 (3rd parameter offset of stream_get_contents not works for "0")
|
/PHP-7.4/ext/exif/tests/bug50660/ |
H A D | bug50660.phpt | 2 Bug #50660 (exif_read_data(): Illegal IFD offset (works fine with other exif readers))
|
Completed in 210 milliseconds
1...<<11121314151617181920>>...28