Home
last modified time | relevance | path

Searched refs:public (Results 151 – 175 of 2139) sorted by relevance

12345678910>>...86

/PHP-8.0/ext/session/tests/
H A Dbug78624.phpt17 public function open($path, $name) {
21 public function read($key) {
25 public function write($key, $data) {
29 public function close() {
33 public function destroy($key) {
37 public function gc($ts) {
H A Dsession_set_save_handler_class_008.phpt16 public $num;
17 public function __construct($num) {
21 public function __destruct() {
24 public function finish() {
29 public function write($id, $data) {
33 public function close() {
H A Dsession_set_save_handler_class_009.phpt16 public $num;
17 public function __construct($num) {
21 public function __destruct() {
24 public function finish() {
29 public function write($id, $data) {
33 public function close() {
H A Dsession_set_save_handler_class_010.phpt16 public $num;
17 public function __construct($num) {
21 public function __destruct() {
24 public function finish() {
29 public function write($id, $data) {
33 public function close() {
H A Dsession_set_save_handler_class_011.phpt16 public $num;
17 public $destroyed = false;
18 public function __construct($num) {
22 public function __destruct() {
26 public function write($id, $data) {
34 public function close() {
/PHP-8.0/Zend/tests/traits/bugs/
H A Dcase-sensitive.phpt8 public function M1() {}
9 public function M2() {}
13 public function M1() {}
14 public function M2() {}
/PHP-8.0/ext/spl/tests/
H A Dbug65006.phpt7 public static function init() {
10 public static function load($class) {}
14 public static function init() {
17 public static function load($class){}
H A Darray_003.phpt12 public $pub = "public";
40 [pub] => public
50 [pub] => public
58 pub => public
/PHP-8.0/Zend/tests/
H A Dbug31177.phpt7 public function query() {
11 public function select() {
15 public function select2() {
23 public function __construct($resource) {
H A Dbug69832.phpt7 public $foo = [Bar::A, __CLASS__][__CLASS__ != ""];
8 public $bar = Bar::A && __CLASS__;
9 public $baz = Bar::A ?: __CLASS__;
10 public $buzz = Bar::A ? __CLASS__ : 0;
H A Dlsb_019.phpt2 ZE2 Late Static Binding properties and methods declared as protected and overridden as public.
12 public static function testStaticVar() {
18 public static function testStaticFunction() {
24 public static $staticVar;
26 public static function staticFunction() {
H A DArrayAccess_indirect_append.phpt8 public function &offsetGet($name) {
15 public function offsetSet($name, $value) {
18 public function offsetUnset($name) {}
19 public function offsetExists($name) {}
H A Dget_class_vars_003.phpt7 public $a = 1;
13 static public $aa = 4;
23 public $aaa = 7;
27 public function __construct() {
H A Dobjects_034.phpt6 public function &offsetGet($n) {
8 public function offsetSet($n, $v) {
10 public function offsetUnset($n) {
12 public function offsetExists($n) {
H A Dctor_promotion_repeated_prop.phpt7 public $prop;
9 public function __construct(public $prop) {}
/PHP-8.0/Zend/tests/grammar/
H A Dsemi_reserved_006.phpt8 public function catch(){ echo __METHOD__, PHP_EOL; }
16 public static function catch(){ echo __METHOD__, PHP_EOL; }
23 public static function exit(){ echo __METHOD__, PHP_EOL; }
33 TraitA::list as public foreach;
34 TraitB::throw as public;
35 TraitB::self as public;
39 try as public attempt;
/PHP-8.0/tests/classes/
H A Dvisibility_003a.phpt9 public function f2() {}
18 public function f1() {}
19 public function f2() {}
25 public function f3() {}
H A Dvisibility_004a.phpt9 public function f2() {}
18 public function f1() {}
19 public function f2() {}
25 public function f4() {}
H A Dproperty_override_publicStatic_public.phpt2 Redeclare inherited public static property as public.
7 public static $p = "A::p (static)";
16 public $p = "B::p";
H A Dconstants_basic_004.phpt8 public static $sa_x = array(B::KEY => B::VALUE);
9 public $a_x = array(B::KEY => B::VALUE);
18 public static $sa_b = array(self::KEY => self::VALUE);
19 public $a_b = array(self::KEY => self::VALUE);
25 public static $sa_c_parent = array(parent::KEY => parent::VALUE);
26 public $a_c_parent = array(parent::KEY => parent::VALUE);
29 public static $sa_c_self = array(self::KEY => self::VALUE);
30 public $a_c_self = array(self::KEY => self::VALUE);
H A Dclone_002.phpt6 public $p1 = 1;
7 public $p2 = 2;
8 public $p3;
9 public function __clone() {
/PHP-8.0/Zend/tests/type_declarations/variance/
H A Dstringable.phpt7 public function test(): Stringable {}
10 public function test(): Bar {}
11 public function __toString() {}
/PHP-8.0/ext/reflection/tests/
H A DReflectionObject_isInstantiable_variation.phpt7 public static function reflectionObjectFactory() {
13 public function __construct() {}
14 public static function reflectionObjectFactory() {
21 public static function reflectionObjectFactory() {
28 public static function reflectionObjectFactory() {
H A DReflectionMethod_basic2.phpt17 public function foo() {
31 public function __destruct() {}
37 public function int();
55 string(%d) "Method [ <user, inherits TestClass> public method foo ] {
65 string(%d) "Method [ <user> static public method stat ] {
105 string(%d) "Method [ <user> abstract public method int ] {
115 string(%d) "Method [ <internal:Reflection, ctor> public method __construct ] {
129 string(%d) "Method [ <user> public method __destruct ] {
/PHP-8.0/ext/standard/tests/serialize/
H A D__serialize_001.phpt7 public $prop;
8 public $prop2;
9 public function __serialize() {
12 public function __unserialize(array $data) {

Completed in 21 milliseconds

12345678910>>...86