/PHP-7.1/ext/intl/tests/ |
H A D | bug62017.phpt | 11 datefmt_create('', IntlDateFormatter::NONE, IntlDateFormatter::NONE, "\xFF", 15 new IntlDateFormatter('', IntlDateFormatter::NONE, IntlDateFormatter::NONE, "Europe/Lisbon",
|
H A D | bug69398.phpt | 2 IntlDateFormatter::formatObject(): returns wrong value when time style is NONE. 12 echo IntlDateFormatter::formatObject($date, array(IntlDateFormatter::SHORT, IntlDateFormatter::NONE… 13 …ter::formatObject ($date, array(IntlDateFormatter::SHORT, IntlDateFormatter::NONE), 'ko_KR'), "\n";
|
H A D | dateformat_parse.phpt | 28 IntlDateFormatter::NONE 43 …rray("Sunday, September 18, 2039 4:06:40 PM PT", IntlDateFormatter::FULL, IntlDateFormatter::NONE), 45 array("December 18, 1969 8:49:59 AM PST", IntlDateFormatter::LONG, IntlDateFormatter::NONE),
|
H A D | dateformat_bug65683.phpt | 9 $formatter = new IntlDateFormatter('en-US', IntlDateFormatter::FULL, IntlDateFormatter::NONE, new D…
|
H A D | dateformat_get_timetype.phpt | 20 IntlDateFormatter::NONE
|
H A D | dateformat_get_datetype.phpt | 20 IntlDateFormatter::NONE
|
H A D | dateformat_localtime.phpt | 27 IntlDateFormatter::NONE
|
/PHP-7.1/Zend/tests/ |
H A D | bug26698.phpt | 12 throw new Exception('NONE'); 70 Caught: NONE 71 Caught: NONE 72 Caught: NONE
|
H A D | bug26166.phpt | 32 echo "===NONE===\n"; 70 ===NONE===
|
/PHP-7.1/scripts/ |
H A D | php-config.in | 18 php_cli_binary=NONE 19 php_cgi_binary=NONE
|
H A D | phpize.m4 | 158 test "$prefix" = "NONE" && prefix="/usr/local" 159 test "$exec_prefix" = "NONE" && exec_prefix='$(prefix)'
|
/PHP-7.1/ext/phar/tests/ |
H A D | phar_convert_repeated.phpt | 53 $phar = $phar->convertToExecutable(Phar::PHAR, Phar::NONE, '.2.phar'); 62 $phar = $phar->convertToExecutable(Phar::ZIP, Phar::NONE, '.2.phar.zip'); 71 $phar = $phar->convertToExecutable(Phar::TAR, Phar::NONE, '2.phar.tar'); 80 $phar = $phar->convertToExecutable(Phar::ZIP, Phar::NONE, '3.phar.zip');
|
H A D | bug48377.2.phpt | 15 $phar->convertToData(Phar::ZIP, Phar::NONE, '.2.phar.zip');
|
H A D | bug48377.phpt | 18 $phar->convertToData(Phar::ZIP, Phar::NONE, 'zip');
|
H A D | stat2_5.3.phpt | 20 $b = $a->convertToExecutable(Phar::TAR, Phar::NONE, '.3.phar.tar');
|
H A D | phar_decompress.phpt | 29 $unc = $a->compress(Phar::NONE);
|
/PHP-7.1/ext/intl/doc/ |
H A D | normalizer_api.php | 36 const NONE = 1; define in Normalizer
|
H A D | datefmt_api.php | 34 const NONE = -1; define in DateFormatter
|
/PHP-7.1/ext/intl/normalizer/ |
H A D | normalizer.c | 45 NORMALIZER_EXPOSE_CLASS_CONST( NONE ); in normalizer_register_constants()
|
/PHP-7.1/ext/bcmath/libbcmath/ |
H A D | configure | 18 build=NONE 20 exec_prefix=NONE 21 host=NONE 23 nonopt=NONE 25 prefix=NONE 26 program_prefix=NONE 27 program_suffix=NONE 32 target=NONE 34 x_includes=NONE 35 x_libraries=NONE [all …]
|
/PHP-7.1/ext/interbase/tests/ |
H A D | ibase_drop_db_001.phpt | 15 $user, $password, ($charset = ini_get('ibase.default_charset')) ? $charset : 'NONE'));
|
/PHP-7.1/ext/intl/dateformat/ |
H A D | dateformat.c | 48 DATEFORMATTER_EXPOSE_CLASS_CONST( NONE ); in dateformat_register_constants()
|
/PHP-7.1/ext/filter/tests/ |
H A D | 014.phpt | 28 var_dump(filter_var("NONE", FILTER_VALIDATE_BOOLEAN));
|
/PHP-7.1/ext/phar/tests/tar/ |
H A D | phar_convert_phar.phpt | 27 $phar = $phar->convertToExecutable(Phar::PHAR, Phar::NONE, '.3.phar');
|
/PHP-7.1/ext/phar/tests/zip/ |
H A D | phar_convert_phar.phpt | 27 $phar = $phar->convertToExecutable(Phar::PHAR, Phar::NONE, '.3.phar');
|