Home
last modified time | relevance | path

Searched refs:names (Results 1 – 25 of 220) sorted by relevance

123456789

/php-src/ext/standard/tests/serialize/
H A Dunserialize_allowed_classes_option_invalid_array.phpt54 TypeError: unserialize(): Option "allowed_classes" must be an array of class names, null given
55 TypeError: unserialize(): Option "allowed_classes" must be an array of class names, false given
56 TypeError: unserialize(): Option "allowed_classes" must be an array of class names, true given
57 TypeError: unserialize(): Option "allowed_classes" must be an array of class names, int given
58 TypeError: unserialize(): Option "allowed_classes" must be an array of class names, float given
59 TypeError: unserialize(): Option "allowed_classes" must be an array of class names, array given
60 TypeError: unserialize(): Option "allowed_classes" must be an array of class names, resource given
H A Dunserialize_allowed_classes_option_invalid_class_names.phpt2 Test unserialize() with array allowed_classes and nonsensical class names
44 ValueError: unserialize(): Option "allowed_classes" must be an array of class names, " whitespace …
45 ValueError: unserialize(): Option "allowed_classes" must be an array of class names, "name
47 ValueError: unserialize(): Option "allowed_classes" must be an array of class names, "$dollars" giv…
48 ValueError: unserialize(): Option "allowed_classes" must be an array of class names, "have" given
/php-src/Zend/tests/gh15976/
H A Dtrait-names.phpt2 GH-15976: Bad trait names
11 Deprecated: Using "_" as a trait name is deprecated since 8.4 in %strait-names.php on line 3
13 Fatal error: Cannot use "bool" as a trait name as it is reserved in %strait-names.php on line 4
H A Dclass-names.phpt2 GH-15976: Bad class names
11 Deprecated: Using "_" as a class name is deprecated since 8.4 in %sclass-names.php on line 3
13 Fatal error: Cannot use "bool" as a class name as it is reserved in %sclass-names.php on line 4
H A Denum-names.phpt2 GH-15976: Bad enum names
11 Deprecated: Using "_" as an enum name is deprecated since 8.4 in %senum-names.php on line 3
13 Fatal error: Cannot use "bool" as an enum name as it is reserved in %senum-names.php on line 4
H A Dinterface-names.phpt2 GH-15976: Bad interface names
11 Deprecated: Using "_" as an interface name is deprecated since 8.4 in %sinterface-names.php on line…
13 Fatal error: Cannot use "bool" as an interface name as it is reserved in %sinterface-names.php on l…
H A Dalias-names.phpt2 GH-15976: Bad class alias names
11 Deprecated: Using "_" as a class alias is deprecated since 8.4 in %salias-names.php on line 3
13 Fatal error: Cannot use "bool" as a class alias as it is reserved in %salias-names.php on line 4
/php-src/Zend/tests/type_declarations/
H A Dscalar_reserved3.phpt2 Scalar type names cannot be used as class, trait or interface names (3)
H A Dscalar_reserved4.phpt2 Scalar type names cannot be used as class, trait or interface names (4)
H A Dscalar_reserved6.phpt2 Scalar type names cannot be used as class, trait or interface names (6)
H A Dscalar_reserved2.phpt2 Scalar type names cannot be used as class, trait or interface names (2)
H A Dscalar_reserved7.phpt2 Scalar type names cannot be used as class, trait or interface names (7)
H A Dscalar_reserved2_use.phpt2 Scalar type names cannot be used as class, trait or interface names (2) - use
H A Dscalar_reserved3_use.phpt2 Scalar type names cannot be used as class, trait or interface names (3) - use
H A Dscalar_reserved4_use.phpt2 Scalar type names cannot be used as class, trait or interface names (4) - use
H A Dscalar_reserved6_use.phpt2 Scalar type names cannot be used as class, trait or interface names (6) - use
H A Dscalar_reserved3_class_alias.phpt2 Scalar type names cannot be used as class, trait or interface names (3) - class_alias
H A Dscalar_reserved4_class_alias.phpt2 Scalar type names cannot be used as class, trait or interface names (4) - class_alias
H A Dscalar_reserved6_class_alias.phpt2 Scalar type names cannot be used as class, trait or interface names (6) - class_alias
H A Dscalar_reserved2_class_alias.phpt2 Scalar type names cannot be used as class, trait or interface names (2) - class_alias
/php-src/ext/date/tests/
H A DDateTime_data-absolute.inc4 * Note: test names match method names in a set of PHPUnit tests
/php-src/Zend/tests/
H A Dconstant_expressions_dynamic_class_name_error.phpt2 Dynamic class names can't be used in compile-time constant refs
11 Fatal error: Dynamic class names are not allowed in compile-time class constant references in %s on…
/php-src/ext/standard/tests/file/
H A Dcopy_variation3-win32.phpt2 Test copy() function: usage variations - destination file names(white spaces)
12 /* Test copy() function: In creation of destination file names containing white spaces
16 echo "*** Test copy() function: destination file names containing whitespaces ***\n";
23 /* array of destination file names */
26 /* File names containing whitespaces */
75 *** Test copy() function: destination file names containing whitespaces ***
H A Dcopy_variation3.phpt2 Test copy() function: usage variations - destination file names(white spaces)
12 /* Test copy() function: In creation of destination file names containing white spaces
16 echo "*** Test copy() function: destination file names containing whitespaces ***\n";
23 /* array of destination file names */
26 /* File names containing whitespaces */
74 *** Test copy() function: destination file names containing whitespaces ***
H A Dcopy_variation5.phpt2 Test copy() function: usage variations - destination file names(case sensitive)
9 /* Test copy() function: Checking case sensitivity in creation of destination file names
13 echo "*** Test copy() function: checking case sensitivity in creation of destination file names ***…
20 /* array of destination file names */
74 *** Test copy() function: checking case sensitivity in creation of destination file names ***

Completed in 30 milliseconds

123456789