Home
last modified time | relevance | path

Searched refs:public (Results 376 – 400 of 1944) sorted by relevance

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

/PHP-7.4/ext/standard/tests/class_object/
H A Dget_class_methods_basic_003.phpt16 public function pubI();
21 public function pubI() {}
25 public function pubC() {}
27 public static function testFromC() {
/PHP-7.4/ext/spl/tests/
H A Dobserver_004.phpt8 public $test = 25;
10 public function __construct($test = 42)
18 public $bla = 25;
20 public function __construct($bla = 26)
H A Dbug32134.phpt9 public function __construct($array = array())
14 public function offsetGet($index)
22 public function offsetSet($index, $newval)
H A Dbug45614.phpt8 public $pub1 = 'public1';
9 public $pub2 = 'public2';
10 public $pub3 = 'public3';
11 public $pub4 = 'public4';
/PHP-7.4/ext/standard/tests/serialize/
H A Dbug72663.phpt7 public function __wakeup() {
10 public function __destruct() {
16 public function __wakeup() {
19 public function __destruct() {
/PHP-7.4/ext/reflection/tests/
H A DReflectionProperty_basic1.phpt38 public $pub;
39 static public $stat = "static property";
55 string(35) "Property [ <default> public $pub ]
60 string(35) "Property [ <default> public $pub ]
65 Property [ <default> public $pub ]
88 string(33) "Property [ public static $stat ]
93 string(33) "Property [ public static $stat ]
98 Property [ public static $stat ]
H A DReflectionClassConstant_getValue.phpt27 Constant [ public int X ] { 2 }
32 Constant [ public int X ] { 2 }
33 Constant [ public int Y ] { 1 }
H A DReflectionClass_isIterateable_basic.phpt9 public function __construct() { }
10 public function key() {}
11 public function current() {}
H A Dbug78895.phpt6 abstract public function f1();
9 public function f2();
12 abstract public function f2();
H A DReflectionClass_getExtension_variation.phpt11 public $varX;
12 public $varY;
/PHP-7.4/Zend/tests/traits/
H A Dbug75607.phpt8 public static $prop1 = 1;
13 public static $prop1 = 1;
H A Dinterface_001.phpt7 public function abc() {
12 public function abc();
H A Dmethods_003.phpt7 public function __construct() {
10 public function __destruct() {
/PHP-7.4/Zend/tests/
H A Dbug30162.phpt7 public function __construct() {
16 public function __construct() {
28 public function __toString() {
H A Dgc_017.phpt8 public $name;
9 public $children;
10 public $parent;
H A Dlsb_005.phpt7 public static function test() {
19 public static function test() {
27 public static function test() {
H A Dlsb_010.phpt8 public static function bar() {
11 public function __construct() {
14 public function __destruct() {
H A Dlsb_021.phpt6 public static function test() {
12 public static function testForward() {
20 public static function testNoForward() {
H A Dbug43703.phpt11 abstract public function evaluate(JoinPoint $joinPoint);
16 public function evaluate(Joinpoint $joinPoint)
/PHP-7.4/ext/standard/tests/array/
H A Darray_fill_object.phpt25 //class with public member, static member , constant and consturctor to initialize the public member
29 public static $test1_static = 0;
30 public $member1;
44 public $member2;
57 public static $test2_static = 0;
85 public static $test3_static = 0;
113 public static $test4_static = 0;
114 public $member1;
141 public $member1;
162 public function display();
[all …]
/PHP-7.4/tests/classes/
H A Dinterface_optional_arg_002.phpt7 public function bar();
12 public function bar($arg = 2) {
/PHP-7.4/ext/mbstring/tests/
H A Dcommon.inc14 public $s1 = '���ܸ�EUC-JP��ʸ����';
15 public $s2 = 'English Text';
/PHP-7.4/Zend/tests/variadic/
H A Dvariadic_implements_non_variadic.phpt7 public function query($query);
11 public function query($query, ...$params) { }
/PHP-7.4/Zend/tests/anon/
H A D010.phpt7 public function m1() { return 42; }
11 public function m2() {
/PHP-7.4/ext/opcache/tests/
H A Dbug79193.phpt7 public static $foo;
8 public static function method($bar) {

Completed in 26 milliseconds

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