Searched refs:prototype (Results 1 – 25 of 41) sorted by relevance
12
/php-src/sapi/cli/tests/ |
H A D | 005.phpt | 85 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-src/ext/reflection/tests/ |
H A D | ReflectionClass_toString_002.phpt | 2 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 D | ReflectionMethod_tentative_return_type.phpt | 48 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 D | 010.phpt | 17 Method [ <user, overwrites Foo, prototype Foo> public method func ] {
|
H A D | bug74949.phpt | 24 Method Closure::__invoke does not have a prototype
|
H A D | ReflectionEnum_toString.phpt | 25 Method [ <internal, prototype UnitEnum> static public method cases ] {
|
H A D | ReflectionEnumUnitCase_getEnum.phpt | 25 Method [ <internal, prototype UnitEnum> static public method cases ] {
|
H A D | ReflectionClass_toString_003.phpt | 2 ReflectionClass::__toString() - verify 'inherits', 'overwrites' and 'prototype' parts of method rep…
|
/php-src/Zend/tests/ |
H A D | bug43200.phpt | 42 Method [ <user, prototype b> public method foo ] { 46 Method [ <user, inherits c, prototype a> public method bar ] {
|
H A D | interface_constructor_prototype_002.phpt | 4 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 D | gh14009_003.phpt | 2 GH-14009: Traits inherit prototype
|
H A D | prototype_range.phpt | 2 Range information from a prototype method should not be used
|
H A D | gh14009_002.phpt | 2 GH-14009: Traits inherit prototype
|
H A D | argument_restriction_006.phpt | 2 Bug #60174 (Notice when array in method prototype error)
|
H A D | grandparent_prototype.phpt | 2 Protected visibility test case with a grandparent prototype
|
H A D | gh14009_004.phpt | 2 GH-14009: Traits inherit prototype
|
H A D | gh14009_001.phpt | 2 GH-14009: Traits inherit prototype
|
H A D | gh14009_005.phpt | 2 GH-14009: Traits inherit prototype
|
/php-src/ext/ffi/tests/ |
H A D | 027.phpt | 82 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-src/Zend/tests/type_declarations/ |
H A D | parent_is_not_proto.phpt | 2 The parent class is not necessarily the class of the prototype
|
/php-src/ext/date/tests/ |
H A D | bug55407.phpt | 2 Bug #55407 (Impossible to prototype DateTime::createFromFormat)
|
/php-src/Zend/tests/variadic/ |
H A D | adding_additional_optional_parameter_error.phpt | 2 Additional optional parameters must have a matching prototype
|
/php-src/Zend/tests/traits/ |
H A D | inheritance003.phpt | 2 Trait method overrides base class method and satisfies prototype
|
/php-src/ext/opcache/ |
H A D | zend_persist.c | 414 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() 808 if (prop->prototype) { in zend_persist_property_info() 809 …rty_info *new_prototype = (zend_property_info *) zend_shared_alloc_get_xlat_entry(prop->prototype); in zend_persist_property_info() 811 prop->prototype = new_prototype; in zend_persist_property_info()
|
/php-src/Zend/ |
H A D | zend_object_handlers.h | 242 ((fbc)->common.prototype ? (fbc)->common.prototype->common.scope : (fbc)->common.scope)
|
Completed in 25 milliseconds
12