Home
last modified time | relevance | path

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

12

/PHP-7.3/ext/intl/tests/
H A Dbug62017.phpt11 datefmt_create('', IntlDateFormatter::NONE, IntlDateFormatter::NONE, "\xFF",
15 new IntlDateFormatter('', IntlDateFormatter::NONE, IntlDateFormatter::NONE, "Europe/Lisbon",
H A Dbug69398.phpt2 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 Dbug77895.phpt8 var_dump(IntlDateFormatter::create(null, IntlDateFormatter::NONE, IntlDateFormatter::NONE));
H A Dbug75378.phpt10 $formatter = new IntlDateFormatter("en-GB", IntlDateFormatter::NONE, IntlDateFormatter::NONE, 'UTC'…
H A Ddateformat_parse.phpt28 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 Ddateformat_bug65683.phpt9 $formatter = new IntlDateFormatter('en-US', IntlDateFormatter::FULL, IntlDateFormatter::NONE, new D…
H A Ddateformat_get_datetype.phpt20 IntlDateFormatter::NONE
H A Ddateformat_get_timetype.phpt20 IntlDateFormatter::NONE
H A Dnormalizer_normalize.phpt22 Normalizer::NONE,
30 Normalizer::NONE => 'UNORM_NONE',
38 Normalizer::NONE == Normalizer::FORM_C ) {
72 if (Normalizer::NONE == $form) {
H A Ddateformat_localtime.phpt27 IntlDateFormatter::NONE
/PHP-7.3/Zend/tests/
H A Dbug26698.phpt12 throw new Exception('NONE');
70 Caught: NONE
71 Caught: NONE
72 Caught: NONE
H A Dbug26166.phpt32 echo "===NONE===\n";
70 ===NONE===
/PHP-7.3/scripts/
H A Dphp-config.in18 php_cli_binary=NONE
19 php_cgi_binary=NONE
H A Dphpize.m4158 test "$prefix" = "NONE" && prefix="/usr/local"
159 test "$exec_prefix" = "NONE" && exec_prefix='$(prefix)'
/PHP-7.3/ext/phar/tests/
H A Dphar_convert_repeated.phpt53 $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 Dbug48377.2.phpt15 $phar->convertToData(Phar::ZIP, Phar::NONE, 'phar.zip');
H A Dbug48377.phpt18 $phar->convertToData(Phar::ZIP, Phar::NONE, 'zip');
H A Dstat2_5.3.phpt19 $b = $a->convertToExecutable(Phar::TAR, Phar::NONE, '.phar.tar');
H A Dphar_decompress.phpt29 $unc = $a->compress(Phar::NONE);
/PHP-7.3/ext/intl/normalizer/
H A Dnormalizer.c45 NORMALIZER_EXPOSE_CLASS_CONST( NONE ); in normalizer_register_constants()
/PHP-7.3/ext/interbase/tests/
H A Dibase_drop_db_001.phpt15 $user, $password, ($charset = ini_get('ibase.default_charset')) ? $charset : 'NONE'));
/PHP-7.3/ext/intl/dateformat/
H A Ddateformat.c48 DATEFORMATTER_EXPOSE_CLASS_CONST( NONE ); in dateformat_register_constants()
/PHP-7.3/ext/filter/tests/
H A D014.phpt28 var_dump(filter_var("NONE", FILTER_VALIDATE_BOOLEAN));
/PHP-7.3/ext/phar/tests/tar/
H A Dphar_convert_phar.phpt27 $phar = $phar->convertToExecutable(Phar::PHAR, Phar::NONE, '.3.phar');
/PHP-7.3/ext/phar/tests/zip/
H A Dphar_convert_phar.phpt27 $phar = $phar->convertToExecutable(Phar::PHAR, Phar::NONE, '.3.phar');

Completed in 29 milliseconds

12