Home
last modified time | relevance | path

Searched refs:offset (Results 201 – 225 of 649) sorted by relevance

12345678910>>...26

/PHP-5.5/
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
H A Dfooter5 * c-basic-offset: 4
/PHP-5.5/Zend/tests/
H A Ddereference_002.phpt74 Notice: Undefined offset: 4 in %s on line %d
77 Notice: Undefined offset: 3 in %s on line %d
H A D038.phpt10 Warning: Illegal offset type in %s on line %d
/PHP-5.5/ext/spl/
H A Dspl.php488 function offsetSet($offset, $value); argument
493 function offsetGet($offset); argument
497 function offsetUnset($offset); argument
502 function offsetExists($offset); argument
/PHP-5.5/ext/standard/
H A Dstring.c1840 if (offset < 0 || offset > haystack_len) {
1891 if (offset < 0 || offset > haystack_len) {
1976 if (offset < -INT_MAX || -offset > haystack_len) {
1993 RETURN_LONG(e - p + (offset > 0 ? offset : 0));
2002 RETURN_LONG(e - p + (offset > 0 ? offset : 0));
2054 if (offset < -INT_MAX || -offset > haystack_len) {
2064 RETURN_LONG(e - p + (offset > 0 ? offset : 0));
2086 if (offset < -INT_MAX || -offset > haystack_len) {
2104 RETURN_LONG(e - p + (offset > 0 ? offset : 0));
5649 offset = s1_len + offset;
[all …]
/PHP-5.5/ext/standard/tests/file/
H A Dfseek_variation2.phpt7 /* Prototype : proto int fseek(resource fp, int offset [, int whence])
16 $offset = 3;
65 var_dump( fseek($fp, $offset, $value) );
H A Dbug27508.phpt39 function stream_seek($offset, $whence)
41 return fseek($this->fp, $offset, $whence) == 0 ? true : false;
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch835 m->offset = swap4((uint32_t)m->offset);
3115 uint32_t soffset, offset = ms->offset;
3150 offset = ~offset;
3159 offset = ~offset;
3168 offset = ~offset;
3195 offset = ~offset;
3204 offset = ~offset;
3219 ms->offset = offset;
3279 + if (offset == 0)
3286 ms->offset = 0;
[all …]
/PHP-5.5/ext/date/tests/
H A Didate_variation5.phpt26 'Time zone offset' => 'Z'
60 --Time zone offset--
/PHP-5.5/tests/strings/
H A Doffsets_chaining_1.phpt2 testing the behavior of string offset chaining
H A Doffsets_chaining_2.phpt2 testing the behavior of string offset chaining
H A Doffsets_chaining_3.phpt2 testing the behavior of string offset chaining
H A Doffsets_chaining_4.phpt2 testing the behavior of string offset chaining
/PHP-5.5/ext/spl/tests/
H A Darray_001.phpt82 Notice: Undefined offset: 6 in %sarray_001.php on line %d
88 Notice: Undefined offset: 7 in %sarray_001.php on line %d
H A Dbug62978.phpt47 Strict Standards: Resource ID#%d used as offset, casting to integer (%d) in %sbug62978.php on line …
49 Notice: Undefined offset: %d in %sbug62978.php on line %d
/PHP-5.5/ext/oci8/tests/
H A Dpecl_bug16842.phpt51 ["offset"]=>
68 ["offset"]=>
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct_options_libmysql.phpt15 function set_option_and_check($offset, $option, $value, $option_desc, $ignore_diff = false) {
25 $offset,
30 printf("[%03d] %s\n", $offset, $e->getMessage());
/PHP-5.5/ext/intl/tests/
H A Dmsgfmt_format_subpatterns_named.phpt22 female {{num_guests, plural, offset:1
27 male {{num_guests, plural, offset:1
32 other {{num_guests, plural, offset:1
/PHP-5.5/ext/mbstring/tests/
H A Dbug43841.phpt2 Test mb_strrpos() function : mb_strrpos offset is byte count for negative values
10 /* Prototype : int mb_strrpos(string $haystack, string $needle [, int $offset [, string $encoding]…
16 * Test that mb_strrpos offset is byte count for negative values (should be character count)
H A Dmb_stripos_variation1.phpt10 /* Prototype : int mb_stripos(string haystack, string needle [, int offset [, string encoding]])
24 $offset = 0;
99 var_dump( mb_stripos($input, $needle, $offset, $encoding));
H A Dmb_strrpos_variation2.phpt10 /* Prototype : int mb_strrpos(string $haystack, string $needle [, int $offset [, string $encoding]…
23 $offset = 0;
98 var_dump( mb_strrpos($haystack, $input, $offset, $encoding));
H A Dmb_strpos_variation1.phpt10 /* Prototype : int mb_strpos(string $haystack, string $needle [, int $offset [, string $encoding]])
23 $offset = 0;
98 var_dump( mb_strpos($input, $needle, $offset, $encoding));
H A Dmb_strripos_variation1.phpt10 /* Prototype : int mb_strripos(string haystack, string needle [, int offset [, string encoding]])
24 $offset = 0;
99 var_dump( mb_strripos($input, $needle, $offset, $encoding));
H A Dmb_strripos_variation2.phpt10 /* Prototype : int mb_strripos(string haystack, string needle [, int offset [, string encoding]])
24 $offset = 0;
99 var_dump( mb_strripos($haystack, $input, $offset, $encoding));

Completed in 55 milliseconds

12345678910>>...26