Home
last modified time | relevance | path

Searched refs:private (Results 151 – 175 of 685) sorted by relevance

12345678910>>...28

/PHP-7.0/Zend/tests/
H A Dclosure_038.phpt7 private $x;
18 private $x;
58 Fatal error: Uncaught Error: Cannot access private property B::$x in %s:%d
63 Next Error: Cannot access private property B::$x in %s:%d
H A Dclosure_039.phpt7 private $x;
18 private $x;
58 Fatal error: Uncaught Error: Cannot access private property B::$x in %s:%d
63 Next Error: Cannot access private property B::$x in %s:%d
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 Dbug38461.phpt2 Bug #38461 (setting private attribute with __set() produces segfault)
16 private $x;
H A Dbug69427.phpt2 Bug #69427 (Segfault on magic method __call of private method in superclass)
17 private function foobar()
H A Dbug48770.phpt12 private function func2($str) {
18 private function func22($str) {
34 private function func2($str) {
H A Dobjects_017.phpt7 private $test = 1;
18 Fatal error: Uncaught Error: Cannot access private property foo::$test in %s:%d
H A Dget_class_vars_005.phpt8 private $b = 2;
12 private $c = 3;
/PHP-7.0/sapi/cli/tests/
H A D007.phpt23 private $pri; /* private attr */
46 class test { public $var = "test"; private $pri; function foo() { } } ?>
/PHP-7.0/ext/standard/tests/array/
H A Darray_udiff_basic.phpt10 private $priv_member;
28 ["priv_member":"cr":private]=>
33 ["priv_member":"cr":private]=>
H A Darray_uintersect_assoc_basic.phpt10 private $priv_member;
28 ["priv_member":"cr":private]=>
33 ["priv_member":"cr":private]=>
H A Darray_intersect_1.phpt7 private $priv_member;
125 ["priv_member":"cr":private]=>
132 ["priv_member":"cr":private]=>
139 ["priv_member":"cr":private]=>
205 ["priv_member":"cr":private]=>
212 ["priv_member":"cr":private]=>
278 ["priv_member":"cr":private]=>
285 ["priv_member":"cr":private]=>
351 ["priv_member":"cr":private]=>
358 ["priv_member":"cr":private]=>
H A Darray_uintersect_uassoc_basic.phpt10 private $priv_member;
32 ["priv_member":"cr":private]=>
37 ["priv_member":"cr":private]=>
/PHP-7.0/tests/classes/
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.phpt13 private $p6 = 'base:6';
46 [p6:base:private] => base:6
56 [p6:base:private] => base:6
H A Dinterface_method_private.phpt2 ZE2 An interface method cannot be private
9 abstract private function err();
H A Dfactory_and_singleton_010.phpt9 private function __destruct() {
21 Warning: Call to private test::__destruct() from context '' during shutdown ignored in Unknown on l…
/PHP-7.0/ext/zip/tests/
H A Doo_ext_zip.phpt11 private $test = 0;
13 private $testarray = array();
/PHP-7.0/tests/lang/
H A D036.phpt2 Child public element should not override parent private element in parent methods
6 private $id = "foo";
H A Dbug24499.phpt2 Bug #24499 (bogus handling of a public property as a private one)
6 private $id="priv";
/PHP-7.0/ext/reflection/tests/
H A Dbug41061.phpt10 private function foo() {
24 Method [ <user> private method foo ] {
/PHP-7.0/ext/openssl/tests/
H A Dopenssl_private_encrypt_basic.phpt30 Warning: openssl_private_encrypt(): key param is not a valid private key in %s on line %d
33 Warning: openssl_private_encrypt(): key param is not a valid private key in %s on line %d
36 Warning: openssl_private_encrypt(): key param is not a valid private key in %s on line %d
/PHP-7.0/ext/dom/tests/
H A Ddom_set_attr_node.phpt41 ["string":"Exception":private]=>
47 ["trace":"Exception":private]=>
68 ["previous":"Exception":private]=>
/PHP-7.0/ext/standard/tests/streams/
H A Dbug60455_03.phpt6 private $lines = array();
7 private $s = 0;
8 private $eofth = 3;

Completed in 26 milliseconds

12345678910>>...28