/PHP-5.6/ext/standard/tests/array/ |
H A D | array_slice_variation5.phpt | 34 -- $offset is -7 -- 48 -- $offset is -6 -- 62 -- $offset is -5 -- 76 -- $offset is -4 -- 112 -- $offset is 0 -- 126 -- $offset is 1 -- 138 -- $offset is 2 -- 148 -- $offset is 3 -- 156 -- $offset is 4 -- 162 -- $offset is 5 -- [all …]
|
H A D | array_splice_variation3.phpt | 13 function test_splice ($offset, $length) 17 var_dump (array_splice ($input_array,$offset,$length)); 118 absolute offset - absolute length - cut from middle 159 absolute offset - absolute length - cut from end 241 absolute offset - absolute length - cut everything 282 absolute offset - absolute length - cut nothing 446 absolute offset - relative length - cut nothing 569 relative offset - absolute length - cut from end 651 relative offset - absolute length - cut everything 692 relative offset - absolute length - cut nothing [all …]
|
/PHP-5.6/ext/dom/tests/ |
H A D | bug67949.phpt | 25 $offset = ['test']; 26 var_dump($offset); 27 var_dump(isset($nodes[$offset]), $nodes[$offset]->textContent); 28 var_dump($offset); 33 var_dump($offset); 34 var_dump(isset($nodes[$offset]), $nodes[$offset]->textContent); 35 var_dump($offset); 37 $offset = 'test'; 38 var_dump($offset); 39 var_dump(isset($nodes[$offset]), $nodes[$offset]->textContent); [all …]
|
/PHP-5.6/ext/dom/ |
H A D | characterdata.c | 33 ZEND_ARG_INFO(0, offset) 189 if (offset < 0 || count < 0 || offset > length) { in PHP_FUNCTION() 255 long offset; in PHP_FUNCTION() local 272 if (offset < 0 || offset > length) { in PHP_FUNCTION() 279 second = xmlUTF8Strsub(cur, offset, length - offset); in PHP_FUNCTION() 319 if (offset < 0 || count < 0 || offset > length) { in PHP_FUNCTION() 325 if (offset > 0) { in PHP_FUNCTION() 335 second = xmlUTF8Strsub(cur, offset + count, length - offset); in PHP_FUNCTION() 375 if (offset < 0 || count < 0 || offset > length) { in PHP_FUNCTION() 381 if (offset > 0) { in PHP_FUNCTION() [all …]
|
/PHP-5.6/Zend/tests/ |
H A D | bug39018.phpt | 65 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 D | bug64417.phpt | 7 public function offsetSet($offset, $value) { 8 if (is_null($offset)) { 11 $this->container[$offset] = $value; 14 public function offsetExists($offset) { 15 return isset($this->container[$offset]); 17 public function offsetUnset($offset) { 18 unset($this->container[$offset]); 20 public function &offsetGet($offset) { 22 if (isset($this->container[$offset])) { 23 $result = &$this->container[$offset];
|
H A D | dereference_005.phpt | 17 public function offsetSet($offset, $value) { 18 $this->container[$offset] = $value; 20 public function offsetExists($offset) { 21 return isset($this->container[$offset]); 23 public function offsetUnset($offset) { 24 unset($this->container[$offset]); 26 public function offsetGet($offset) { 27 return isset($this->container[$offset]) ? $this->container[$offset] : null;
|
H A D | bug32252.phpt | 8 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 D | bug54367.phpt | 7 public function offsetSet($offset, $value) { } 8 public function offsetExists($offset) { } 9 public function offsetUnset($offset) { } 11 public function offsetGet ($offset) 13 return function ($var) use ($offset) { // here is the problem 14 var_dump($offset, $var);
|
/PHP-5.6/ext/fileinfo/libmagic/ |
H A D | softmagic.c | 164 ms->offset = m->offset; in match() 244 ms->offset = m->offset; in match() 1261 offset = ~offset; in mget() 1313 offset = ~offset; in mget() 1365 offset = ~offset; in mget() 1401 offset = ~offset; in mget() 1472 offset = ~offset; in mget() 1543 offset = ~offset; in mget() 1613 offset = ~offset; in mget() 1648 offset = ~offset; in mget() [all …]
|
/PHP-5.6/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_errorinfo.phpt | 22 $offset, $expected, $code); 46 check_error($offset + 2, $db); 50 check_error($offset + 3, $db); 51 check_error($offset + 4, $stmt); 55 check_error($offset + 5, $db); 64 check_error($offset + 9, $db); 65 check_error($offset + 10, $stmt); 72 check_error($offset + 13, $stmt); 73 check_error($offset + 14, $stmt2); 80 check_error($offset + 17, $stmt); [all …]
|
/PHP-5.6/ext/intl/grapheme/ |
H A D | grapheme_util.h | 28 … int32_t haystack_len, unsigned char*needle, int32_t needle_len, int32_t offset, int f_ignore_case… 30 … int32_t haystack_len, unsigned char*needle, int32_t needle_len, int32_t offset, int *puchar_pos, … 40 int grapheme_get_haystack_offset(UBreakIterator* bi, int32_t offset); 42 …d char *haystack, int32_t haystack_len, unsigned char *needle, int32_t needle_len, int32_t offset); 47 …efine OUTSIDE_STRING(offset, max_len) ( offset <= INT32_MIN || offset > INT32_MAX || (offset < 0 ?… argument
|
H A D | grapheme_util.c | 174 if(offset != 0) { in grapheme_strpos_utf16() 302 if ( 0 == offset ) { in grapheme_get_haystack_offset() 306 if ( offset < 0 ) { in grapheme_get_haystack_offset() 323 offset += iter_incr; in grapheme_get_haystack_offset() 327 if ( offset != 0 ) { in grapheme_get_haystack_offset() 341 if (offset >= 0) { in grapheme_strrpos_ascii() 342 p = haystack + offset; in grapheme_strrpos_ascii() 346 if (needle_len > -offset) { in grapheme_strrpos_ascii() 349 e = haystack + haystack_len + offset; in grapheme_strrpos_ascii() 357 return (e - p + (offset > 0 ? offset : 0)); in grapheme_strrpos_ascii() [all …]
|
/PHP-5.6/ext/intl/doc/ |
H A D | grapheme_api.php | 33 * @param [int] $offset The optional offset parameter allows you to specify 38 function grapheme_strpos($haystack, $needle, $offset = 0) {} argument 45 * @param [int] $offset The optional offset parameter allows you to specify 50 function grapheme_stripos($haystack, $needle, $offset = 0) {} argument 57 * @param [int] $offset The optional offset parameter allows you to specify 62 function grapheme_strrpos($haystack, $needle, $offset = 0) {} argument 69 * @param [int] $offset The optional offset parameter allows you to specify 74 function grapheme_strripos($haystack, $needle, $offset = 0) {} argument
|
/PHP-5.6/ext/spl/internal/ |
H A D | limititerator.inc | 27 private $offset; 34 * @param offset Offset to first element 39 if ($offset < 0) { 40 throw new exception('Parameter offset must be > 0'); 46 $this->offset = $offset; 52 * @param position offset to seek to (relative to beginning not offset 57 if ($position < $this->offset) { 58 throw new exception('Cannot seek to '.$position.' which is below offset '.$this->offset); 61 …throw new exception('Cannot seek to '.$position.' which is behind offset '.$this->offset.' plus co… 73 /** Rewind to offset specified in constructor [all …]
|
H A D | spldoublylinkedlist.inc | 195 * @param $offset The offset 201 if (!is_numeric($offset)) { 210 * @param $offset The offset 214 public function offsetGet($offset) 219 $realOffset = $offset; 231 * @param $offset The offset 238 if ($offset === null) { 245 $realOffset = $offset; 257 * @param $offset The offset 261 public function offsetUnset($offset) [all …]
|
/PHP-5.6/ext/date/tests/ |
H A D | bug62896.phpt | 12 echo $date->format('Y-m-d H:i:s T').' (offset '.$date->getOffset().")\n"; 15 echo $date->format('Y-m-d H:i:s T').' (offset '.$date->getOffset().")\n"; 21 echo $date->format('Y-m-d H:i:s T').' (offset '.$date->getOffset().")\n"; 24 echo $date->format('Y-m-d H:i:s T').' (offset '.$date->getOffset().")\n"; 29 echo $date->format('Y-m-d H:i:s T').' (offset '.$date->getOffset().")\n"; 35 2012-08-21 22:00:00 GMT+0000 (offset 0) 36 2012-08-21 22:00:00 GMT+0000 (offset 0) 38 2012-08-22 00:00:00 CEST (offset 7200) 39 2012-08-22 00:00:00 CEST (offset 7200) 41 2012-08-22 00:00:00 CEST (offset 7200) [all …]
|
H A D | bug40861.phpt | 7 $offset = +60; 9 $result = date("Y-m-d H:i:s", strtotime("+$offset minutes", $ts)); 12 $offset = -60; 14 $result = date("Y-m-d H:i:s", strtotime("+$offset minutes", $ts)); 17 $offset = -60; 19 $result = date("Y-m-d H:i:s", strtotime("-$offset minutes", $ts)); 23 $offset = 60; 25 $result = date("Y-m-d H:i:s", strtotime("+$offset minutes", $ts));
|
H A D | DateTimeZone_listAbbreviations_basic1.phpt | 37 ["offset"]=> 46 ["offset"]=> 55 ["offset"]=> 64 ["offset"]=> 73 ["offset"]=> 82 ["offset"]=> 91 ["offset"]=> 100 ["offset"]=> 109 ["offset"]=> 118 ["offset"]=> [all …]
|
H A D | timezone_abbreviations_list_basic1.phpt | 37 ["offset"]=> 46 ["offset"]=> 55 ["offset"]=> 64 ["offset"]=> 73 ["offset"]=> 82 ["offset"]=> 91 ["offset"]=> 100 ["offset"]=> 109 ["offset"]=> 118 ["offset"]=> [all …]
|
H A D | 010.phpt | 16 ["offset"]=> 25 ["offset"]=> 34 ["offset"]=> 43 ["offset"]=> 52 ["offset"]=> 61 ["offset"]=>
|
/PHP-5.6/ext/spl/ |
H A D | spl_engine.c | 46 PHPAPI long spl_offset_convert_to_long(zval *offset TSRMLS_DC) /* {{{ */ in spl_offset_convert_to_long() 48 switch (Z_TYPE_P(offset)) { in spl_offset_convert_to_long() 50 ZEND_HANDLE_NUMERIC(Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, idx); in spl_offset_convert_to_long() 53 return (long)Z_DVAL_P(offset); in spl_offset_convert_to_long() 57 return Z_LVAL_P(offset); in spl_offset_convert_to_long()
|
/PHP-5.6/ext/zip/lib/ |
H A D | zip_file_get_offset.c | 56 zip_uint64_t offset; in _zip_file_get_offset() local 59 offset = za->entry[idx].orig->offset; in _zip_file_get_offset() 61 if (fseeko(za->zp, (off_t)offset, SEEK_SET) != 0) { in _zip_file_get_offset() 70 if (offset+(zip_uint32_t)size > ZIP_OFF_MAX) { in _zip_file_get_offset() 75 return offset + (zip_uint32_t)size; in _zip_file_get_offset()
|
/PHP-5.6/ext/xmlrpc/libxmlrpc/ |
H A D | base64.c | 30 b->offset = 0; in buffer_new() 39 b->offset++; in buffer_add() 40 if (b->offset == b->length) { in buffer_add() 43 b->ptr = b->data + b->offset; in buffer_add() 51 b->offset = 0; in buffer_delete() 59 int offset = 0; in base64_encode_xmlrpc() local 85 offset++; in base64_encode_xmlrpc() 86 if (offset > length || offset <= 0) { in base64_encode_xmlrpc() 110 if (!(b->offset % 72)) { in base64_encode_xmlrpc() 124 int offset = 0; in base64_decode_xmlrpc() local [all …]
|
/PHP-5.6/ext/standard/tests/serialize/ |
H A D | bug25378.phpt | 21 Notice: unserialize(): Error at offset 0 of 8 bytes in %sbug25378.php on line %d 24 Notice: unserialize(): Error at offset 0 of 5 bytes in %sbug25378.php on line %d 27 Notice: unserialize(): Error at offset 13 of 19 bytes in %sbug25378.php on line %d 30 Notice: unserialize(): Error at offset 14 of 19 bytes in %sbug25378.php on line %d 33 Notice: unserialize(): Error at offset 2 of 22 bytes in %sbug25378.php on line %d 36 Notice: unserialize(): Error at offset 17 of 18 bytes in %sbug25378.php on line %d 39 Notice: unserialize(): Error at offset 24 of 33 bytes in %sbug25378.php on line %d 48 Notice: unserialize(): Error at offset 2 of 13 bytes in %sbug25378.php on line %d 51 Notice: unserialize(): Error at offset 2 of 11 bytes in %sbug25378.php on line %d 54 Notice: unserialize(): Error at offset 8 of 9 bytes in %sbug25378.php on line %d [all …]
|