Home
last modified time | relevance | path

Searched refs:class (Results 2501 – 2525 of 5459) sorted by relevance

1...<<101102103104105106107108109110>>...219

/php-src/ext/date/tests/
H A DDatePeriod_uninitialised_exceptions.phpt7 class MyDatePeriod extends DatePeriod
19 echo $e::class, ': ', $e->getMessage(), "\n";
/php-src/ext/random/tests/03_randomizer/
H A Dserialize.phpt24 echo $engine::class, PHP_EOL;
36 $className = $engine::class;
/php-src/ext/opcache/tests/jit/
H A Dcount_001.phpt12 class ThrowsInDestructor {
17 class C {
/php-src/tests/classes/
H A Dtype_hinting_003.phpt2 ZE2 class type hinting with arrays
6 class Test
/php-src/Zend/tests/stack_limit/
H A Dstack_limit_003.phpt16 class Test1 {
22 class Test2 {
/php-src/Zend/tests/lazy_objects/
H A Disset_hooked_may_initialize.phpt6 class C {
28 $reflector = new ReflectionClass(C::class);
H A Dfetch_hook_may_not_initialize.phpt6 class C {
28 $reflector = new ReflectionClass(C::class);
H A Dfetch_magic_prop_recursive_may_initialize.phpt6 class C {
24 $reflector = new ReflectionClass(C::class);
H A DisLazy.phpt7 class C {
29 $reflector = new ReflectionClass(C::class);
95 $reflector = new ReflectionClass(DateInterval::class);
/php-src/Zend/tests/lazy_objects/rfc/
H A Drfc_example_005.phpt6 class BlogPost
23 $reflector = new ReflectionClass(BlogPost::class);
/php-src/ext/dom/tests/
H A Dgh8996.phpt10 class SerializableDomDocumentSleepWakeup extends DOMDocument
37 class SerializableDomDocument__Serialize__Unserialize extends DOMDocument
60 class SerializableDomDocumentSerializeUnserialize extends DOMDocument implements Serializable
/php-src/ext/pdo/tests/
H A Dpdo_014.phpt23 class TestClass
34 $stmt = $db->query($SELECT, PDO::FETCH_CLASS, TestClass::class, array('WOW'));
49 class PDOStatementAggregate extends PDOStatement implements IteratorAggregate
/php-src/ext/opcache/tests/opt/
H A Dgh8140b.phpt2 GH-8140 (Wrong first class callable by name optimization)
/php-src/Zend/tests/traits/
H A Derror_002.phpt6 class A {
/php-src/Zend/tests/type_declarations/
H A Dtyped_properties_027.phpt6 class Foo {
H A Dtyped_properties_028.phpt5 class Foo {
H A Dtyped_properties_041.phpt6 class Foo {
/php-src/ext/spl/tests/SplFileObject/
H A Dbug51532.phpt6 class A extends SplFileObject {
/php-src/Zend/tests/
H A Dbug76451_2.phpt5 class Foo {}
H A Dclass_constants_005.phpt8 eval("class A {const a = A;}");
H A Dinterface_with_tostring.phpt10 $rc = new ReflectionClass(MyStringable::class);
H A Dbug41633_1.phpt5 class Foo {
/php-src/ext/standard/tests/serialize/
H A Dserialization_objects_incomplete.phpt2 Check behaviour of incomplete class
/php-src/Zend/tests/attributes/
H A D008_wrong_attribution.phpt10 Fatal error: Attribute "Attribute" cannot target function (allowed targets: class) in %s
H A D019_variable_attribute_name.phpt7 class A {}

Completed in 22 milliseconds

1...<<101102103104105106107108109110>>...219