Home
last modified time | relevance | path

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

12

/PHP-8.2/ext/intl/tests/
H A Ddateformat_format_relative.phpt10 printFormat(IntlDateFormatter::RELATIVE_FULL, IntlDateFormatter::NONE, getYesterday());
11 printFormat(IntlDateFormatter::RELATIVE_LONG, IntlDateFormatter::NONE, getYesterday());
12 printFormat(IntlDateFormatter::RELATIVE_MEDIUM, IntlDateFormatter::NONE, getYesterday());
13 printFormat(IntlDateFormatter::RELATIVE_SHORT, IntlDateFormatter::NONE, getYesterday());
15 printFormat(IntlDateFormatter::RELATIVE_FULL, IntlDateFormatter::NONE, getToday());
16 printFormat(IntlDateFormatter::RELATIVE_LONG, IntlDateFormatter::NONE, getToday());
17 printFormat(IntlDateFormatter::RELATIVE_MEDIUM, IntlDateFormatter::NONE, getToday());
18 printFormat(IntlDateFormatter::RELATIVE_SHORT, IntlDateFormatter::NONE, getToday());
20 printFormat(IntlDateFormatter::RELATIVE_FULL, IntlDateFormatter::NONE, getTomorrow());
21 printFormat(IntlDateFormatter::RELATIVE_LONG, IntlDateFormatter::NONE, getTomorrow());
[all …]
H A Dbug62017.phpt9 datefmt_create('', IntlDateFormatter::NONE, IntlDateFormatter::NONE, "\xFF",
13 new IntlDateFormatter('', IntlDateFormatter::NONE, IntlDateFormatter::NONE, "Europe/Lisbon",
H A Dbug69398-icu74.1.phpt2 IntlDateFormatter::formatObject(): returns wrong value when time style is NONE.
14 echo IntlDateFormatter::formatObject($date, array(IntlDateFormatter::SHORT, IntlDateFormatter::NONE
15 …ter::formatObject ($date, array(IntlDateFormatter::SHORT, IntlDateFormatter::NONE), 'ko_KR'), "\n";
H A Dbug69398.phpt2 IntlDateFormatter::formatObject(): returns wrong value when time style is NONE.
15 echo IntlDateFormatter::formatObject($date, array(IntlDateFormatter::SHORT, IntlDateFormatter::NONE
16 …ter::formatObject ($date, array(IntlDateFormatter::SHORT, IntlDateFormatter::NONE), 'ko_KR'), "\n";
H A Dbug68471.phpt9 IntlDateFormatter::NONE,
10 IntlDateFormatter::NONE,
H A Dbug77895.phpt10 var_dump(IntlDateFormatter::create(null, IntlDateFormatter::NONE, IntlDateFormatter::NONE));
H A Dbug75378.phpt8 $formatter = new IntlDateFormatter("en-GB", IntlDateFormatter::NONE, IntlDateFormatter::NONE, 'UTC'…
H A Ddateformat_bug65683.phpt8 $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
/PHP-8.2/Zend/tests/
H A Dbug26698.phpt12 throw new Exception('NONE');
69 Caught: NONE
70 Caught: NONE
71 Caught: NONE
H A Dbug26166.phpt32 echo "===NONE===\n";
66 ===NONE===
/PHP-8.2/scripts/
H A Dphp-config.in18 php_cli_binary=NONE
19 php_cgi_binary=NONE
/PHP-8.2/ext/zip/tests/
H A Doo_supported.phpt25 ZipArchive::EM_NONE => "NONE",
51 Encryption NONE
/PHP-8.2/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.phpt17 $b = $a->convertToExecutable(Phar::TAR, Phar::NONE, '.phar.tar');
H A Dphar_decompress.phpt29 $unc = $a->compress(Phar::NONE);
/PHP-8.2/ext/filter/tests/
H A D014.phpt28 var_dump(filter_var("NONE", FILTER_VALIDATE_BOOLEAN));
H A D061.phpt28 var_dump(filter_var("NONE", FILTER_VALIDATE_BOOL));
/PHP-8.2/ext/phar/tests/tar/
H A Dphar_convert_phar.phpt27 $phar = $phar->convertToExecutable(Phar::PHAR, Phar::NONE, '.3.phar');
/PHP-8.2/ext/phar/tests/zip/
H A Dphar_convert_phar.phpt27 $phar = $phar->convertToExecutable(Phar::PHAR, Phar::NONE, '.3.phar');
/PHP-8.2/ext/intl/dateformat/
H A Ddateformat.stub.php32 public const NONE = UNKNOWN; define in IntlDateFormatter
/PHP-8.2/ext/xmlreader/
H A Dphp_xmlreader.stub.php13 public const NONE = UNKNOWN; define in XMLReader

Completed in 34 milliseconds

12