Home
last modified time | relevance | path

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

12

/php-src/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_timetype.phpt20 IntlDateFormatter::NONE
H A Ddateformat_get_datetype.phpt20 IntlDateFormatter::NONE
/php-src/ext/dom/tests/modern/html/parser/
H A Dpredefined_namespaces.phpt33 echo $node->nodeName, " ", $node->namespaceURI ?? "(NONE)", "\n";
35 echo " Attribute: ", $attribute->nodeName, " ", $attribute->namespaceURI ?? "(NONE)", "\n";
48 Attribute: width (NONE)
49 Attribute: height (NONE)
50 Attribute: viewbox (NONE)
52 Attribute: id (NONE)
53 Attribute: x (NONE)
54 Attribute: y (NONE)
55 Attribute: width (NONE)
56 Attribute: height (NONE)
[all …]
H A Dxml_style_namespace.phpt23 echo $node->nodeName, " ", $node->namespaceURI ?? "(NONE)", "\n";
26 echo " Attribute: ", $attribute->nodeName, " ", $attribute->namespaceURI ?? "(NONE)", "\n";
/php-src/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-src/ext/zip/tests/
H A Doo_supported.phpt25 ZipArchive::EM_NONE => "NONE",
51 Encryption NONE
/php-src/scripts/
H A Dphp-config.in19 php_cli_binary=NONE
20 php_cgi_binary=NONE
/php-src/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');
/php-src/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-src/ext/phar/tests/zip/
H A Dphar_convert_phar.phpt27 $phar = $phar->convertToExecutable(Phar::PHAR, Phar::NONE, '.3.phar');
/php-src/ext/phar/tests/tar/
H A Dphar_convert_phar.phpt27 $phar = $phar->convertToExecutable(Phar::PHAR, Phar::NONE, '.3.phar');
/php-src/ext/xmlreader/
H A Dphp_xmlreader.stub.php12 public const int NONE = UNKNOWN;

Completed in 29 milliseconds

12