Home
last modified time | relevance | path

Searched refs:public (Results 426 – 450 of 1944) sorted by relevance

1...<<11121314151617181920>>...78

/PHP-7.4/ext/reflection/tests/
H A DReflectionClass_isIterateable_001.phpt13 public function next() {}
14 public function key() {}
15 public function rewind() {}
16 public function current() {}
17 public function valid() {}
20 public function getIterator() {}
/PHP-7.4/ext/standard/tests/array/
H A Darray_map_object3.phpt23 public $var1 = 10;
24 public static function staticParent1($n) {
35 public function __construct ( ) {
38 public $var2 = 5;
39 public static function staticChild($n) {
42 public function nonstaticChild($n) {
/PHP-7.4/ext/spl/tests/
H A Dobserver_005.phpt8 public $def = 24;
9 public $pub = 25;
13 public function __construct($pub = 42, $pro = 43, $pri = 44)
27 public $def = 24;
28 public $pub = 25;
32 public function __construct($pub = 52, $pro = 53, $pri = 54)
H A Diterator_001.phpt11 public function __construct($a)
17 public function rewind()
23 public function valid()
30 public function key()
36 public function current()
42 public function next()
48 public function greaterThan($comp)
57 public function seek($index)
/PHP-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_084.phpt12 public Foo $prop;
18 public Bar $prop;
H A Dtyped_properties_031.phpt9 public float $bar;
11 public function setBar($value) {
H A Dtyped_properties_006.phpt6 public int $qux;
10 public string $qux;
H A Dtyped_properties_008.phpt6 public int $qux;
10 public $qux;
H A Dtyped_properties_072.phpt7 public int $val;
9 public function __get($name) {
/PHP-7.4/tests/lang/
H A Dbug27535.phpt8 public $_Class2_obj;
13 public $storage = '';
/PHP-7.4/ext/curl/tests/
H A Dbug69485.phpt9 public $ch;
10 public function dummy() {
/PHP-7.4/Zend/tests/return_types/
H A Dinheritance005.phpt6 public static function test() : self {
12 public static function test() : self {
/PHP-7.4/Zend/tests/traits/
H A Dinheritance002.phpt8 public function sayHello() {
14 public function sayHello() {
H A Dbug74922c.phpt7 public $x = self::X;
10 public $x = self::X;
/PHP-7.4/Zend/tests/variadic/
H A Dadding_additional_optional_parameter.phpt7 public function query($query, string ...$params);
11 public function query($query, string $extraParam = null, string ...$params) { }
/PHP-7.4/Zend/tests/
H A Dbug54372.phpt7 public function __get($name)
12 public function b()
H A Dbug60444.phpt6 public function __construct() {
12 public static function foo(Foo $foo) {
H A Dbug29505.phpt7 public $empty = array();
8 public $three = array(1, "b"=>"c", 3=>array());
H A Dget_parent_class_001.phpt11 public function foo() {
17 public function __construct() {
H A Dclass_alias_005.phpt7 static public function msg() {
18 public function __construct() {
H A Dclass_alias_011.phpt7 static public function test() {
10 public function test2() {
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_serialize.phpt27 public function __destruct() {
31 public function __sleep() {
35 public function __wakeup() {
39 public function __call($method, $params) {
43 public function __set($prop, $value) {
48 public function __get($prop) {
54 public static function singleton($caller) {
65 public function serialize() {
70 public function unserialize($data) {
/PHP-7.4/sapi/fpm/tests/
H A Dresponse.inc48 public function __construct($data = null, $expectInvalid = false)
67 public function expectBody($body, $contentType = 'text/html')
96 public function expectEmptyBody()
106 public function expectHeader($name, $value)
117 public function expectError($errorMessage)
133 public function getBody($contentType = 'text/html')
145 public function dumpBody()
153 public function printBody()
161 public function debugOutput()
174 public function getErrorData()
/PHP-7.4/tests/classes/
H A Dconstants_visibility_001.phpt2 Class public constant visibility
6 public const publicConst = 'publicConst';
/PHP-7.4/Zend/tests/anon/
H A D002.phpt8 public function method();
12 public function method(){

Completed in 88 milliseconds

1...<<11121314151617181920>>...78