php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
dl_test.stub.php
Go to the documentation of this file.
1<?php
2
7
8function dl_test_test1(): void {}
9
10function dl_test_test2(string $str = ""): string {}
11
12class DlTest {
13 public function test(string $str = ""): string {}
14}
15
17 public int $a;
18 public function test(string $str = ""): string {}
19}
20
22}
23
test(string $str="")
test(string $str="")
dl_test_test2(string $str="")
dl_test_test1()
ZEND_API void(ZEND_FASTCALL *zend_touch_vm_stack_data)(void *vm_stack_data)
function(EX_VAR(opline->result.var))