Searched refs:preceding (Results 1 – 13 of 13) sorted by relevance
/PHP-7.0/ext/intl/tests/ |
H A D | breakiter_preceding_basic.phpt | 2 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 D | breakiter_preceding_basic2.phpt | 2 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 D | breakiter_following_preceding_isBoundary_error.phpt | 2 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 D | codepointiterator_internal.h | 67 virtual int32_t preceding(int32_t offset);
|
H A D | codepointiterator_internal.cpp | 196 int32_t CodePointBreakIterator::preceding(int32_t offset) in preceding() function in CodePointBreakIterator
|
H A D | breakiterator_methods.cpp | 314 &BreakIterator::preceding, in PHP_FUNCTION()
|
H A D | breakiterator_class.cpp | 282 PHP_ME_MAPPING(preceding, breakiter_preceding, ainfo_biter_offset, ZEND_ACC_PUBLIC)
|
/PHP-7.0/ext/mysqli/tests/ |
H A D | 003.phpt | 33 Display widths (used as described in the preceding section) are no longer supported.
|
/PHP-7.0/ext/phar/phar/ |
H A D | pharcommand.inc | 110 'inf' => '<level> Number of preceding subdirectories to strip from file entries',
|
/PHP-7.0/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 1451 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 D | README | 255 of the preceding, or any of the Unicode newline sequences as indicating the
|
H A D | ChangeLog | 4362 preceding ".*" at the start, unless the pattern required a fixed first
|
/PHP-7.0/build/ |
H A D | libtool.m4 | 2380 # Need to set the preceding variable on all platforms that support
|
Completed in 108 milliseconds