Home
last modified time | relevance | path

Searched refs:is (Results 251 – 275 of 4232) sorted by path

1...<<11121314151617181920>>...170

/php-src/Zend/tests/
H A Ddeprecate_dollar_brace_string_interpolation_1.phpt11 Deprecated: Using ${var} in strings is deprecated, use {$var} instead in %s on line %d
H A Ddim_assign_001.phpt9 * We'll do it in a loop, so that if JIT is enabled, the code will be JIT'd
H A Ddouble_to_string.phpt6 <?php if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only"); ?>
H A Ddouble_to_string_64bit.phpt4 <?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?>
H A Ddynamic_call_freeing.phpt28 Object of type stdClass is not callable
H A Ddynamic_prop_deprecation.phpt37 Deprecated: Creation of dynamic property Test::$prop is deprecated in %s on line %d
39 Deprecated: Creation of dynamic property Test::$prop2 is deprecated in %s on line %d
43 Deprecated: Creation of dynamic property Test::$prop3 is deprecated in %s on line %d
47 Deprecated: Creation of dynamic property Test::$prop4 is deprecated in %s on line %d
H A Ddynamic_prop_deprecation_002.phpt17 Err: Creation of dynamic property class@anonymous::$y is deprecated
H A Derrmsg_025.phpt20 Fatal error: Class test inherits both test1::FOO and test2::FOO, which is ambiguous in %s on line %d
H A Derrmsg_028.phpt12 Fatal error: Cannot use 'self' as class name as it is reserved in %s on line %d
H A Derrmsg_029.phpt12 Fatal error: Cannot use 'parent' as class name as it is reserved in %s on line %d
H A Derrmsg_030.phpt12 Fatal error: Cannot use 'self' as class name, as it is reserved in %s on line %d
H A Derrmsg_031.phpt12 Fatal error: Cannot use 'parent' as class name, as it is reserved in %s on line %d
H A Derrmsg_035.phpt12 Fatal error: Cannot use 'self' as interface name, as it is reserved in %s on line %d
H A Derrmsg_036.phpt12 Fatal error: Cannot use 'parent' as interface name, as it is reserved in %s on line %d
H A Derrmsg_045.phpt11 /* This is just a particular example of a non-fatal compile-time error
/php-src/Zend/tests/enum/
H A Dbacked-from-invalid-int.phpt19 2 is not a valid backing value for enum Foo
H A Dbacked-from-invalid-string.phpt21 "A" is not a valid backing value for enum Suit
H A Dbacked-from-invalid-type.phpt33 "42" is not a valid backing value for enum Suit
H A Denum-reserved-non-modifiers.phpt2 enum keyword is reserved_non_modifiers
H A Dfinal.phpt2 Enum is final
H A Dinternal_enums.phpt89 ValueError: 2 is not a valid backing value for enum ZendTestIntEnum
91 ValueError: 2 is not a valid backing value for enum ZendTestIntEnum
H A Dno-implement-serializable-indirect.phpt24 …interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in additio…
H A Dno-implement-serializable.phpt22 …interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in additio…
H A Dunserialize-const.phpt15 Warning: unserialize(): Foo::Baz is not an enum case in %s on line %d
H A Dunserialize-non-enum.phpt12 Warning: unserialize(): Class 'Foo' is not an enum in %s on line %d

Completed in 42 milliseconds

1...<<11121314151617181920>>...170