Home
last modified time | relevance | path

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

12345678910>>...30

/PHP-7.4/Zend/tests/
H A Dstatic_variable_in_private_method.phpt2 Inheritance of private method with static variable
7 private function m() {
H A Dbug78868.phpt6 private $private = 1;
9 $this->private++; //fails with EG(fake_scope) != NULL && EG(fake_scope) != "C"
H A Dlist_keyed_evaluation_order.inc7 private $name;
20 private $array;
48 private $label;
49 private $indexable;
H A Dbug45862.phpt2 Bug #45862 (get_class_vars is inconsistent with 'protected' and 'private' variables)
15 static private $priv = "private var";
H A Dget_class_vars_002.phpt8 private $b = 2;
9 private $c = 3;
14 static private $bb = 5;
H A Dbug76754.phpt2 Bug #76754 (parent private constant in extends class memory leak)
11 private const FOO = 'BAR';
/PHP-7.4/Zend/tests/closures/
H A Dclosure_from_callable_error.phpt45 echo 'SubClass cannot access private instance method'."\n";
57 echo 'Cannot access private static function of instance'."\n";
69 echo 'Cannot access private static method statically'."\n";
143 echo 'Subclass cannot closure over parant private static method'."\n";
201 SubClass cannot access private instance method
202 Cannot access private static function of instance
203 Cannot access private static method statically
204 Cannot access private static method statically with colon scheme
208 Subclass cannot closure over parent private instance method
209 Subclass cannot closure over parant private static method
[all …]
/PHP-7.4/ext/fileinfo/libmagic/
H A Dapprentice.c264 private int
288 private int
373 private void
391 private int
414 private int
527 private void
558 private void
930 private int
1063 private int
1182 private int
[all …]
H A Dis_tar.c53 private int is_tar(const unsigned char *, size_t);
54 private int from_oct(const char *, size_t); /* Decode octal number */
98 private int
143 private int
/PHP-7.4/ext/spl/tests/
H A Dspl_autoload_013.phpt10 private $dir;
42 ["dir":"Autoloader":private]=>
47 ["dir":"Autoloader":private]=>
H A Ddllist_012.phpt13 ["flags":"SplDoublyLinkedList":private]=>
15 ["dllist":"SplDoublyLinkedList":private]=>
/PHP-7.4/tests/classes/
H A Dprivate_004.phpt2 ZE2 A private method cannot be called in a derived class
7 private static function show() {
30 Fatal error: Uncaught Error: Call to private method pass::show() from context 'fail' in %s:%d
H A Dprivate_005.phpt2 ZE2 A private method cannot be called in a derived class
7 private static function show() {
30 Fatal error: Uncaught Error: Call to private method pass::show() from context 'fail' in %s:%d
H A Dvisibility_001b.phpt11 private function f4() {}
21 private function f4() {}
25 private function f1() {}
H A Dprivate_004b.phpt2 ZE2 A private method cannot be called in a derived class
7 private function show() {
33 Fatal error: Uncaught Error: Call to private method pass::show() from context 'fail' in %s:%d
H A Dvisibility_000b.phpt11 private function f4() {}
21 private function f4() {}
25 private function f0() {}
H A Dvisibility_002b.phpt11 private function f4() {}
21 private function f4() {}
25 private function f2() {}
H A Dvisibility_003b.phpt11 private function f4() {}
21 private function f4() {}
25 private function f3() {}
/PHP-7.4/ext/reflection/tests/
H A Dbug45139.phpt7 private $foo;
12 private $baz;
13 private $quux;
18 private $baz;
H A DReflectionClass_getDefaultProperties_001.phpt13 static private $statPrivC = "stat privC in A";
17 static private $statPrivA = "stat privA in A";
21 private $privC = "privC in A";
25 private $privA = "privA in A";
31 static private $statPrivC = "stat privC in B";
35 static private $statPrivB = "stat privB in B";
39 private $privC = "privC in B";
43 private $privB = "privB in B";
49 static private $statPrivC = "stat privC in C";
53 private $privC = "privC in C";
[all …]
/PHP-7.4/ext/openssl/tests/
H A DCertificateGenerator.inc8 private $ca;
11 private $caKey;
14 private $lastCert;
17 private $lastKey;
33 private static function generateKey($keyLength = null)
46 private function generateCa()
H A D001.phpt2 OpenSSL private key functions
6 if (!@openssl_pkey_new()) die("skip cannot create private key");
10 echo "Creating private key\n";
16 die("failed to create private key");
66 Creating private key
/PHP-7.4/ext/zip/tests/
H A Dbug38943.inc3 private $test = 0;
5 private $testarray = array();
/PHP-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_024.phpt2 Test typed properties ignore private props during inheritance
6 private int $thing;
/PHP-7.4/Zend/tests/list/
H A Dlist_reference_006.phpt6 private $s = [];
29 ["s":"StorageNoRef":private]=>
40 ["s":"StorageNoRef":private]=>
51 ["s":"StorageNoRef":private]=>

Completed in 39 milliseconds

12345678910>>...30