Home
last modified time | relevance | path

Searched refs:public (Results 226 – 250 of 1944) sorted by relevance

12345678910>>...78

/PHP-7.4/Zend/tests/
H A Ddebug_info-error-1.phpt7 public $val;
8 public function __debugInfo() {
11 public function __construct($val) {
H A Dbug46308.phpt7 public static $dummy = NULL ;
8 public static $dataAccessor = NULL ;
17 public function __get( $name )
H A Ddebug_info-error-0.0.phpt7 public $val;
8 public function __debugInfo() {
11 public function __construct($val) {
H A Ddebug_info-error-1.0.phpt7 public $val;
8 public function __debugInfo() {
11 public function __construct($val) {
H A Ddebug_info-error-empty_str.phpt7 public $val;
8 public function __debugInfo() {
11 public function __construct($val) {
H A Ddebug_info-error-false.phpt7 public $val;
8 public function __debugInfo() {
11 public function __construct($val) {
H A Ddebug_info-error-str.phpt7 public $val;
8 public function __debugInfo() {
11 public function __construct($val) {
H A Ddebug_info-error-true.phpt7 public $val;
8 public function __debugInfo() {
11 public function __construct($val) {
H A Dcall_static_007.phpt7 public function __call($a, $b) {
10 static public function __callStatic($a, $b) {
13 public function baz() {
H A Ddebug_info-error-object.phpt7 public $val;
8 public function __debugInfo() {
11 public function __construct($val) {
/PHP-7.4/tests/classes/
H A Ddestructor_and_globals.phpt16 public function __construct() {
22 public function Show() {
27 public function __destruct() {
32 static public function destroy(&$obj) {
H A Dclone_004.phpt6 public $a = 'base';
13 public $b = 'test';
16 public function __clone() {}
18 public function show() {
/PHP-7.4/ext/standard/tests/serialize/
H A Dbug71940.phpt10 public function __construct($role)
20 public function __construct(Identity $identity)
25 public function serialize()
30 public function unserialize($serialized)
H A Dbug64354_3.phpt6 public function __sleep() {
12 public function serialize() {
16 public function unserialize($data) {
/PHP-7.4/ext/sqlite3/tests/
H A Dsqlite3_blob_bind_resource.phpt16 public function stream_open() { return true; }
17 public function stream_eof() { return true; }
18 public function stream_read() { return NULL; }
19 public function stream_stat() { return array(); }
/PHP-7.4/Zend/tests/type_declarations/variance/
H A Dclass_order_autoload_error6.phpt9 public function method(): X {}
14 public function method(): Y {}
19 public function method(): X {}
24 public function method(): Unknown {}
/PHP-7.4/ext/reflection/tests/
H A DReflectionMethod_getPrototype_basic.phpt2 public ReflectionMethod ReflectionMethod::getPrototype ( void );
8 public function sayHelloTo($name) {
14 public function sayHelloTo($name) {
H A Dbug75231.phpt7 public $prop;
8 public function __construct()
12 public function method()
H A DReflectionClass_getProperty_003.phpt9 static public $pubC = "pubC in A";
13 static public $pubA = "pubA in A";
19 static public $pubC = "pubC in B";
23 static public $pubB = "pubB in B";
29 static public $pubC = "pubC in C";
35 static public $pubC = "pubC in X";
113 Cannot access non-public member C::$protA
131 Cannot access non-public member C::$protB
149 Cannot access non-public member C::$protC
157 Cannot access non-public member C::$privC
[all …]
H A Dbug72174.phpt10 public function __construct()
15 public function __isset($name)
21 public function __get($name)
/PHP-7.4/ext/spl/tests/
H A Dspl_autoload_011.phpt8 public $var = 1;
9 public function autoload() {
12 public function __destruct() {
H A Dbug38618.phpt8 public $title;
10 public function __construct($title)
15 public function __toString()
25 public function __construct($title)
30 public function __toString()
/PHP-7.4/Zend/tests/anon/
H A D008.phpt6 public static $foo;
9 public function __construct($foo, $bar) {
14 public static function getBar() {
/PHP-7.4/tests/lang/
H A DforeachLoopObjects.004.phpt7 public $a = "Original a";
8 public $b = "Original b";
9 public $c = "Original c";
10 public $d = "Original d";
11 public $e = "Original e";
/PHP-7.4/Zend/tests/try/
H A Dtry_finally_016.phpt7 public $a = 1;
8 public $b = 2;
10 public function __destruct() {

Completed in 36 milliseconds

12345678910>>...78