Searched refs:preceding (Results 1 – 15 of 15) sorted by relevance
/PHP-7.3/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())); 31 Warning: IntlBreakIterator::preceding() expects exactly 1 parameter, 2 given in %s on line %d 33 Warning: IntlBreakIterator::preceding(): breakiter_preceding: bad arguments in %s on line %d 36 Warning: IntlBreakIterator::preceding() expects parameter 1 to be int, array given in %s on line %d 38 Warning: IntlBreakIterator::preceding(): breakiter_preceding: bad arguments in %s on line %d
|
/PHP-7.3/ext/standard/tests/mail/ |
H A D | mail_basic6.phpt | 62 echo "-- Invalid Header - preceding newline--\n"; 72 echo "-- Invalid Header - preceding newline--\n"; 82 echo "-- Invalid Header - preceding newline--\n"; 92 echo "-- Invalid Header - preceding newline--\n"; 102 echo "-- Invalid Header - preceding newline--\n"; 250 -- Invalid Header - preceding newline-- 254 -- Invalid Header - preceding newline-- 258 -- Invalid Header - preceding newline-- 262 -- Invalid Header - preceding newline-- 266 -- Invalid Header - preceding newline-- [all …]
|
/PHP-7.3/ext/intl/breakiterator/ |
H A D | codepointiterator_internal.h | 70 virtual int32_t preceding(int32_t offset);
|
H A D | codepointiterator_internal.cpp | 197 int32_t CodePointBreakIterator::preceding(int32_t offset) in preceding() function in CodePointBreakIterator
|
H A D | breakiterator_methods.cpp | 315 &BreakIterator::preceding, in PHP_FUNCTION()
|
H A D | breakiterator_class.cpp | 275 PHP_ME_MAPPING(preceding, breakiter_preceding, ainfo_biter_offset, ZEND_ACC_PUBLIC)
|
/PHP-7.3/ext/mysqli/tests/ |
H A D | 003.phpt | 33 Display widths (used as described in the preceding section) are no longer supported.
|
/PHP-7.3/ext/standard/ |
H A D | url_scanner_ex.re | 912 /* Check preceding separator */
|
/PHP-7.3/ext/mbstring/oniguruma/doc/ |
H A D | SYNTAX.md | 345 the end of the input buffer. In multi-line mode, `^` matches if the preceding 844 This flag, if set, causes a `)` character without a preceding `(` to be treated as
|
/PHP-7.3/ext/phar/phar/ |
H A D | pharcommand.inc | 110 'inf' => '<level> Number of preceding subdirectories to strip from file entries',
|
/PHP-7.3/build/ |
H A D | libtool.m4 | 2376 # Need to set the preceding variable on all platforms that support
|
/PHP-7.3/ext/fileinfo/tests/ |
H A D | magic | 24775 # OpenSSL enc file (recognized by a magic string preceding the password's salt)
|
H A D | magic私はガラスを食べられます | 24775 # OpenSSL enc file (recognized by a magic string preceding the password's salt)
|
Completed in 117 milliseconds