Home
last modified time | relevance | path

Searched refs:public (Results 51 – 75 of 1944) sorted by relevance

12345678910>>...78

/PHP-7.4/Zend/tests/
H A Dbug39297.phpt10 public $parent;
11 public $children = array();
13 public function offsetExists($offset) {
16 public function offsetUnset($offset) {
19 public function offsetSet($offset, $value) {
26 public function offsetGet($offset) {
H A Dbug36006.phpt7 public $dad;
8 public function __destruct() {
14 public $son;
15 public function __construct() {
19 public function __destruct() {
H A Dlsb_016.phpt8 public static function who() {
15 public function __get($var) {
19 public function __set($var, $val) {
23 public function __call($name, $args) {
27 public static function who() {
H A Dbug41209.phpt8 public function __construct()
13 public static function errorHandler($errno, $errstr, $errfile, $errline)
23 public function offsetGet($id) {}
25 public function offsetSet($id, $value) {}
27 public function offsetUnset($id) {}
29 public function offsetExists($id)
H A Dget_class_methods_003.phpt13 public function a() { }
17 static public function static_a() { }
23 public function aa() { }
24 public function bb() { }
28 public function __construct() {
34 public function __destruct() { }
/PHP-7.4/ext/reflection/tests/
H A DReflectionMethod_getModifiers_basic.phpt19 public function foo() {
33 public final function fin() {}
39 public function __clone() {}
41 public function __get($a) {}
45 public function __unset($a) {}
47 public function __isset($a) {}
51 public function __sleep() {}
53 public function __wakeup() {}
63 public function int();
64 public function __clone();
[all …]
H A Dbug33389.phpt40 Method [ <user> public method foo1 ] {
48 Method [ <user> public method foo2 ] {
56 Method [ <user> public method foo3 ] {
64 Method [ <user> public method foo4 ] {
72 Method [ <user> public method foo5 ] {
80 Method [ <user> public method bar ] {
88 Method [ <user> public method foo ] {
H A DReflectionClass_getModifierNames_basic.phpt20 public function e() {}
21 public static function f() {}
70 string(6) "public"
75 string(6) "public"
104 string(6) "public"
109 string(6) "public"
118 string(6) "public"
123 string(6) "public"
130 string(6) "public"
/PHP-7.4/ext/session/tests/
H A Dsession_set_save_handler_sid_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) {
39 public function destroy($id) {
43 public function gc($maxlifetime) {
52 public function create_sid() {
H A Dsession_set_save_handler_class_016.phpt22 public $path;
24 public function open($path, $name) {
32 public function close() {
36 public function read($id) {
40 public function write($id, $data) {
44 public function destroy($id) {
48 public function gc($maxlifetime) {
57 public function create_sid() {
H A Dsession_set_save_handler_class_017.phpt22 public $path;
24 public function open($path, $name) {
32 public function close() {
36 public function read($id) {
40 public function write($id, $data) {
44 public function destroy($id) {
48 public function gc($maxlifetime) {
57 public function create_sid() {
H A Dsession_set_save_handler_iface_003.phpt22 public $path;
24 public function open($path, $name) {
32 public function close() {
36 public function read($id) {
40 public function write($id, $data) {
45 public function destroy($id) {
49 public function gc($maxlifetime) {
58 public function create_sid() {
/PHP-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_101.phpt7 public bool $public;
11 public function dump() {
23 ["public"]=>
31 ["public"]=>
/PHP-7.4/Zend/tests/type_declarations/variance/
H A Dclass_order_autoload_error3.phpt9 public function method(): X {}
13 public function method(): Y {}
17 public function method(): Q {}
21 public function method(): R {}
25 public function method(): B {}
29 public function method(): A {}
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug35142.phpt49 public $audienceMemberId;
50 public $timestamp;
51 public $smokeStatus;
52 public $callInitiator;
64 public $timestamp;
73 public $version;
74 public $activityId;
75 public $messageId;
76 public $source;
77 public $logOnEvent;
[all …]
H A Dbug36226-2.phpt52 public $audienceMemberId;
53 public $timestamp;
54 public $smokeStatus;
55 public $callInitiator;
67 public $timestamp;
76 public $version;
77 public $activityId;
78 public $messageId;
79 public $source;
80 public $logOnEvent;
[all …]
/PHP-7.4/tests/classes/
H A Diterators_007.phpt7 public $arr = array(1, 2, 3);
8 public $x = 0;
10public function rewind() { if ($this->x == 0) throw new Exception(__METHOD__); reset($this->arr…
11public function current() { if ($this->x == 1) throw new Exception(__METHOD__); return current($…
12public function key() { if ($this->x == 2) throw new Exception(__METHOD__); return key($this…
13public function next() { if ($this->x == 3) throw new Exception(__METHOD__); next($this->arr)…
14public function valid() { if ($this->x == 4) throw new Exception(__METHOD__); return (key($thi…
/PHP-7.4/Zend/tests/array_unpack/
H A Dclasses.phpt7 public const FOO = [0, ...self::ARR, 4];
8 public const ARR = [1, 2, 3];
9 public static $bar = [...self::ARR];
13 public const A = [...self::B];
14 public const B = [...self::A];
/PHP-7.4/ext/spl/tests/
H A Dbug42703.phpt7 public function rewind() { }
9 public function next() { }
11 public function valid() {
15 public function current()
20 public function key() { }
H A Dbug37457.phpt10 public function __construct(array $a)
16 public function current()
22 public function key()
28 public function next()
34 public function valid()
40 public function rewind()
49 public function accept()
H A Diterator_003.phpt11 public function __construct($id, $name)
17 public function __toString()
22 public function getId()
32 public function __construct(ArrayObject $students, Student $other)
38 public function accept()
49 public function __construct()
54 public function add(Student $student)
61 public function contains(Student $student)
72 public function getIterator() {
/PHP-7.4/ext/standard/tests/serialize/
H A Dbug49649_1.phpt13 * public $public = 3;
15 * public $notThere = 'old';
26 protected $public = null;
37 ["public":protected]=>
H A D__serialize_003.phpt7 public function __sleep() {
11 public function __wakeup() {
15 public function __serialize() {
20 public function __unserialize(array $data) {
25 public function serialize() {
30 public function unserialize($payload) {
/PHP-7.4/Zend/tests/traits/
H A Dbug55554c.phpt12 public function __construct() {
15 public function ReportCollision() {
21 public function __construct() {
24 public function ReportCollision() {
32 public function __construct() {
35 public function ReportCollision() {
/PHP-7.4/ext/snmp/tests/
H A Dreflection.phpt25 Method [ <internal:snmp, ctor> public method __construct ] {
35 Method [ <internal:snmp> public method close ] {
40 Method [ <internal:snmp> public method setSecurity ] {
52 Method [ <internal:snmp> public method get ] {
59 Method [ <internal:snmp> public method getnext ] {
66 Method [ <internal:snmp> public method walk ] {
75 Method [ <internal:snmp> public method set ] {
83 Method [ <internal:snmp> public method getErrno ] {
88 Method [ <internal:snmp> public method getError ] {

Completed in 44 milliseconds

12345678910>>...78