Home
last modified time | relevance | path

Searched refs:private (Results 126 – 150 of 685) sorted by relevance

12345678910>>...28

/PHP-7.0/ext/reflection/tests/
H A Dbug45139.phpt7 private $foo;
12 private $baz;
13 private $quux;
18 private $baz;
/PHP-7.0/ext/spl/tests/
H A Dspl_autoload_013.phpt10 private $dir;
42 ["dir":"Autoloader":private]=>
47 ["dir":"Autoloader":private]=>
H A Darray_005.phpt8 private $id;
9 private $name;
30 private $id;
47 private $students;
H A Darray_001.phpt40 ["storage":"ArrayObject":private]=>
66 ["storage":"ArrayObject":private]=>
92 ["storage":"ArrayObject":private]=>
101 ["storage":"ArrayObject":private]=>
H A Ddllist_012.phpt13 ["flags":"SplDoublyLinkedList":private]=>
15 ["dllist":"SplDoublyLinkedList":private]=>
/PHP-7.0/ext/openssl/tests/
H A D001.phpt2 OpenSSL private key functions
6 if (!@openssl_pkey_new()) die("skip cannot create private key");
10 echo "Creating private key\n";
16 die("failed to create private key");
62 Creating private key
/PHP-7.0/Zend/tests/
H A Dget_class_vars_002.phpt8 private $b = 2;
9 private $c = 3;
14 static private $bb = 5;
H A Dbug45862.phpt2 Bug #45862 (get_class_vars is inconsistent with 'protected' and 'private' variables)
15 static private $priv = "private var";
H A Dbug27798.phpt2 Bug #27798 (private / protected variables not exposed by get_object_vars() inside class)
10 private $Baz = 3;
21 private $Baz = 4;
H A Dbug62892.phpt2 Bug #62892 (ReflectionClass::getTraitAliases crashes on importing trait methods as private)
12 MyTrait::run as private;
H A Dbug48770_2.phpt12 private function func2($str) {
18 private function func22($str) {
30 private function func2($str) {
52 Warning: call_user_func_array() expects parameter 1 to be a valid callback, cannot access private m…
/PHP-7.0/tests/classes/
H A Dprivate_004.phpt2 ZE2 A private method cannot be called in a derived class
9 private static function show() {
32 Fatal error: Uncaught Error: Call to private method pass::show() from context 'fail' in %s:%d
H A Dprivate_004b.phpt2 ZE2 A private method cannot be called in a derived class
9 private function show() {
35 Fatal error: Uncaught Error: Call to private method pass::show() from context 'fail' in %s:%d
H A Dprivate_005.phpt2 ZE2 A private method cannot be called in a derived class
9 private static function show() {
32 Fatal error: Uncaught Error: Call to private method pass::show() from context 'fail' in %s:%d
H A Dprivate_005b.phpt2 ZE2 A private method cannot be called in a derived class
9 private function show() {
35 Fatal error: Uncaught Error: Call to private method pass::show() from context 'fail' in %s:%d
H A Dprivate_redeclare.phpt2 ZE2 A derived class does not know anything about inherited private methods
6 private function show() {
38 Fatal error: Uncaught Error: Call to private method base::show() from context 'derived' in %s:%d
H A Dprivate_002.phpt2 ZE2 A private method cannot be called in another class
9 private static function show() {
35 Fatal error: Uncaught Error: Call to private method pass::show() from context 'fail' in %s:%d
H A Dvisibility_000b.phpt13 private function f4() {}
23 private function f4() {}
27 private function f0() {}
H A Dvisibility_001b.phpt13 private function f4() {}
23 private function f4() {}
27 private function f1() {}
H A Dvisibility_002b.phpt13 private function f4() {}
23 private function f4() {}
27 private function f2() {}
H A Dvisibility_003b.phpt13 private function f4() {}
23 private function f4() {}
27 private function f3() {}
/PHP-7.0/ext/standard/tests/array/
H A Dnatcasesort_object2.phpt21 private $private_class_value;
66 ["private_class_value":"for_string_natcasesort":private]=>
75 ["private_class_value":"for_string_natcasesort":private]=>
84 ["private_class_value":"for_string_natcasesort":private]=>
93 ["private_class_value":"for_string_natcasesort":private]=>
H A Darray_filter_object.phpt44 private $var3;
53 private $var4;
114 ["var3":"ChildClass":private]=>
121 ["var4":"FinalClass":private]=>
139 ["var3":"ChildClass":private]=>
146 ["var4":"FinalClass":private]=>
/PHP-7.0/ext/zip/tests/
H A Dbug38943.inc3 private $test = 0;
5 private $testarray = array();
/PHP-7.0/ext/pdo/tests/
H A Dbug_47769.phpt16 private function isPrivate() {
17 echo "this is a private method.\n";
34 this is a private method.

Completed in 30 milliseconds

12345678910>>...28