/PHP-8.0/ext/intl/tests/ |
H A D | dateformat_format_relative.phpt | 8 printFormat(IntlDateFormatter::RELATIVE_FULL, IntlDateFormatter::NONE, getYesterday()); 9 printFormat(IntlDateFormatter::RELATIVE_LONG, IntlDateFormatter::NONE, getYesterday()); 10 printFormat(IntlDateFormatter::RELATIVE_MEDIUM, IntlDateFormatter::NONE, getYesterday()); 11 printFormat(IntlDateFormatter::RELATIVE_SHORT, IntlDateFormatter::NONE, getYesterday()); 13 printFormat(IntlDateFormatter::RELATIVE_FULL, IntlDateFormatter::NONE, getToday()); 14 printFormat(IntlDateFormatter::RELATIVE_LONG, IntlDateFormatter::NONE, getToday()); 15 printFormat(IntlDateFormatter::RELATIVE_MEDIUM, IntlDateFormatter::NONE, getToday()); 16 printFormat(IntlDateFormatter::RELATIVE_SHORT, IntlDateFormatter::NONE, getToday()); 18 printFormat(IntlDateFormatter::RELATIVE_FULL, IntlDateFormatter::NONE, getTomorrow()); 19 printFormat(IntlDateFormatter::RELATIVE_LONG, IntlDateFormatter::NONE, getTomorrow()); [all …]
|
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 | bug68471.phpt | 11 IntlDateFormatter::NONE, 12 IntlDateFormatter::NONE,
|
H A D | bug77895.phpt | 10 var_dump(IntlDateFormatter::create(null, IntlDateFormatter::NONE, IntlDateFormatter::NONE));
|
H A D | bug75378.phpt | 10 $formatter = new IntlDateFormatter("en-GB", IntlDateFormatter::NONE, IntlDateFormatter::NONE, 'UTC'…
|
H A D | dateformat_bug65683.phpt | 9 $formatter = new IntlDateFormatter('en-US', IntlDateFormatter::FULL, IntlDateFormatter::NONE, new D…
|
H A D | dateformat_get_datetype.phpt | 20 IntlDateFormatter::NONE
|
H A D | dateformat_get_timetype.phpt | 20 IntlDateFormatter::NONE
|
/PHP-8.0/Zend/tests/ |
H A D | bug26698.phpt | 12 throw new Exception('NONE'); 69 Caught: NONE 70 Caught: NONE 71 Caught: NONE
|
H A D | bug26166.phpt | 32 echo "===NONE===\n"; 66 ===NONE===
|
/PHP-8.0/scripts/ |
H A D | php-config.in | 18 php_cli_binary=NONE 19 php_cgi_binary=NONE
|
H A D | phpize.m4 | 170 test "$prefix" = "NONE" && prefix="/usr/local" 171 test "$exec_prefix" = "NONE" && exec_prefix='$(prefix)'
|
/PHP-8.0/ext/zip/tests/ |
H A D | oo_supported.phpt | 24 ZipArchive::EM_NONE => "NONE", 50 Encryption NONE
|
/PHP-8.0/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, 'phar.zip');
|
H A D | bug48377.phpt | 18 $phar->convertToData(Phar::ZIP, Phar::NONE, 'zip');
|
H A D | stat2_5.3.phpt | 17 $b = $a->convertToExecutable(Phar::TAR, Phar::NONE, '.phar.tar');
|
H A D | phar_decompress.phpt | 29 $unc = $a->compress(Phar::NONE);
|
/PHP-8.0/ext/intl/dateformat/ |
H A D | dateformat.c | 46 DATEFORMATTER_EXPOSE_CLASS_CONST( NONE ); in dateformat_register_constants()
|
/PHP-8.0/ext/filter/tests/ |
H A D | 014.phpt | 28 var_dump(filter_var("NONE", FILTER_VALIDATE_BOOLEAN));
|
H A D | 061.phpt | 28 var_dump(filter_var("NONE", FILTER_VALIDATE_BOOL));
|
/PHP-8.0/ext/phar/tests/tar/ |
H A D | phar_convert_phar.phpt | 27 $phar = $phar->convertToExecutable(Phar::PHAR, Phar::NONE, '.3.phar');
|
/PHP-8.0/ext/phar/tests/zip/ |
H A D | phar_convert_phar.phpt | 27 $phar = $phar->convertToExecutable(Phar::PHAR, Phar::NONE, '.3.phar');
|
/PHP-8.0/Zend/ |
H A D | zend_string.c | 366 ZEND_API zend_bool ZEND_FASTCALL I_WRAP_SONAME_FNNAME_ZU(NONE,zend_string_equal_val)(zend_string *s… in I_WRAP_SONAME_FNNAME_ZU() argument 434 ZEND_API zend_bool ZEND_FASTCALL I_WRAP_SONAME_FNNAME_ZU(NONE,zend_string_equal_val)(zend_string *s… in I_WRAP_SONAME_FNNAME_ZU() argument
|