Home
last modified time | relevance | path

Searched refs:cases (Results 1 – 25 of 149) sorted by relevance

123456

/PHP-8.1/Zend/tests/enum/
H A Dno-cases.phpt2 Enum no manual cases method
9 public static function cases(): array {
16 Fatal error: Cannot redeclare Foo::cases() in %s on line %d
H A Dtraits-no-cases-method.phpt2 Using cases method from traits in enums has no effect
7 public static function cases(): array {
21 var_dump(Suit::cases());
H A Dcases-refcount.phpt2 Enum cases increases refcount
11 Foo::cases();
H A Dbacked-cases-int.phpt2 Int backed enums with can list cases
13 var_dump(Suit::cases());
H A Dbacked-cases-string.phpt2 String backed enums can list cases
13 var_dump(Suit::cases());
H A Dunit-cases.phpt2 Unit enums can list cases
15 var_dump(Suit::cases());
H A Dinternal_enums.phpt15 var_dump(ZendTestUnitEnum::cases());
27 var_dump(ZendTestStringEnum::cases());
H A Dconstant-aliases.phpt2 Enum constants can alias cases
H A Dbacked-duplicate-int.phpt13 Fatal error: Duplicate value in enum Foo for cases Bar and Baz in %s on line %s
H A Denum-as-constant.phpt2 Enum cases can be referenced by constants
/PHP-8.1/ext/hash/tests/
H A Dhash_hkdf_edges.phpt2 Hash: hash_hkdf() function: edge cases
6 echo "*** Testing hash_hkdf(): edge cases ***\n";
24 *** Testing hash_hkdf(): edge cases ***
H A Dbug70312.phpt2 Bug #70312 (HAVAL gives wrong hashes in specific cases)
/PHP-8.1/ext/standard/tests/general_functions/
H A Dbug48660.phpt10 [cases]
30 ["cases"]=>
45 ["cases"]=>
/PHP-8.1/Zend/
H A Dzend_enum.stub.php7 public static function cases(): array; function
/PHP-8.1/ext/standard/tests/strings/
H A Dbug54454.phpt2 Bug #54454 (substr_compare incorrectly reports equality in some cases)
/PHP-8.1/Zend/tests/
H A Dternary_associativity.phpt2 Allowed nested ternary cases
H A Dassign_to_var_001.phpt2 complex cases of variable assignment - 001
H A Dassign_to_var_002.phpt2 complex cases of variable assignment - 002
H A Dassign_to_var_004.phpt2 complex cases of variable assignment - 004
/PHP-8.1/ext/standard/tests/serialize/
H A Dunserialize_neg_iv_edge_cases.phpt2 Negative parse_iv2 edge cases
/PHP-8.1/Zend/tests/return_types/
H A Dvoid_allowed.phpt2 void return type: acceptable cases
/PHP-8.1/ext/mbstring/tests/
H A Dbug81349.phpt2 Bug #81349: mb_detect_encoding misdetcts ASCII in some cases
/PHP-8.1/Zend/tests/match/
H A D006.phpt2 Match expression with no cases
/PHP-8.1/ext/posix/tests/
H A Dposix_getsid_error.phpt4 cases: no params, wrong param, wrong param range
/PHP-8.1/ext/date/tests/
H A Dtimezone_name_from_abbr_basic1.phpt10 echo "-- Tests with special cases first - no lookup needed --\n";
34 -- Tests with special cases first - no lookup needed --

Completed in 64 milliseconds

123456