Home
last modified time | relevance | path

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

12345678910>>...26

/PHP-5.5/
H A DNEWS125 offset). (Stas)
1303 per offset too). (Derick)
1512 . Fixed bug #65821 (By-ref foreach on property access of string offset
2193 at a given offset). (Mark Baker, David Soria Parra)
5957 . support for abbreviation and offset based timezone specifiers for
6154 - Fixed bug #47438 (mysql_fetch_field ignores zero offset). (Johannes)
7700 timezone offset). (Derick)
8569 offset & maxlen). (Nuno)
8999 passes an offset). (Derick)
9050 - Added offset & length parameters to substr_count() function. (Ilia)
[all …]
H A DREADME.PHP4-TO-PHP5-THIN-CHANGES22 Fatal error: Cannot use string offset as an array in ... on line 1
H A DREADME.STREAMS38 PHPAPI int php_stream_seek(php_stream * stream, off_t offset, int whence);
H A DUPGRADING.INTERNALS45 immediately before execute_data structure. Now they are accessed by offset
48 EX_TMP_VAR() and EX_TMP_VAR_NUM() to access temp_variable by offset or
49 number. You can convert number to offset using EX_TMP_VAR_NUM(0, num) or
50 offset to number (EX_TMP_VAR_NUM(0,0)-EX_TMP_VAR(0,offset)).
52 immediately after execute_data structure. Now they are accessed by offset
/PHP-5.5/TSRM/
H A DTSRM.c66 #define TSRM_SAFE_RETURN_RSRC(array, offset, range) \ argument
68 int unshuffled_offset = TSRM_UNSHUFFLE_RSRC_ID(offset); \
70 if (offset==0) { \
84 #define TSRM_SAFE_RETURN_RSRC(array, offset, range) \ argument
85 if (offset==0) { \
88 return array[TSRM_UNSHUFFLE_RSRC_ID(offset)]; \
H A Dreaddir.h31 short offset; /* offset into directory */ member
H A Dtsrm_virtual_cwd.c264 unsigned int offset = 4; in php_sys_readlink() local
269 offset += 2; in php_sys_readlink()
271 target[offset] = '\\'; in php_sys_readlink()
274 memcpy(tmp, target + offset, dwRet); in php_sys_readlink()
/PHP-5.5/Zend/tests/
H A D028.phpt21 Notice: Undefined offset: 2 in %s on line %d
H A D036.phpt2 Trying to use lambda in array offset
11 Warning: Illegal offset type in %s on line %d
13 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 Dbug26281.phpt2 Bug #26281 (switch() crash when condition is a string offset)
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 …]
H A Dbug39018_2.phpt2 Bug #39018 [2] (Error control operator '@' fails to suppress "Uninitialized string offset")
H A Dbug39297.phpt13 public function offsetExists($offset) {
16 public function offsetUnset($offset) {
19 public function offsetSet($offset, $value) {
21 $cannonicalName = strtolower($offset);
26 public function offsetGet($offset) {
28 $cannonicalName = strtolower($offset);
H A Dbug39304.phpt2 Bug #39304 (Segmentation fault with list unpacking of string offset)
10 Notice: Uninitialized string offset: 0 in %sbug39304.php on line %d
12 Notice: Uninitialized string offset: 1 in %sbug39304.php on line %d
14 Notice: Uninitialized string offset: 0 in %sbug39304.php on line %d
H A Dbug39304_2_4.phpt2 Bug #39304 (Segmentation fault with list unpacking of string offset)
12 Notice: Uninitialized string offset: 0 in %sbug39304_2_4.php on line %d
14 Notice: Uninitialized string offset: 1 in %sbug39304_2_4.php on line %d
16 Notice: Uninitialized string offset: 0 in %sbug39304_2_4.php on line %d
H A Dbug40833.phpt38 function offsetUnset($offset)
44 function offsetSet($offset, $value)
48 function offsetGet($offset)
53 function offsetExists($offset)
H A Dbug41813.phpt2 Bug #41813 (segmentation fault when using string offset as an object)
12 Fatal error: Cannot use string offset as an array in %s on line %d
H A Dbug41919.phpt11 Fatal error: Cannot use string offset as an object in %sbug41919.php on line %d

Completed in 60 milliseconds

12345678910>>...26