Home
last modified time | relevance | path

Searched refs:offset (Results 1 – 25 of 700) sorted by path

12345678910>>...28

/PHP-7.4/
H A D.gdbinit235 set $val = (zval*)((char*)$zobj + $prop->offset)
488 set $ptr_to_val = (zval*)((char*)$pi->ce->default_properties_table + $pi->offset - $initial_offset)
490 printf " offset = %p\n", $pi->offset
H A DNEWS285 . Fixed bug #80972 (Memory exhaustion on invalid string offset). (girgias)
716 . Fixed bug #79947 (Memory leak on invalid offset type in compound
777 offset by reference). (Nikita)
2507 ArrayAccess offset). (Rudi Theunissen, Dmitry)
2680 offset"). (Dmitry)
H A DUPGRADING104 groups will now also be set to null (or [null, -1] if offset capture is
404 . The array and string offset access syntax using curly braces is deprecated.
432 pass a 0 offset and encoding as 4th parameter.
/PHP-7.4/TSRM/
H A DTSRM.c79 #define TSRM_SAFE_RETURN_RSRC(array, offset, range) \ argument
81 int unshuffled_offset = TSRM_UNSHUFFLE_RSRC_ID(offset); \
83 if (offset==0) { \
97 #define TSRM_SAFE_RETURN_RSRC(array, offset, range) \ argument
98 if (offset==0) { \
101 return array[TSRM_UNSHUFFLE_RSRC_ID(offset)]; \
342 TSRM_API ts_rsrc_id ts_allocate_fast_id(ts_rsrc_id *rsrc_id, size_t *offset, size_t size, ts_alloca… in ts_allocate_fast_id() argument
357 *offset = 0; in ts_allocate_fast_id()
361 *offset = TSRM_ALIGNED_SIZE(sizeof(tsrm_tls_entry)) + tsrm_reserved_pos; in ts_allocate_fast_id()
380 resource_types_table[TSRM_UNSHUFFLE_RSRC_ID(*rsrc_id)].fast_offset = *offset; in ts_allocate_fast_id()
H A DTSRM.h106 TSRM_API ts_rsrc_id ts_allocate_fast_id(ts_rsrc_id *rsrc_id, size_t *offset, size_t size, ts_alloca…
170 #define TSRMG_FAST(offset, type, element) (TSRMG_FAST_BULK(offset, type)->element) argument
171 #define TSRMG_FAST_BULK(offset, type) ((type) (((char*) tsrm_get_ls_cache())+(offset))) argument
175 #define TSRMG_FAST_STATIC(offset, type, element) (TSRMG_FAST_BULK_STATIC(offset, type)->element) argument
176 #define TSRMG_FAST_BULK_STATIC(offset, type) ((type) (((char*) TSRMLS_CACHE)+(offset))) argument
/PHP-7.4/Zend/tests/
H A D024.phpt20 Notice: Trying to access array offset on value of type null in %s on line %d
27 Notice: Trying to access array offset on value of type null in %s on line %d
52 Notice: Trying to access array offset on value of type null in %s on line %d
H A D028.phpt21 Notice: Undefined offset: 2 in %s on line %d
H A D033.phpt22 Notice: Trying to access array offset on value of type null in %s on line %d
24 Notice: Trying to access array offset on value of type null in %s on line %d
26 Notice: Trying to access array offset on value of type null in %s on line %d
28 Notice: Trying to access array offset on value of type null in %s on line %d
30 Notice: Trying to access array offset on value of type null in %s on line %d
34 Notice: Trying to access array offset on value of type null in %s on line %d
36 Notice: Trying to access array offset on value of type null in %s on line %d
38 Notice: Trying to access array offset on value of type null in %s on line %d
40 Notice: Trying to access array offset on value of type null in %s on line %d
42 Notice: Trying to access array offset on value of type null in %s on line %d
[all …]
H A D036.phpt2 Trying to use lambda in array offset
12 Deprecated: Array and string offset access syntax with curly braces is deprecated in %s line %d
14 Warning: Illegal offset type in %s on line %d
16 Warning: Illegal offset type in %s on line %d
H A D038.phpt10 Warning: Illegal offset type in %s on line %d
H A Dargument_restriction_005.phpt11 Fatal error: Declaration of Sub::offsetSet() must be compatible with ArrayAccess::offsetSet($offset
H A Darray_offset.phpt2 Ensure "undefined offset" notice formats message corectly when undefined key is negative
14 Notice: Undefined offset: -1 in %s on line 3
16 Notice: Undefined offset: -1 in %s on line 4
18 Notice: Undefined offset: -1 in %s on line 5
20 Notice: Undefined offset: -1 in %s on line 6
H A Dassign_dim_obj_null_return.phpt31 Warning: Illegal offset type in %s on line %d
34 Warning: Illegal offset type in %s on line %d
43 Warning: Illegal offset type in %s on line %d
46 Warning: Illegal offset type in %s on line %d
H A Dassign_to_var_003.phpt16 Notice: Trying to access array offset on value of type float in %s on line %d
H A Dbug24773.phpt9 Fatal error: Uncaught Error: Cannot use string offset as an array in %s:%d
H A Dbug26281.phpt2 Bug #26281 (switch() crash when condition is a string offset)
H A Dbug29883.phpt18 Notice: Uninitialized string offset: -10 in %s on line 6
H A Dbug30346.phpt9 public function offsetExists( $offset ) { return false; }
10 public function offsetGet( $offset ) { return $offset; }
11 public function offsetSet( $offset, $data ) { }
12 public function offsetUnset( $offset ) { }
H A Dbug31098.phpt50 Warning: Illegal string offset 'wrong' in %s on line %d
54 Warning: Illegal string offset 'wrong' in %s on line %d
H A Dbug32252.phpt8 function offsetExists($offset)
10 echo __METHOD__ . "($offset)\n";
14 function offsetGet($offset)
16 echo __METHOD__ . "($offset)\n";
20 function offsetSet($offset, $value)
22 echo __METHOD__ . "($offset, $value)\n";
26 function offsetUnset($offset)
28 echo __METHOD__ . "($offset)\n";
H A Dbug33710.phpt8 function offsetExists($offset) {/*...*/}
9 function offsetGet($offset) {/*...*/}
10 function offsetSet($offset, $value) {/*...*/}
11 function offsetUnset($offset) {/*...*/}
H A Dbug37667.phpt33 Notice: Undefined offset: 2 in %sbug37667.php on line 16
H A Dbug39018.phpt65 Notice: String offset cast occurred in %s on line %d
67 Notice: Uninitialized string offset: %s in %s on line 6
69 Notice: Uninitialized string offset: 0 in %s on line %d
71 Notice: Uninitialized string offset: 0 in %s on line %d
73 Notice: String offset cast occurred in %s on line %d
77 Notice: String offset cast occurred in %s on line %d
81 Notice: Uninitialized string offset: 0 in %s on line %d
93 Notice: String offset cast occurred in %s on line %d
97 Notice: String offset cast occurred in %s on line %d
101 Notice: String offset cast occurred in %s on line %d
[all …]
/PHP-7.4/Zend/tests/anon/
H A D004.phpt15 public function offsetGet($offset) { return $this->data[$offset]; }
16 public function offsetSet($offset, $data) { return ($this->data[$offset] = $data); }
17 public function offsetUnset($offset) { unset($this->data[$offset]); }
18 public function offsetExists($offset) { return isset($this->data[$offset]); }
H A D005.phpt17 public function offsetGet($offset) { return $this->data[$offset]; }
18 public function offsetSet($offset, $data) { return ($this->data[$offset] = $data); }
19 public function offsetUnset($offset) { unset($this->data[$offset]); }
20 public function offsetExists($offset) { return isset($this->data[$offset]); }

Completed in 37 milliseconds

12345678910>>...28