Home
last modified time | relevance | path

Searched refs:forward (Results 1 – 25 of 43) sorted by relevance

12

/PHP-8.2/ext/intl/tests/
H A Drbbiter_getBinaryRules_basic.phpt16 !!forward;
36 string(128) "$LN = [[:letter:] [:number:]];$S = [.;,:];!!forward;$LN+ {1};$S+ {42};!!reverse;$LN+ {…
37 string(128) "$LN = [[:letter:] [:number:]];$S = [.;,:];!!forward;$LN+ {1};$S+ {42};!!reverse;$LN+ {…
H A Drbbiter_getBinaryRules_basic3.phpt16 !!forward;
37 string(119) "$LN=[[:letter:][:number:]];$S=[.;,:];!!forward;$LN+{1};$S+{42};!!reverse;$LN+{1};$S+{4…
38 string(119) "$LN=[[:letter:][:number:]];$S=[.;,:];!!forward;$LN+{1};$S+{42};!!reverse;$LN+{1};$S+{4…
H A Drbbiter_getBinaryRules_basic2.phpt17 !!forward;
39 !!forward;
49 !!forward;
H A Drbbiter_getRules_basic.phpt16 !!forward;
30 string(128) "$LN = [[:letter:] [:number:]];$S = [.;,:];!!forward;$LN+ {1};$S+ {42};!!reverse;$LN+ {…
H A Drbbiter_getRules_basic3.phpt16 !!forward;
31 string(119) "$LN=[[:letter:][:number:]];$S=[.;,:];!!forward;$LN+{1};$S+{42};!!reverse;$LN+{1};$S+{4…
H A Drbbiter_getRules_basic2.phpt17 !!forward;
33 !!forward;
H A Drbbiter___construct_basic.phpt13 !!forward;
H A Drbbiter_getRuleStatusVec_basic.phpt14 !!forward;
H A Drbbiter_getRuleStatus_basic.phpt14 !!forward;
H A Dcpbi_getLastCodePoint_basic.phpt17 //The pointer is after the last read codepoint if moving forward and
27 //starting at the initial position and only then moves the pointer forward
/PHP-8.2/ext/spl/tests/
H A DSplDoublyLinkedList_consistent_iterator_mode.phpt13 This meant that it could move forward, then backward, then forward if the
/PHP-8.2/ext/zlib/tests/
H A Dgzseek_basic.phpt16 echo "\nmove forward to the 100th byte\n";
35 move forward to the 100th byte
H A Dgzseek_variation2.phpt16 echo "\nmove forward to the 100th byte\n";
35 move forward to the 100th byte
H A Dgzseek_variation3.phpt16 echo "\nmove forward to the 94th byte\n";
35 move forward to the 94th byte
/PHP-8.2/ext/standard/tests/file/
H A Dbasename_basic-win32.phpt13 /* simple paths (forward slashes) */
19 /* simple paths with trailing slashes (forward slashes) */
H A Dbasename_basic.phpt13 /* simple paths (forward slashes) */
19 /* simple paths with trailing slashes (forward slashes) */
/PHP-8.2/Zend/tests/
H A Djump02.phpt2 jump 02: goto forward
H A Djump08.phpt2 jump 08: goto into loop (forward)
H A Djump10.phpt2 jump 10: goto into switch (forward)
H A Djump05.phpt2 jump 05: goto from loop (forward)
H A Djump15.phpt2 jump 15: goto from loop (forward)
/PHP-8.2/ext/standard/tests/general_functions/
H A Dbug49692.phpt2 Bug #49692: parse_ini_file() throws errors when key contains '/' (forward slash)
/PHP-8.2/Zend/tests/arg_unpack/
H A Dstring_keys.phpt2 Argument unpacking does not work with string keys (forward compatibility for named args)
/PHP-8.2/ext/standard/libavifinfo/
H A Davifinfo.c671 AvifInfoInternalForward* forward = (AvifInfoInternalForward*)stream; in AvifInfoInternalForwardRead() local
672 if (num_bytes > forward->data_size) return NULL; in AvifInfoInternalForwardRead()
673 const uint8_t* data = forward->data; in AvifInfoInternalForwardRead()
674 forward->data += num_bytes; in AvifInfoInternalForwardRead()
675 forward->data_size -= num_bytes; in AvifInfoInternalForwardRead()
680 AvifInfoInternalForward* forward = (AvifInfoInternalForward*)stream; in AvifInfoInternalForwardSkip() local
681 if (num_bytes > forward->data_size) num_bytes = forward->data_size; in AvifInfoInternalForwardSkip()
682 forward->data += num_bytes; in AvifInfoInternalForwardSkip()
683 forward->data_size -= num_bytes; in AvifInfoInternalForwardSkip()
/PHP-8.2/ext/date/tests/
H A Dbug75167.phpt2 Bug #75167 (DateTime::add does only care about backward DST transition, not forward)

Completed in 31 milliseconds

12