Server IP : 104.21.38.3 / Your IP : 162.158.190.36 Web Server : Apache System : Linux krdc-ubuntu-s-2vcpu-4gb-amd-blr1-01.localdomain 5.15.0-142-generic #152-Ubuntu SMP Mon May 19 10:54:31 UTC 2025 x86_64 User : www ( 1000) PHP Version : 7.4.33 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /www/server/php/80/src/ext/zend_test/ |
Upload File : |
<?php /** @generate-function-entries static */ namespace { interface _ZendTestInterface { } /** @alias _ZendTestClassAlias */ class _ZendTestClass { public static function is_object(): int {} /** * @deprecated * @return string */ public function __toString() {} public function returnsStatic(): static {} } class _ZendTestChildClass extends _ZendTestClass { } trait _ZendTestTrait { public function testMethod(): bool {} } final class ZendTestAttribute { } function zend_test_array_return(): array {} function zend_test_nullable_array_return(): ?array {} function zend_test_void_return(): void {} /** @deprecated */ function zend_test_deprecated(mixed $arg = null): void {} function zend_create_unterminated_string(string $str): string {} function zend_terminate_string(string &$str): void {} function zend_leak_variable(mixed $variable): void {} function zend_leak_bytes(int $bytes = 3): void {} function zend_string_or_object(object|string $param): object|string {} function zend_string_or_object_or_null(object|string|null $param): object|string|null {} /** @param stdClass|string $param */ function zend_string_or_stdclass($param): stdClass|string {} /** @param stdClass|string|null $param */ function zend_string_or_stdclass_or_null($param): stdClass|string|null {} function zend_iterable(iterable $arg1, ?iterable $arg2 = null): void {} function zend_weakmap_attach(object $object, mixed $value): bool {} function zend_weakmap_remove(object $object): bool {} function zend_weakmap_dump(): array {} function zend_get_current_func_name(): string {} } namespace ZendTestNS { class Foo { public function method(): void {} } } namespace ZendTestNS2 { class Foo { public function method(): void {} } } namespace ZendTestNS2\ZendSubNS { function namespaced_func(): bool {} }