Home
last modified time | relevance | path

Searched refs:position (Results 1 – 25 of 318) sorted by path

12345678910>>...13

/PHP-7.4/
H A DNEWS144 . Fixed bug #81302 (Stream position after stream filter removed). (cmb)
145 . Fixed bug #81346 (Non-seekable streams don't update position after write).
/PHP-7.4/Zend/tests/
H A Dbug23104.phpt2 Bug #23104 (Hash position not reset for constant arrays)
H A Dbug38779.phpt7 private $position;
11 $this->position = 0;
15 $ret = substr($this->data, $this->position, $count);
16 $this->position += strlen($ret);
20 return $this->position >= strlen($this->data);
H A Dbug38779_1.phpt7 private $position;
11 $this->position = 0;
15 $ret = substr($this->data, $this->position, $count);
16 $this->position += strlen($ret);
20 return $this->position >= strlen($this->data);
H A Dbug54043.phpt19 string(105) "DateTime::__construct(): Failed to parse time string (9999-11-33) at position 9 (3): U…
H A Dbug75426.phpt2 Bug #75426: "Cannot use empty array elements" reports wrong position
H A Dtemporary_cleaning_016.phpt2 Live ranges should be ordered according to "start" position
/PHP-7.4/Zend/tests/type_declarations/variance/
H A Dparent_in_class.phpt23 // Legal: B3::parent == A3 is subclass of A3::parent == P3 in covariant position
32 // Illegal: B4::parent == A4 is subclass of A4::parent == P4 in contravariant position
H A Dparent_in_class_success.phpt15 // Legal: B3::parent == A3 is subclass of A3::parent == P3 in covariant position
/PHP-7.4/build/
H A Dphp.m41476 int seeker(void *cookie, off64_t *position, int whence)
1477 { ((struct cookiedata*)cookie)->pos = *position; return 0; }
/PHP-7.4/docs/
H A Dmailinglist-rules.md57 aggregate your current position into a single mail instead of multiple
/PHP-7.4/ext/date/lib/
H A Dparse_date.c341 s->errors->warning_messages[s->errors->warning_count - 1].position = s->tok ? s->tok - s->str : 0; in add_warning()
351 s->errors->error_messages[s->errors->error_count - 1].position = s->tok ? s->tok - s->str : 0; in add_error()
361 s->errors->warning_messages[s->errors->warning_count - 1].position = cptr - sptr; in add_pbf_warning()
371 s->errors->error_messages[s->errors->error_count - 1].position = cptr - sptr; in add_pbf_error()
H A Dparse_date.re339 s->errors->warning_messages[s->errors->warning_count - 1].position = s->tok ? s->tok - s->str : 0;
349 s->errors->error_messages[s->errors->error_count - 1].position = s->tok ? s->tok - s->str : 0;
359 s->errors->warning_messages[s->errors->warning_count - 1].position = cptr - sptr;
369 s->errors->error_messages[s->errors->error_count - 1].position = cptr - sptr;
H A Dparse_iso_intervals.c95 s->errors->error_messages[s->errors->error_count - 1].position = s->tok ? s->tok - s->str : 0; in add_error()
H A Dparse_iso_intervals.re93 s->errors->error_messages[s->errors->error_count - 1].position = s->tok ? s->tok - s->str : 0;
H A Dtimelib.h286 int position; member
/PHP-7.4/ext/date/
H A Dphp_date.c2724 …err->error_messages[0].position, err->error_messages[0].character, err->error_messages[0].message); in php_date_initialize()
3085 …add_index_string(&element, error->warning_messages[i].position, error->warning_messages[i].message… in zval_from_error_container()
3092 add_index_string(&element, error->error_messages[i].position, error->error_messages[i].message); in zval_from_error_container()
3261 …err->error_messages[0].position, err->error_messages[0].character, err->error_messages[0].message); in php_date_modify()
4543 …err->error_messages[0].position, err->error_messages[0].character ? err->error_messages[0].charact… in PHP_FUNCTION()
/PHP-7.4/ext/date/tests/
H A DDateTimeImmutable_modify_invalid_format.phpt11 Warning: DateTimeImmutable::modify(): Failed to parse time string () at position 0 ( in %s on line …
H A Dbug45866.phpt23 Warning: DateTime::modify(): Failed to parse time string (£61538461538 day) at position 0 (%s): Une…
H A Dbug54851.phpt13 // Verify that our implementation works regardless of position
H A Ddate_interval_create_from_date_string_broken.phpt9 Warning: date_interval_create_from_date_string(): Unknown or bad format (foobar) at position 0 (f):…
H A Ddate_interval_create_from_date_string_nullparam.phpt11 Warning: date_interval_create_from_date_string(): Unknown or bad format () at position 0 ( ): Empty…
H A Doo_001.phpt46 DateTime::__construct(): Failed to parse time string (1am todax) at position 4 (t): The timezone co…
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch3571 + 1 = starting position of the match */
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic76 >>11 leshort =1 1 position
11977 # mime line at that position does not work
13005 # position-independent if the "is position-independent" bit
13021 # if it has the "is position-independent" bit set, it's
13022 # position-independent;
19708 # leader position 20-21 must be 45
19725 # leader position 22-23, should be "00" but is it?
22522 >>0 byte &0x40 position independent
24368 # Every driver puts the language at some random position, with random case

Completed in 190 milliseconds

12345678910>>...13