Home
last modified time | relevance | path

Searched refs:private (Results 251 – 275 of 685) sorted by relevance

1...<<11121314151617181920>>...28

/PHP-7.0/sapi/cgi/tests/
H A D003.phpt28 private $pri; /* private attr */
54 class test { public $var = "test"; private $pri; function foo() { } } ?>
/PHP-7.0/ext/dom/tests/
H A Ddom003.phpt31 ["string":"Exception":private]=>
37 ["trace":"Exception":private]=>
58 ["previous":"Exception":private]=>
/PHP-7.0/ext/spl/tests/
H A Dbug45614.phpt2 SPL: Bug#45614 (ArrayIterator can show 1st private prop of wrapped object)
6 private $priv1 = 'secret1';
7 private $priv2 = 'secret2';
/PHP-7.0/ext/xmlrpc/libxmlrpc/
H A DREADME5 <module>.c -- implementation and private API / types
11 This allows us to have a nicely encapsulated C api with opaque data types and private functions
/PHP-7.0/ext/reflection/tests/
H A D024.phpt8 private $p1 = 1;
34 Property [ <default> private $p1 ]
H A DReflectionClass_setStaticPropertyValue_001.phpt11 static private $privateOverridden = "original private";
17 static private $privateOverridden = "changed private";
/PHP-7.0/ext/openssl/tests/
H A Dbug68912.phpt7 if (!@openssl_pkey_new()) die("skip cannot create private key");
21 Warning: openssl_spki_new(): Unable to use supplied private key in %sbug68912.php on line %d
/PHP-7.0/tests/classes/
H A Dproperty_override_protected_private.phpt2 Redeclare inherited protected property as private (duplicates Zend/tests/errmsg_023.phpt).
16 private $p = "B::p";
H A Dvisibility_003a.phpt13 private function f4() {}
23 private function f4() {}
H A Dvisibility_003c.phpt13 private function f4() {}
23 private function f4() {}
H A Dvisibility_004a.phpt13 private function f4() {}
23 private function f4() {}
H A Dvisibility_004c.phpt13 private function f4() {}
23 private function f4() {}
H A Dvisibility_000c.phpt13 private function f4() {}
23 private function f4() {}
H A Dvisibility_001c.phpt13 private function f4() {}
23 private function f4() {}
H A Dvisibility_002c.phpt13 private function f4() {}
23 private function f4() {}
H A Dvisibility_004b.phpt13 private function f4() {}
23 private function f4() {}
/PHP-7.0/Zend/tests/
H A Dbug70873.phpt2 Bug #70873 (Regression on private static properties access)
7 private static $x = 1;
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 Dget_class_vars_004.phpt10 private $b = 3;
11 static private $B = 4;
H A Dbug22725.phpt2 Bug #22725 (A derived class can call a parent's protected method that calls a private method)
8 private function aPrivateMethod() {
H A Dforeach_003.phpt6 private $n = 0;
7 private $count = 0;
8 private $trap = null;
/PHP-7.0/Zend/tests/traits/
H A Dlanguage008b.phpt14 use HelloWorld { sayHello as private sayHelloWorld; }
30 Fatal error: Uncaught Error: Call to private method MyClass::sayHelloWorld() from context '' in %s:…
/PHP-7.0/ext/phar/tests/zip/
H A Drefcount1.phpt53 [%spathName":%sSplFileInfo":private]=>
55 [%sfileName":%sSplFileInfo":private]=>
63 [%spathName":%sSplFileInfo":private]=>
65 [%sfileName":%sSplFileInfo":private]=>
/PHP-7.0/tests/lang/
H A DforeachLoopObjects.003.phpt11 private $e = "Original e";
101 ["e":"C":private]=>
115 ["e":"C":private]=>
129 ["e":"C":private]=>
155 ["e":"C":private]=>
205 ["e":"C":private]=>
238 ["e":"C":private]=>
247 ["e":"C":private]=>
/PHP-7.0/ext/spl/examples/
H A Ddbareader.inc21 private $key = false;
22 private $val = false;
64 private function fetch_data() {

Completed in 30 milliseconds

1...<<11121314151617181920>>...28