Home
last modified time | relevance | path

Searched refs:prototype (Results 1 – 25 of 41) sorted by relevance

12

/PHP-8.3/sapi/cli/tests/
H A D005.phpt85 Method [ <internal:Core, prototype Throwable> final public method getMessage ] {
92 Method [ <internal:Core, prototype Throwable> final public method getCode ] {
98 Method [ <internal:Core, prototype Throwable> final public method getFile ] {
105 Method [ <internal:Core, prototype Throwable> final public method getLine ] {
112 Method [ <internal:Core, prototype Throwable> final public method getTrace ] {
119 Method [ <internal:Core, prototype Throwable> final public method getPrevious ] {
126 Method [ <internal:Core, prototype Throwable> final public method getTraceAsString ] {
133 Method [ <internal:Core, prototype Stringable> public method __toString ] {
/PHP-8.3/ext/reflection/tests/
H A DReflectionClass_toString_002.phpt2 ReflectionClass::__toString() - verify 'inherits', 'overwrites' and 'prototype' parts of method rep…
69 Method [ <user, overwrites A, prototype A> public method f ] {
93 Method [ <user, inherits B, prototype A> public method f ] {
117 Method [ <user, overwrites B, prototype A> public method f ] {
H A DReflectionMethod_tentative_return_type.phpt48 string(%d) "Method [ <user, overwrites DateTimeZone, prototype DateTimeZone> static public method l…
63 string(191) "Method [ <internal:SPL, overwrites DirectoryIterator, prototype Iterator> public metho…
H A D010.phpt17 Method [ <user, overwrites Foo, prototype Foo> public method func ] {
H A Dbug74949.phpt24 Method Closure::__invoke does not have a prototype
H A DReflectionEnum_toString.phpt25 Method [ <internal, prototype UnitEnum> static public method cases ] {
H A DReflectionEnumUnitCase_getEnum.phpt25 Method [ <internal, prototype UnitEnum> static public method cases ] {
H A DReflectionClass_toString_003.phpt2 ReflectionClass::__toString() - verify 'inherits', 'overwrites' and 'prototype' parts of method rep…
/PHP-8.3/Zend/tests/
H A Dbug43200.phpt42 Method [ <user, prototype b> public method foo ] {
46 Method [ <user, inherits c, prototype a> public method bar ] {
H A Dinterface_constructor_prototype_002.phpt4 X::__constructor()'s prototype is set to B::__construct(). Y::__construct() then
5 uses prototype to verify LSP, but misses A::__construct() which has a stricter
H A Dgh14009_003.phpt2 GH-14009: Traits inherit prototype
H A Dprototype_range.phpt2 Range information from a prototype method should not be used
H A Dgh14009_002.phpt2 GH-14009: Traits inherit prototype
H A Dargument_restriction_006.phpt2 Bug #60174 (Notice when array in method prototype error)
H A Dgrandparent_prototype.phpt2 Protected visibility test case with a grandparent prototype
H A Dgh14009_004.phpt2 GH-14009: Traits inherit prototype
H A Dgh14009_001.phpt2 GH-14009: Traits inherit prototype
H A Dgh14009_005.phpt2 GH-14009: Traits inherit prototype
/PHP-8.3/ext/ffi/tests/
H A D027.phpt82 FFI\ParserException: "[*]" is not allowed in other than function prototype scope at line 1
83 FFI\ParserException: "[*]" is not allowed in other than function prototype scope at line 1
84 FFI\ParserException: "[*]" is not allowed in other than function prototype scope at line 1
/PHP-8.3/Zend/tests/type_declarations/
H A Dparent_is_not_proto.phpt2 The parent class is not necessarily the class of the prototype
/PHP-8.3/ext/date/tests/
H A Dbug55407.phpt2 Bug #55407 (Impossible to prototype DateTime::createFromFormat)
/PHP-8.3/Zend/tests/variadic/
H A Dadding_additional_optional_parameter_error.phpt2 Additional optional parameters must have a matching prototype
/PHP-8.3/Zend/tests/traits/
H A Dinheritance003.phpt2 Trait method overrides base class method and satisfies prototype
/PHP-8.3/Zend/
H A Dzend_object_handlers.h198 ((fbc)->common.prototype ? (fbc)->common.prototype->common.scope : (fbc)->common.scope)
/PHP-8.3/ext/opcache/
H A Dzend_persist.c414 if (op_array->prototype) { in zend_persist_op_array_ex()
415 zend_function *ptr = zend_shared_alloc_get_xlat_entry(op_array->prototype); in zend_persist_op_array_ex()
418 op_array->prototype = ptr; in zend_persist_op_array_ex()
483 op_array->prototype = NULL; in zend_persist_op_array_ex()
729 if (op_array->prototype) { in zend_persist_class_method()
730 if ((persist_ptr = zend_shared_alloc_get_xlat_entry(op_array->prototype))) { in zend_persist_class_method()
731 op_array->prototype = (zend_function*)persist_ptr; in zend_persist_class_method()

Completed in 39 milliseconds

12