Home
last modified time | relevance | path

Searched refs:public (Results 176 – 200 of 2139) sorted by relevance

12345678910>>...86

/PHP-8.0/Zend/tests/traits/
H A Dconflict003.phpt8 public function smallTalk() {
11 public function bigTalk() {
17 public function smallTalk() {
20 public function bigTalk() {
H A Dlanguage005.phpt8 public function smallTalk() {
11 public function bigTalk() {
17 public function smallTalk() {
20 public function bigTalk() {
H A Dbug61998.phpt10 public function func() {
16 public function func() {
22 public function func() {
25 public function func2() {
28 public function func3() {
43 public function func2() {
/PHP-8.0/tests/classes/
H A Dproperty_override_public_publicStatic.phpt2 Redeclare inherited public property as public static.
7 public $p = "A::p";
16 public static $p = "B::p (static)";
H A Dinterfaces_001.phpt7 public function getMessage();
11 public $foo = "foo";
13 public function getMessage() {
H A Dinterfaces_002.phpt7 public function getMessage();
8 public function getErrno();
12 public $foo = "foo";
14 public function getMessage() {
/PHP-8.0/ext/spl/tests/
H A Dspl_autoload_called_scope.phpt7 public static function register() {
11 public static function autoload($class) {
17 public static function register() {
21 public static function runTest() {
H A Dbug73896.phpt6 public static function call($callable, array $args) {
12 public function __construct() {
16 public function __call($method, $args) {
24 public function doSomething() {
H A Dbug74058.phpt8 public function __construct($input = [])
13 public function offsetSet($x, $v)
19 public function offsetGet($x)
28 public function __construct($input = [])
33 public function offsetSet($x, $v)
39 public function offsetGet($x)
/PHP-8.0/Zend/tests/
H A Dbug65372.phpt10 public static function Get()
19 public $Manager;
26 public static function &GetCurrent()
31 public static function &Get()
H A Dbug68652.phpt8 public static function getInstance() {
15 public function __destruct() {
23 public static function getInstance() {
30 public function __destruct() {
H A Dns_064.phpt9 public $e = array();
11 public function __construct() {
15 public function __set($a, $b) {
18 public function __get($a) {
H A Dclass_properties_static.phpt6 public $b1 = 1 + 1;
7 public $b2 = 1 << 2;
8 public $b3 = "foo " . " bar " . " baz";
H A Dassign_coalesce_003.phpt12 public $data;
13 public function __construct($data = []) {
16 public function &offsetGet($k) {
20 public function offsetExists($k) {
24 public function offsetSet($k,$v) {
28 public function offsetUnset($k) { }
H A Daccess_modifiers_002.phpt7 static public public static final public final $var;
/PHP-8.0/Zend/tests/nullsafe_operator/
H A D032.phpt7 public $foo = 42;
9 public function method() {
14 public function bar() {
/PHP-8.0/ext/standard/tests/serialize/
H A D__serialize_004.phpt7 public $data;
8 public function __construct(array $data) {
11 public function __wakeup() {
19 public $data;
20 public function __construct(array $data) {
23 public function __serialize() {
26 public function __unserialize(array $data) {
/PHP-8.0/ext/session/tests/
H A Dsession_set_save_handler_class_002.phpt16 public $path;
18 public function open($path, $name) {
26 public function close() {
30 public function read($id) {
34 public function write($id, $data) {
38 public function destroy($id) {
43 public function gc($maxlifetime) {
H A Dsession_set_save_handler_iface_001.phpt16 public $path;
18 public function open($path, $name) {
26 public function close() {
30 public function read($id) {
34 public function write($id, $data) {
38 public function destroy($id) {
42 public function gc($maxlifetime) {
H A Dsession_set_save_handler_class_007.phpt16 public $num;
17 public function __construct($num) {
21 public function __destruct() {
24 public function finish() {
29 public function write($id, $data) {
33 public function close() {
/PHP-8.0/ext/standard/tests/streams/
H A Dbug67626.phpt7 public function stream_open() { return true; }
9 public function stream_read()
15 public function stream_eof()
20 public function stream_write()
/PHP-8.0/ext/reflection/tests/
H A Dbug63399.phpt6 public function run() {}
7 public function say() {}
11 public function run() {}
12 public function say() {}
H A DReflectionType_001.phpt80 public int $int;
81 public string $string;
82 public array $arr;
84 public stdClass $std;
86 public $mixed;
216 public int $int;
217 public string $string;
218 public array $arr;
220 public stdClass $std;
221 public OtherThing $other;
[all …]
H A DReflectionProperty_isInitialized.phpt7 public static ?string $ssv = null;
8 public static ?string $ss;
9 public static $s;
10 public ?int $iv = null;
11 public ?int $i;
12 public $n;
72 public $prop;
73 public int $intProp;
75 public function __isset($name) {
80 public function __get($name) {
[all …]
/PHP-8.0/Zend/tests/type_declarations/variance/
H A Dclass_order_autoload_error5.phpt9 public function method(): X {}
14 public function method(): Y {}
19 public function method(Y $a) {}
24 public function method(Z $a) {}
29 public function method($a) {}

Completed in 24 milliseconds

12345678910>>...86