Home
last modified time | relevance | path

Searched refs:private (Results 1 – 25 of 746) sorted by path

12345678910>>...30

/PHP-7.4/
H A DCONTRIBUTING.md318 fighting publicly - take it up in private email.
H A DNEWS787 over private static). (Nikita)
870 . Fixed bug #79566 (Private SHM is not private on Windows). (cmb)
H A DUPGRADING.INTERNALS56 clone, now we use the same private property_info, and should also
323 functions and structures are private to the extension now.
/PHP-7.4/Zend/tests/
H A D011.phpt8 private $pp2 = 2;
H A D030.phpt8 private $test_2 = 1;
H A DArrayAccess_indirect_append.phpt7 private $data = [];
30 ["data":"AA":private]=>
H A Daccess_modifiers_010.phpt7 private function test2() {
31 Fatal error: Uncaught Error: Call to private method d::test2() from context 'a' in %s:%d
H A Daccess_modifiers_011.phpt2 __call() for private/protected methods
7 private $var1 = 'var1 value';
10 private function func1()
H A Daccess_modifiers_012.phpt7 private function priv() { }
H A Daccess_modifiers_013.phpt7 private function priv() { }
H A Dassign_ref_to_overloaded_prop.phpt7 private $x;
H A Dbug22725.phpt2 Bug #22725 (A derived class can call a parent's protected method that calls a private method)
6 private function aPrivateMethod() {
H A Dbug26010.phpt2 Bug #26010 (private / protected variables get exposed by get_object_vars())
6 private $private = 'private';
H A Dbug26166.phpt16 private $obj;
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 Dbug29210.phpt2 Bug #29210 (Function is_callable does not support private and protected methods)
6 private function test_func1() {
12 static private function test_func3() {
H A Dbug29674.phpt2 Bug #29674 (inherited method doesn't have access to private variables of the derived class)
8 private $private_base = "Base";
19 private $private_child = "Child";
41 Fatal error: Uncaught Error: Cannot access private property ChildClass::$private_child in %sbug2967…
H A Dbug29689.phpt2 Bug #29689 (default value of protected member overrides default value of private)
6 private $foo = 'foo';
7 private $foo2 = 'foo2';
H A Dbug30394.phpt17 private $_p = array();
H A Dbug30820.phpt9 private static $x;
H A Dbug30889.phpt7 private $values;
H A Dbug32296.phpt11 private function x1() {}
16 private function x2() {}
/PHP-7.4/Zend/tests/anon/
H A D008.phpt7 private static $bar;
H A D012.phpt2 Ensure correct unmangling of private property names for anonymous class instances
5 var_dump(new class { private $foo; });
9 ["foo":"class@anonymous":private]=>
/PHP-7.4/Zend/tests/assert/
H A Dexpect_015.phpt30 static private $d = null;
34 static private function f1() {
171 private static $d = null;
174 private static function f1() {

Completed in 53 milliseconds

12345678910>>...30