Home
last modified time | relevance | path

Searched refs:public (Results 26 – 50 of 1944) sorted by relevance

12345678910>>...78

/PHP-7.4/Zend/tests/
H A Dbug32674.phpt9 public function __construct() {
12 public function rewind() {
16 public function count() {
20 public function current() {
25 public function next() {
30 public function key() {
36 public function valid() {
44 public $dummy;
H A Dbug70321.phpt8 public function __construct()
12 public function & __get($key)
18 public function & offsetGet($key) {
22 public function offsetSet($key, $val) {
24 public function offsetUnset($key) {
26 public function offsetExists($key) {
29 class bar { public $onBaz = []; }
H A Dbug30702.phpt12 public $c1=bar::C1;
13 public $c2=bar::C2;
15 public $c3=self::C1;
16 public $c4=self::C2;
18 public $c5=foo::C1;
19 public $c6=parent::C1;
H A Dlsb_015.phpt9 public static function bla() {
12 public static function getException() {
19 public static function throwException_after() {
22 public static function throwException() {
25 public static function test() {
28 public static function who() {
32 public static function mycatch() {
48 public static function simpleCatch() {
59 public static function who() {
H A Dbug64720.phpt7 public static function getInstance() {
14 public function __destruct() {
20 public function __construct() {
27 public function __construct() {
33 public function __destruct() {
38 public function test() {
H A Dassign_coalesce_002.phpt29 public function offsetExists($k) {
32 public function &offsetGet($k) {
36 public function offsetSet($k,$v) {}
37 public function offsetUnset($k) {}
41 public function __destruct() {
55 public function offsetExists($k) {
58 public function offsetGet($k) {
61 public function offsetSet($k,$v) {}
62 public function offsetUnset($k) {}
H A Dbug32993.phpt7 public $arr = array();
9 public function rewind() { return reset($this->arr); }
10 public function current() { throw new Exception(); }
11 public function key() { return key($this->arr); }
12 public function next() { return next($this->arr); }
13 public function valid() { return (current($this->arr) !== false); }
H A Dlist_destructuring_to_special_variables.phpt7 public $values = [];
8 public function __set($name, $value) {
14 public $values = [];
15 public function offsetSet($name, $value) {
18 public function offsetGet($name) {}
19 public function offsetExists($name) {}
20 public function offsetUnset($name) {}
H A Dbug30346.phpt8 public function __construct() { }
9 public function offsetExists( $offset ) { return false; }
10 public function offsetGet( $offset ) { return $offset; }
11 public function offsetSet( $offset, $data ) { }
12 public function offsetUnset( $offset ) { }
H A Dobjects_032.phpt7 public $foo = array();
9 public function &offsetGet($n) {
13 public function offsetSet($n, $v) {
15 public function offsetUnset($n) {
17 public function offsetExists($n) {
H A Dobjects_021.phpt7 static public $i = 0;
9 public function __construct() {
13 public function __set($a, $b) {
17 public function __get($a) {
21 public function __call($a, $b) {
/PHP-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_001.phpt6 public int $int;
7 public float $float;
8 public bool $bool;
9 public array $array;
10 public stdClass $std;
11 public iterable $it;
13 public function __construct(int $int, float $float, bool $bool, array $array, stdClass $std) {
H A Dtyped_properties_052.phpt8 public A $a1;
9 public \B $b1;
10 public Foo\C $c1;
11 public ?A $a2;
12 public ?\B $b2;
13 public ?Foo\C $c2;
H A Dtypes_in_ast.phpt10 public $a;
11 public int $b;
12 public ?int $c;
19 public $a;
20 public int $b;
21 public ?int $c;
/PHP-7.4/ext/spl/tests/
H A Darray_005.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() {
H A Dbug74669.phpt8 public $container;
9 public $iterator;
11 public function __construct()
17 public function append($element)
22 public function current()
27 public function next()
32 public function key()
37 public function valid()
42 public function rewind()
50 public function __construct()
/PHP-7.4/ext/session/tests/
H A Dbug71162.phpt14 public function open($path, $sessname) {
18 public function close() {
22 public function read($sessid) {
26 public function write($sessid, $sessdata) {
31 public function destroy($sessid) {
35 public function gc($maxlifetime) {
39 public function create_sid() {
43 public function validateId($sid) {
47 public function updateTimestamp($sessid, $sessdata) {
H A Dbug80889.phpt10 public function open($savePath, $sessionName) {
13 public function close() {
16 public function read($id) {
19 public function write($id, $data) {
22 public function destroy($id) {
25 public function gc($maxlifetime) {
H A Dsession_set_save_handler_class_018.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() {
61 public function validate_sid($id) {
/PHP-7.4/tests/classes/
H A Dunset_properties.phpt15 public function __get($name)
20 public function __set($name, $value)
26 public function __isset($name)
32 public function getPublicProperty()
37 public function setPublicProperty($publicProperty)
42 public function unsetProtectedProperty()
47 public function getProtectedProperty()
57 public function unsetPrivateProperty()
62 public function getPrivateProperty()
73 // verifying public property
[all …]
/PHP-7.4/sapi/cli/tests/
H A D005.phpt65 Method [ <internal:Core, ctor> public method __construct ] {
74 Method [ <internal:Core> public method __wakeup ] {
77 Method [ <internal:Core, prototype Throwable> final public method getMessage ] {
80 Method [ <internal:Core, prototype Throwable> final public method getCode ] {
83 Method [ <internal:Core, prototype Throwable> final public method getFile ] {
86 Method [ <internal:Core, prototype Throwable> final public method getLine ] {
89 Method [ <internal:Core, prototype Throwable> final public method getTrace ] {
92 Method [ <internal:Core, prototype Throwable> final public method getPrevious ] {
95 Method [ <internal:Core, prototype Throwable> final public method getTraceAsString ] {
98 Method [ <internal:Core, prototype Throwable> public method __toString ] {
/PHP-7.4/ext/json/tests/
H A Dbug61978.phpt9 public $test;
10 public $me;
11 public function __construct() {
18 public $test;
19 public function __construct() {
22 public function jsonSerialize() {
/PHP-7.4/Zend/tests/anon/
H A D004.phpt8 public function __construct($data) {
12 public function getArrayAccess() {
15 public function offsetGet($offset) { return $this->data[$offset]; }
16 public function offsetSet($offset, $data) { return ($this->data[$offset] = $data); }
17 public function offsetUnset($offset) { unset($this->data[$offset]); }
18 public function offsetExists($offset) { return isset($this->data[$offset]); }
/PHP-7.4/ext/standard/tests/general_functions/
H A Dcallbacks_001.phpt6 public static function who() {
9 public static function who2() {
15 public static function who() {
21 public function call($cb) {
25 public function test() {
37 public static function who() {
43 public static function who() {
52 public function who() {
61 public function who() {
64 public function call($cb) {
[all …]
/PHP-7.4/ext/opcache/tests/
H A Dbug77275.phpt11 class Bar { public function get() {} }
13 public function offsetSet($offset, $value) { throw new \Exception; }
14 public function offsetGet($offset) { var_dump($offset); }
15 public function offsetExists($offset) { throw new \Exception; }
16 public function offsetUnset($offset) { throw new \Exception; }
19 public function run() {

Completed in 25 milliseconds

12345678910>>...78