Home
last modified time | relevance | path

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

12

/PHP-8.1/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.1/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…
H A DReflectionClass_toString_001.phpt45 Method [ <internal:Reflection, prototype Stringable> public method __toString ] {
/PHP-8.1/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 Dprototype_range.phpt2 Range information from a prototype method should not be used
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
/PHP-8.1/ext/ffi/tests/
H A D027.phpt80 FFI\ParserException: "[*]" is not allowed in other than function prototype scope at line 1
81 FFI\ParserException: "[*]" is not allowed in other than function prototype scope at line 1
82 FFI\ParserException: "[*]" is not allowed in other than function prototype scope at line 1
/PHP-8.1/Zend/tests/type_declarations/
H A Dparent_is_not_proto.phpt2 The parent class is not necessarily the class of the prototype
/PHP-8.1/ext/date/tests/
H A Dbug55407.phpt2 Bug #55407 (Impossible to prototype DateTime::createFromFormat)
/PHP-8.1/Zend/tests/variadic/
H A Dadding_additional_optional_parameter_error.phpt2 Additional optional parameters must have a matching prototype
/PHP-8.1/Zend/tests/traits/
H A Dinheritance003.phpt2 Trait method overrides base class method and satisfies prototype
/PHP-8.1/Zend/
H A Dzend_object_handlers.h196 ((fbc)->common.prototype ? (fbc)->common.prototype->common.scope : (fbc)->common.scope)
H A Dzend_compile.h432 zend_function *prototype; member
487 zend_function *prototype; member
511 zend_function *prototype; member
/PHP-8.1/ext/opcache/
H A Dzend_persist.c415 if (op_array->prototype) { in zend_persist_op_array_ex()
416 zend_function *ptr = zend_shared_alloc_get_xlat_entry(op_array->prototype); in zend_persist_op_array_ex()
419 op_array->prototype = ptr; in zend_persist_op_array_ex()
484 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()
H A Dzend_file_cache.c468 SERIALIZE_PTR(op_array->prototype);
620 SERIALIZE_PTR(op_array->prototype);
1278 UNSERIALIZE_PTR(op_array->prototype);
1413 UNSERIALIZE_PTR(op_array->prototype);
/PHP-8.1/build/
H A Dax_gcc_func_attribute.m467 # Unsupported function attributes will be tested with a prototype
H A Dax_func_which_gethostbyname_r.m484 # assuming an implicit prototype. In which case, we're out of luck.
/PHP-8.1/Zend/Optimizer/
H A Dzend_optimizer.c1541 zend_function *prototype = op_array->prototype; in zend_optimize_script() local
1546 op_array->prototype = prototype; in zend_optimize_script()

Completed in 55 milliseconds

12