Home
last modified time | relevance | path

Searched refs:public (Results 1 – 25 of 1944) sorted by relevance

12345678910>>...78

/PHP-7.4/ext/reflection/tests/
H A DReflectionClass_toString_001.phpt15 Constant [ public int IS_IMPLICIT_ABSTRACT ] { 16 }
16 Constant [ public int IS_EXPLICIT_ABSTRACT ] { 64 }
17 Constant [ public int IS_FINAL ] { 32 }
34 Property [ <default> public $name ]
57 Method [ <internal:Reflection> public method getName ] {
63 Method [ <internal:Reflection> public method isInternal ] {
105 Method [ <internal:Reflection> public method getEndLine ] {
123 Method [ <internal:Reflection> public method hasMethod ] {
130 Method [ <internal:Reflection> public method getMethod ] {
234 Method [ <internal:Reflection> public method isTrait ] {
[all …]
/PHP-7.4/ext/oci8/tests/
H A Dreflection2.phpt30 Method [ <internal%s> public method load ] {
36 Method [ <internal%s> public method tell ] {
42 Method [ <internal%s> public method truncate ] {
49 Method [ <internal%s> public method erase ] {
57 Method [ <internal%s> public method flush ] {
83 Method [ <internal%s> public method read ] {
90 Method [ <internal%s> public method eof ] {
96 Method [ <internal%s> public method seek ] {
104 Method [ <internal%s> public method write ] {
119 Method [ <internal%s> public method size ] {
[all …]
/PHP-7.4/Zend/tests/type_declarations/
H A Dadd_return_type.phpt7 public function a();
8 public function b();
9 public function c();
10 public function d();
14 public function a() : stdClass;
15 public function c() : callable;
16 public function b() : array;
17 public function d() : int;
H A Dtyped_properties_016.phpt6 public int $int = 1;
7 public float $flt = 2.2;
8 public float $flt2 = 2;
9 public array $arr = [];
10 public bool $bool = false;
11 public iterable $iter = [];
/PHP-7.4/tests/lang/
H A Dbug27439.phpt7 public $a = 1;
8 public $b = 2;
9 public $c = 3;
13 public $array = array(1,2,3);
14 public $string = "string";
28 public function case1() {
34 public function case2() {
38 public function case3() {
42 public function case4() {
46 public function case5() {
[all …]
/PHP-7.4/ext/standard/tests/serialize/
H A Dbug49649.phpt2 Bug #49649 (unserialize() doesn't handle changes in property visibility) - to public
13 * public $public = 3;
15 * public $notThere = 'old';
26 public $public = null;
28 public $protected = null;
30 public $private = null;
37 ["public"]=>
H A Dbug64146.phpt10 public $a = array();
12 public function __construct()
21 public $b;
23 public function __construct($c)
28 public function serialize()
33 public function unserialize($data)
41 public $c;
43 public function __construct($c)
/PHP-7.4/Zend/tests/closures/
H A Dclosure_from_callable.inc51 public function publicInstanceFunc($param1)
56 public function closePrivateValid()
61 public function closePrivateStatic()
66 public function bar($param1)
71 public function getCallable()
76 public function getSelfPublicInstance()
91 public function closePrivateStaticInvalid()
97 public function closePrivateInvalid()
107 public function closeProtectedValid()
137 public function __call($name, $arguments)
[all …]
/PHP-7.4/ext/opcache/tests/
H A Dpreload_variance.inc6 public function method(X $a) {}
9 public function method($a) : X {}
14 public function method($a): self {}
15 public function method2($a): C {}
18 public function method($a): self {}
19 public function method2($a): D {}
26 public function method($a): I {}
29 public function method($a): J {}
34 public function method($a): K {}
37 public function method($a): L {}
[all …]
/PHP-7.4/tests/classes/
H A Dclone_003.phpt7 public $p2 = 'base:2';
8 public $p3 = 'base:3';
9 public $p4 = 'base:4';
10 public $p5 = 'base:5';
12 public function __clone() {
17 public $p1 = 'test:1';
18 public $p3 = 'test:3';
19 public $p4 = 'test:4';
20 public $p5 = 'test:5';
21 public function __clone() {
H A Dprivate_members_serialization.phpt9 public $public = 'public';
14 public function __sleep()
16 return array("\0foo\0private", 'protected', 'public');
23 …2:"\0foo\0private";s:7:"private";s:12:"\0*\0protected";s:9:"protected";s:6:"public";s:6:"public";}"
H A Darray_conversion_keys.phpt9 public $public = 'public';
17 'public' => 'public',
H A Dbug26737.phpt9 public $public = 'public';
11 public function __sleep()
13 return array('private', 'protected', 'public', 'no_such');
22 …0private";s:7:"private";s:12:"\0*\0protected";s:9:"protected";s:6:"public";s:6:"public";s:7:"no_su…
/PHP-7.4/Zend/tests/
H A Dbug52614.phpt6 public $a1;
7 public $a2 = array();
8 public $a3;
9 public $o1;
10 public $o2;
12 public function f1() {
16 public function f2() {
20 public function f3() {
25 public function f4() {
29 public function f5() {
[all …]
H A Dbug60573.phpt7 public function setSelf(self $s) { }
13 public function setSelf(parent $s) { }
19 public function setSelf(Foo2 $s) { }
25 public function setSelf(parent $s) { }
34 public function setSelf(parent $s) { }
40 public function setSelf(Base $s) { }
46 public function setSelf(self $s) { }
52 public function setSelf(self $s) { }
58 public function setSelf(parent $s) { }
64 public function setSelf(parent $s) { }
[all …]
H A Dlsb_020.phpt2 ZE2 Late Static Binding properties and methods declared as public and overridden as public.
6 public static $staticVar;
8 public static function staticFunction() {
12 public static function testStaticVar() {
18 public static function testStaticFunction() {
24 public static $staticVar;
26 public static function staticFunction() {
H A Dbug72101.phpt7 public function __construct($callback) {
10 public function invoke($invocation) {
17 public function addMatcher( $matcher) {
20 public function invoke( $invocation) {
28 public $stub = null;
29 public function invoked($invocation) {
35 public function bar(&$a, &$b, $c) {
38 public function callback(&$a, &$b, $c) {
43 public $parameters;
50 public $inv_mocker;
[all …]
H A Dbug26010.phpt8 public $public = 'public';
16 ["public"]=>
17 string(6) "public"
H A Dlist_keyed_evaluation_order.inc8 public function __construct(string $name) {
12 public function __toString(): string {
21 public function __construct(array $array) {
25 public function offsetExists($offset): bool {
30 public function offsetUnset($offset): void {
35 public function offsetGet($offset) {
40 public function offsetSet($offset, $value): void {
51 public function __construct(string $label, Indexable $indexable) {
56 public function getIndexable(): Indexable {
/PHP-7.4/ext/sqlite3/tests/
H A Dstream_test.inc6 public static $string_length = 10;
7 public static $string = "abcdefg\0hi";
9 public function stream_open($path, $mode, $options, &$opened_path)
15 public function stream_read($count)
22 public function stream_write($data)
27 public function stream_stat()
32 public function stream_tell()
37 public function stream_eof()
/PHP-7.4/ext/session/tests/
H A Dbug79091.phpt11 public function close()
16 public function destroy($session_id)
21 public function gc($maxlifetime)
26 public function open($save_path, $session_name)
31 public function read($session_id)
36 public function write($session_id, $session_data)
41 public function create_sid()
46 public function updateTimestamp($key, $val)
51 public function validateId($key)
H A Dsession_set_save_handler_iface_002.phpt22 public function open($path, $name);
23 public function close();
24 public function read($id);
25 public function write($id, $data);
26 public function destroy($id);
27 public function gc($maxlifetime);
31 public $path;
41 public function close() {
45 public function read($id) {
53 public function destroy($id) {
[all …]
/PHP-7.4/ext/spl/tests/
H A Dbug73423.phpt8 public $foo = [];
10 public Function current ()
15 public Function key ()
20 public Function next ()
25 public Function rewind ()
30 public Function valid ()
35 public Function getChildren ()
40 public Function hasChildren ()
49 public Function __destruct ()
56 public Function accept ()
H A Dbug65328.phpt27 public function getHead()
36 public function find($uid)
71 public function getIterator()
140 public function getUid()
181 public function getData()
227 public function current()
235 public function key()
243 public function next()
251 public function rewind()
259 public function valid()
[all …]
/PHP-7.4/ext/standard/tests/class_object/
H A Dget_class_vars_variation2.phpt22 public $pub = "public var";
26 static public $pubs = "public static var";
84 string(10) "public var"
86 string(17) "public static var"
92 string(10) "public var"
98 string(17) "public static var"
108 string(10) "public var"
124 string(10) "public var"
136 string(10) "public var"
148 string(10) "public var"
[all …]

Completed in 48 milliseconds

12345678910>>...78