Home
last modified time | relevance | path

Searched refs:offset (Results 51 – 75 of 812) sorted by path

12345678910>>...33

/php-src/Zend/tests/
H A Dbug80972.phpt2 Bug #80972: Memory exhaustion on invalid string offset
27 * the offset is invalid */
39 Cannot access offset of type string on string
40 Cannot access offset of type string on string
H A Dbug81159.phpt2 Bug #81159: Object to int warning when using an object as a string offset
20 Cannot access offset of type stdClass on string
21 Cannot access offset of type stdClass on string
H A Dcall_user_func_007.phpt16 Warning: Trying to access array offset on null in %s on line %d
H A Dconst_array_with_resource_key.phpt11 Warning: Resource ID#%d used as offset, casting to integer (%d) in %s on line %d
H A Dconst_dereference_002.phpt15 Warning: Illegal string offset "0foo" in %s on line %d
17 Warning: Illegal string offset "0bar" in %s on line %d
H A Dconst_expr_dim_on_null_warning.phpt9 Warning: Trying to access array offset on null in %s on line %d
H A Dconstant_expressions_invalid_offset_type_error.phpt11 Fatal error: Uncaught TypeError: Cannot access offset of type array on array in %s:%d
H A Ddereference_002.phpt73 Warning: Trying to access array offset on int in %s on line %d
H A Ddereference_005.phpt17 public function offsetSet($offset, $value): void {
18 $this->container[$offset] = $value;
20 public function offsetExists($offset): bool {
21 return isset($this->container[$offset]);
23 public function offsetUnset($offset): void {
24 unset($this->container[$offset]);
26 public function offsetGet($offset): mixed {
27 return isset($this->container[$offset]) ? $this->container[$offset] : null;
H A Ddereference_010.phpt24 Warning: Trying to access array offset on int in %s on line %d
27 Warning: Trying to access array offset on int in %s on line %d
H A Ddereference_014.phpt30 Warning: Trying to access array offset on null in %s on line %d
35 Warning: Trying to access array offset on null in %s on line %d
H A Dgh10072.phpt41 public function stream_seek(int $offset, int $whence = SEEK_SET): bool
H A Dgh13178_2.phpt2 GH-13178: Unsetting last offset must floor iterator position
H A Dgh13178_3.phpt2 GH-13178: Unsetting last offset variation with hashed array
H A Dgh13931.phpt2 GH-13931 (Applying zero offset to null pointer in Zend/zend_opcode.c)
H A Dgh8821.phpt18 Fatal error: Uncaught TypeError: Cannot access offset of type Alpha on array in %sgh8821.php:8
H A Dillegal_offset_unset_isset_empty.phpt2 Using unset(), isset(), empty() with an illegal array offset throws
25 Cannot unset offset of type array on array
26 Cannot access offset of type array in isset or empty
27 Cannot access offset of type array in isset or empty
/php-src/Zend/tests/enum/
H A Dunserialize-const.phpt17 Warning: unserialize(): Error at offset 14 of 14 bytes in %s on line %d
H A Dunserialize-missing-colon.phpt16 Warning: unserialize(): Error at offset 0 of 13 bytes in %s on line %d
H A Dunserialize-non-enum.phpt14 Warning: unserialize(): Error at offset 0 of 14 bytes in %s on line %d
H A Dunserialize-non-existent-case.phpt16 Warning: unserialize(): Error at offset 14 of 14 bytes in %s on line %d
/php-src/Zend/tests/float_to_int/
H A Dwarning_float_does_not_fit_zend_long_strings.phpt2 Implicit float to int conversions when float too large should warn, string offset variant
83 Warning: String offset cast occurred in %s on line %d
87 Warning: String offset cast occurred in %s on line %d
96 Warning: String offset cast occurred in %s on line %d
100 Warning: String offset cast occurred in %s on line %d
H A Dwarning_float_does_not_fit_zend_long_strings_32bit.phpt2 Implicit float to int conversions when float too large should warn, string offset variant, 32bit va…
83 Warning: String offset cast occurred in %s on line %d
87 Warning: String offset cast occurred in %s on line %d
96 Warning: String offset cast occurred in %s on line %d
100 Warning: String offset cast occurred in %s on line %d
H A Dwarnings_float_literals.phpt121 Warning: String offset cast occurred in %s on line %d
124 Warning: String offset cast occurred in %s on line %d
H A Dwarnings_float_vars.phpt149 Warning: String offset cast occurred in %s on line %d
152 Warning: String offset cast occurred in %s on line %d

Completed in 39 milliseconds

12345678910>>...33