ru_php/ext/zend_test/tmp_methods.stub.php

12 lines
333 B
PHP

<?php
/** @generate-function-entries */
/**
* These methods will be added to a class at runtime
* @undocumentable
*/
class ZendTestTmpMethods {
public function testTmpMethodWithArgInfo(Foo|Bar|null $tmpMethodParamName = null, string $tmpMethodParamWithStringDefaultValue = "tmpMethodParamWithStringDefaultValue"): void {}
}