Home
last modified time | relevance | path

Searched refs:preceding (Results 1 – 13 of 13) sorted by relevance

/PHP-7.0/ext/intl/tests/
H A Dbreakiter_preceding_basic.phpt2 IntlBreakIterator::preceding(): basic test, ICU <= 57.1
17 var_dump($bi->preceding(5));
18 var_dump($bi->preceding(50));
19 var_dump($bi->preceding(-1));
H A Dbreakiter_preceding_basic2.phpt2 IntlBreakIterator::preceding(): basic test, ICU >= 58.1
16 var_dump($bi->preceding(5));
17 var_dump($bi->preceding(50));
18 var_dump($bi->preceding(-1));
H A Dbreakiter_following_preceding_isBoundary_error.phpt2 IntlBreakIterator::following()/preceding()/isBoundary(): arg errors
16 var_dump($bi->preceding(1, 2));
17 var_dump($bi->preceding(array()));
33 Warning: IntlBreakIterator::preceding() expects exactly 1 parameter, 2 given in %s on line %d
35 Warning: IntlBreakIterator::preceding(): breakiter_preceding: bad arguments in %s on line %d
38 Warning: IntlBreakIterator::preceding() expects parameter 1 to be integer, array given in %s on lin…
40 Warning: IntlBreakIterator::preceding(): breakiter_preceding: bad arguments in %s on line %d
/PHP-7.0/ext/intl/breakiterator/
H A Dcodepointiterator_internal.h67 virtual int32_t preceding(int32_t offset);
H A Dcodepointiterator_internal.cpp196 int32_t CodePointBreakIterator::preceding(int32_t offset) in preceding() function in CodePointBreakIterator
H A Dbreakiterator_methods.cpp314 &BreakIterator::preceding, in PHP_FUNCTION()
H A Dbreakiterator_class.cpp282 PHP_ME_MAPPING(preceding, breakiter_preceding, ainfo_biter_offset, ZEND_ACC_PUBLIC)
/PHP-7.0/ext/mysqli/tests/
H A D003.phpt33 Display widths (used as described in the preceding section) are no longer supported.
/PHP-7.0/ext/phar/phar/
H A Dpharcommand.inc110 'inf' => '<level> Number of preceding subdirectories to strip from file entries',
/PHP-7.0/ext/pcre/pcrelib/doc/
H A Dpcre.txt1451 following or preceding the current point have to be independently
2303 that any of the three preceding sequences should be recognized. Setting
5476 preceding character.
5958 tions" above), and in a Perl-style pattern the preceding or following
5992 ble to unset these options by preceding the letter with a hyphen, and a
6607 An assertion is a test on the characters following or preceding the
6765 This time the first assertion looks at the preceding six characters,
6767 checks that the preceding three characters are not "999".
7005 most recently opened parentheses preceding the recursion. In other
9036 At this stage, an application could discard the text preceding "23ja",
[all …]
/PHP-7.0/ext/pcre/pcrelib/
H A DREADME255 of the preceding, or any of the Unicode newline sequences as indicating the
H A DChangeLog4362 preceding ".*" at the start, unless the pattern required a fixed first
/PHP-7.0/build/
H A Dlibtool.m42380 # Need to set the preceding variable on all platforms that support

Completed in 94 milliseconds