Home
last modified time | relevance | path

Searched refs:private (Results 176 – 200 of 746) sorted by relevance

12345678910>>...30

/PHP-7.4/tests/classes/
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
7 private static function show() {
33 Fatal error: Uncaught Error: Call to private method pass::show() from context 'fail' in %s:%d
H A Dinterface_constant_inheritance_007.phpt2 Ensure a interface can not have private constants
6 private const FOO = 10;
H A Dinterface_method_private.phpt2 ZE2 An interface method cannot be private
7 abstract private function err();
H A Dfactory_and_singleton_010.phpt7 private function __destruct() {
19 Warning: Call to private test::__destruct() from context '' during shutdown ignored in Unknown on l…
H A Ddestructor_visibility_002.phpt7 private function __destruct() {
22 Warning: Call to private Derived::__destruct() from context '' during shutdown ignored in Unknown o…
H A Dctor_visibility.phpt2 ZE2 A private constructor cannot be called
32 private function __construct()
69 Fatal error: Uncaught Error: Cannot call private TestPriv::__construct() in %sctor_visibility.php:%d
H A Dclone_003.phpt11 private $p6 = 'base:6';
44 [p6:base:private] => base:6
54 [p6:base:private] => base:6
/PHP-7.4/Zend/tests/
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 Dmagic_methods_002.phpt2 Testing __unset with private visibility
7 private function __unset($a) {
H A Dbug69568.phpt2 Bug #69568: call a private function in closure failed
7 private static function testprivate() {
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.4/Zend/tests/closures/
H A Dbug80929.phpt12 private array $subscribedEvents;
13 private object $subscriber;
14 private Closure $listener;
/PHP-7.4/ext/spl/tests/
H A Darray_001.phpt40 ["storage":"ArrayObject":private]=>
66 ["storage":"ArrayObject":private]=>
92 ["storage":"ArrayObject":private]=>
101 ["storage":"ArrayObject":private]=>
H A Darray_005.phpt8 private $id;
9 private $name;
30 private $id;
47 private $students;
H A Dspl_heap_iteration_error.phpt36 ["flags":"SplHeap":private]=>
38 ["isCorrupted":"SplHeap":private]=>
40 ["heap":"SplHeap":private]=>
/PHP-7.4/ext/standard/tests/array/
H A Dnatcasesort_object2.phpt21 private $private_class_value;
65 ["private_class_value":"for_string_natcasesort":private]=>
74 ["private_class_value":"for_string_natcasesort":private]=>
83 ["private_class_value":"for_string_natcasesort":private]=>
92 ["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]=>
H A Darray_uintersect_assoc_basic.phpt10 private $priv_member;
28 ["priv_member":"cr":private]=>
33 ["priv_member":"cr":private]=>
H A Darray_udiff_basic.phpt10 private $priv_member;
28 ["priv_member":"cr":private]=>
33 ["priv_member":"cr":private]=>
/PHP-7.4/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.
/PHP-7.4/ext/standard/tests/general_functions/
H A Dbug72920.phpt2 Bug #72920 (Accessing a private constant using constant() creates an exception AND warning)
6 private const C1 = "a";
/PHP-7.4/ext/zip/tests/
H A Doo_ext_zip.phpt10 private $test = 0;
12 private $testarray = array();
/PHP-7.4/sapi/cli/tests/
H A D007.phpt23 private $pri; /* private attr */
46 class test { public $var = "test"; private $pri; function foo() { } } ?>

Completed in 64 milliseconds

12345678910>>...30