Home
last modified time | relevance | path

Searched refs:private (Results 76 – 100 of 685) sorted by relevance

12345678910>>...28

/PHP-7.0/Zend/tests/
H A Derrmsg_002.phpt2 errmsg: function cannot be declared private
7 abstract private function foo() {
14 Fatal error: Abstract function test::foo() cannot be declared private in %s on line %d
H A Dbug41961.phpt2 Bug #41961 (Ensure search for hidden private methods does not stray from class hierarchy)
13 private function secret() {
14 echo "Called private " . __METHOD__ . "() on an instance of: " . get_class($this) . "\n";
19 private function secret() { }
H A Dget_class_vars_001.phpt8 private $b = 2;
9 private $c = 3;
14 static private $bb = 5;
H A Dbug33277.phpt2 Bug #33277 (private method accessed by child class)
6 private function bar() {
7 echo "private!\n";
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 Dclosure_020.phpt2 Closure 020: Trying to access private property outside class
7 private $test = 3;
27 ["test":"foo":private]=>
43 Fatal error: Uncaught Error: Cannot access private property foo::$test in %s:%d
H A Dbug33171.phpt2 Bug #33171 (foreach enumerates private fields declared in base classes)
7 private $c = "A's c";
12 private $c = "B's c";
/PHP-7.0/ext/spl/tests/
H A Dbug71617.phpt2 Bug #71617: private properties lost when unserializing ArrayObject
9 private $name = null;
41 ["name":"Test":private]=>
43 ["storage":"ArrayObject":private]=>
H A Dunserialize.phpt24 ["flags":"SplDoublyLinkedList":private]=>
26 ["dllist":"SplDoublyLinkedList":private]=>
32 ["storage":"SplObjectStorage":private]=>
38 ["storage":"ArrayObject":private]=>
H A Dheap_008.phpt18 ["flags":"SplHeap":private]=>
20 ["isCorrupted":"SplHeap":private]=>
22 ["heap":"SplHeap":private]=>
H A DArrayObject_sort_different_backing_storage.phpt33 ["storage":"ArrayObject":private]=>
42 ["storage":"ArrayObject":private]=>
44 ["storage":"ArrayObject":private]=>
60 ["storage":"ArrayObject":private]=>
65 ["storage":"ArrayObject":private]=>
/PHP-7.0/tests/lang/
H A D037.phpt2 'Static' binding for private variables
7 private $id="foo";
16 private $id = "bar";
/PHP-7.0/tests/classes/
H A Dbug27504.phpt2 Bug #27504 (call_user_func_array allows calling of private/protected methods)
9 private function bar ( $param ) {
23 Warning: call_user_func_array() expects parameter 1 to be a valid callback, cannot access private m…
25 Fatal error: Uncaught Error: Call to private method foo::bar() from context '' in %s:%d
H A Dprivate_003.phpt2 ZE2 A private method cannot be called in a derived class
9 private static function show() {
29 fail::not_ok(); // calling a private function
36 Fatal error: Uncaught Error: Call to private method pass::show() from context 'fail' in %s:%d
H A Dprivate_003b.phpt2 ZE2 A private method cannot be called in a derived class
9 private function show() {
30 $t->not_ok(); // calling a private function
37 Fatal error: Uncaught Error: Call to private method pass::show() from context 'fail' in %s:%d
/PHP-7.0/ext/standard/tests/array/
H A Duasort_object1.phpt51 private $int_value;
61 private $int_value;
101 ["int_value":"SimpleClass1":private]=>
106 ["int_value":"SimpleClass1":private]=>
111 ["int_value":"SimpleClass1":private]=>
116 ["int_value":"SimpleClass1":private]=>
124 ["int_value":"SimpleClass2":private]=>
133 ["int_value":"SimpleClass2":private]=>
142 ["int_value":"SimpleClass2":private]=>
H A Darray_udiff_assoc_basic.phpt10 private $priv_member;
28 ["priv_member":"cr":private]=>
33 ["priv_member":"cr":private]=>
38 ["priv_member":"cr":private]=>
/PHP-7.0/ext/standard/tests/serialize/
H A Dbug70963.phpt14 ["string":"Exception":private]=>
22 ["previous":"Exception":private]=>
33 ["string":"Exception":private]=>
41 ["previous":"Exception":private]=>
H A Dbug35895.phpt2 Bug #35895 (__sleep and private property)
6 private $parents;
13 private $child;
/PHP-7.0/ext/reflection/tests/
H A DReflectionClass_getStaticPropertyValue_001.phpt11 static private $privateOverridden = "original private";
17 static private $privateOverridden = "changed private";
56 string(16) "original private"
62 string(16) "original private"
63 string(15) "changed private"
H A DReflectionProperty_getModifiers_basic.phpt9 private $a3;
12 static private $a6;
18 private $a3;
21 static private $a6;
/PHP-7.0/ext/openssl/tests/
H A Dbug25614.phpt2 openssl: get public key from generated private key
6 if (!@openssl_pkey_new()) die("skip cannot create private key");
14 Warning: openssl_pkey_get_public(): Don't know how to get public key from this private key %s
/PHP-7.0/ext/phar/tests/
H A Dbug70433.phpt15 ["pathName":"SplFileInfo":private]=>
17 ["glob":"DirectoryIterator":private]=>
19 ["subPathName":"RecursiveDirectoryIterator":private]=>
/PHP-7.0/ext/fileinfo/libmagic/
H A Dencoding.c48 private int looks_utf8_with_BOM(const unsigned char *, size_t, unichar *,
53 private void from_ebcdic(const unsigned char *, size_t, unsigned char *);
201 private char text_chars[256] = {
223 private int
243 private int
262 private int
364 private int
374 private int
438 private unsigned char ebcdic_to_ascii[] = {
472 private unsigned char ebcdic_1047_to_8859[] = {
[all …]
H A Dapprentice.c266 private int
281 private int
366 private void
384 private int
407 private int
517 private void
548 private void
865 private int
997 private int
1116 private int
[all …]

Completed in 52 milliseconds

12345678910>>...28