Home
last modified time | relevance | path

Searched refs:offset (Results 151 – 175 of 700) sorted by relevance

12345678910>>...28

/PHP-7.4/scripts/dev/
H A Dcheck_parameters.php70 function update_lineno($offset) argument
82 if ($val < $offset) {
83 if (++$mid > $count || $lines_offset[$mid] > $offset) {
89 } else if ($val > $offset) {
90 if ($lines_offset[--$mid] < $offset) {
190 function check_function($name, $txt, $offset) argument
208 update_lineno($offset + $m[2][1]);
/PHP-7.4/Zend/tests/
H A Doffset_assign.phpt11 Warning: Illegal string offset 'x' in %soffset_assign.php on line %d
13 Fatal error: Uncaught Error: Cannot use string offset as an array in %soffset_assign.php:%d
H A Dcall_user_func_007.phpt14 Notice: Undefined offset: 0 in %s on line %d
16 Notice: Trying to access array offset on value of type null in %s on line %d
H A Dbug76534.phpt2 Bug #76534 (PHP hangs on 'illegal string offset on string references with an error handler)
13 Fatal error: Uncaught Exception: Illegal string offset 'bar' in %sbug76534.php:%d
H A Dbug53432.phpt53 Warning: Illegal string offset: -1 in %s on line %d
57 Warning: Illegal string offset 'foo' in %s on line %d
64 Error: Cannot use string offset as an array
H A Dlist_keyed_conversions.phpt32 Notice: Resource ID#%d used as offset, casting to integer (%d) in %s on line %d
34 Notice: Undefined offset: 1 in %s on line %d
H A Dbug52041.phpt74 Notice: Undefined offset: 0 in %sbug52041.php on line 15
78 Notice: Undefined offset: 0 in %sbug52041.php on line 16
80 Notice: Undefined offset: 0 in %sbug52041.php on line 16
84 Notice: Undefined offset: 0 in %sbug52041.php on line 17
88 Notice: Undefined offset: 0 in %sbug52041.php on line 18
90 Notice: Undefined offset: 0 in %sbug52041.php on line 18
H A Ddereference_002.phpt73 Notice: Trying to access array offset on value of type int in %s on line %d
76 Notice: Undefined offset: 4 in %s on line %d
79 Notice: Undefined offset: 3 in %s on line %d
H A Dundef_index_to_exception.phpt2 Converting undefined index/offset notice to exception
39 Undefined offset: 0
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_get_attribute.phpt18 function set_and_get($offset, $db, $attribute, $value) {
25 $offset, $attribute, var_export($tmp, true));
31 $offset, $value_type, gettype($value));
38 …$offset, $attribute, var_export($value, true), gettype($value), var_export($tmp, true), gettype($t…
44 $offset, $e->getMessage(),
H A Dpdo_mysql_stmt_bindparam.phpt17 function pdo_mysql_stmt_bindparam($db, $offset) {
22 printf("[%03d + 1] Cannot bind parameter, %s %s\n", $offset,
29 printf("[%03d + 2] Cannot bind integer column, %s %s\n", $offset,
33 printf("[%03d + 3] Cannot bind string column, %s %s\n", $offset,
55 printf("[%03d + 4] Cannot bind parameter, %s %s\n", $offset,
59 printf("[%03d + 5] Cannot execute statement, %s %s\n", $offset,
68 printf("[%03d + 6] Cannot bind NULL column, %s %s\n", $offset,
72 printf("[%03d + 3] Cannot bind string column, %s %s\n", $offset,
/PHP-7.4/ext/intl/breakiterator/
H A Dcodepointiterator_internal.h72 virtual int32_t following(int32_t offset);
74 virtual int32_t preceding(int32_t offset);
76 virtual UBool isBoundary(int32_t offset);
/PHP-7.4/ext/spl/tests/
H A Dbug51119.phpt2 SPL: LimitIterator zero is valid offset
33 Parameter offset must be >= 0
H A Diterator_032.phpt46 Cannot seek to 0 which is below the offset 1
48 Cannot seek to 3 which is behind offset 1 plus count 2
H A Dbug62978.phpt36 Notice: Trying to access array offset on value of type null in %s on line %d
49 Notice: Resource ID#%d used as offset, casting to integer (%d) in %sbug62978.php on line %d
51 Notice: Undefined offset: %d in %sbug62978.php on line %d
/PHP-7.4/ext/date/tests/
H A Dgmstrftime_variation5.phpt23 'Time zone offset' => "%Z",
24 'Time zone offset' => "%z",
48 --Time zone offset--
H A Dstrftime_variation5.phpt22 'Time zone offset' => "%Z",
23 'Time zone offset' => "%z",
47 --Time zone offset--
/PHP-7.4/ext/standard/tests/strings/
H A Dstripos_variation8.phpt5 /* Prototype : int stripos ( string $haystack, string $needle [, int $offset] );
31 for($offset = 0; $offset <= strlen($haystack); $offset++ ) {
32 var_dump( stripos($haystack, $needles[$index], $offset) );
/PHP-7.4/win32/
H A Dreaddir.c89 dp->offset = 0; in opendir()
106 if (dp->offset != 0) { in readdir()
122 dp->offset++; in readdir()
125 dp->dent.d_off = dp->offset; in readdir()
157 dp->offset = 0; in rewinddir()
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_bind_result_format.phpt19 $offset,
28 $offset + 1,
41 $offset + 2,
54 $offset,
66 $offset + 1,
73 $offset + 2,
80 $offset + 3,
90 $offset + 4,
97 $offset + 5,
104 $offset + 6,
[all …]
H A Dmysqli_debug_control_string.phpt26 function try_control_string($link, $control_string, $trace_file, $offset) {
30 $offset + 1,
39 $offset + 2,
49 $offset + 3,
/PHP-7.4/ext/oci8/
H A Doci8_lob.c246 oraub8 bytes_read, offset = 0; in php_oci_lob_read() local
285 offset = initial_offset; in php_oci_lob_read()
375 descriptor->lob_current_position = (int)offset; in php_oci_lob_read()
415 if (offset > descriptor->lob_current_position) { in php_oci_lob_write()
416 offset = descriptor->lob_current_position; in php_oci_lob_write()
425 (ub4) offset + 1, in php_oci_lob_write()
712 ub4 offset = 1; in php_oci_lob_import() local
732 offset, in php_oci_lob_import()
751 offset += loblen; in php_oci_lob_import()
850 if (offset == -1) { in php_oci_lob_erase()
[all …]
/PHP-7.4/ext/com_dotnet/
H A Dcom_saproxy.c109 ZVAL_COPY_VALUE(&args[i-1], offset); in saproxy_read_dimension()
128 php_com_saproxy_create(object, rv, offset); in saproxy_read_dimension()
141 convert_to_long(offset); in saproxy_read_dimension()
156 if (Z_LVAL_P(offset) < lbound || Z_LVAL_P(offset) > ubound) { in saproxy_read_dimension()
178 indices[dims-1] = (LONG)Z_LVAL_P(offset); in saproxy_read_dimension()
204 php_com_saproxy_create(object, rv, offset); in saproxy_read_dimension()
210 static void saproxy_write_dimension(zval *object, zval *offset, zval *value) in saproxy_write_dimension() argument
226 ZVAL_COPY_VALUE(&args[i-1], offset); in saproxy_write_dimension()
255 convert_to_long(offset); in saproxy_write_dimension()
256 indices[dims-1] = (LONG)Z_LVAL_P(offset); in saproxy_write_dimension()
[all …]
/PHP-7.4/ext/standard/tests/serialize/
H A Dbug73341.phpt21 Error at offset 6 of 7 bytes
24 Error at offset 24 of 34 bytes
/PHP-7.4/ext/date/lib/
H A Dtimelib_private.h107 int32_t offset; member
118 int32_t offset; member

Completed in 28 milliseconds

12345678910>>...28