Home
last modified time | relevance | path

Searched refs:private (Results 101 – 125 of 746) sorted by relevance

12345678910>>...30

/PHP-7.4/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
H A DServerClientTestCase.inc35 private $isWorker = false;
37 private $workerHandle = [];
39 private $workerStdIn = [];
41 private $workerStdOut = [];
43 private static $instance;
63 private function spawnWorkerProcess($worker, $code)
93 private function cleanupWorkerProcess($worker)
100 private function stripPhpTagsFromCode($code)
/PHP-7.4/ext/standard/tests/general_functions/
H A Ddebug_zval_dump_o.phpt27 private $value2 = 10;
31 private function foo1() {
57 private $p2 = 50;
60 private $class_object3;
124 ["value2":"object_class":private]=>
155 ["value2":"object_class":private]=>
241 ["value2":"object_class":private]=>
261 ["value2":"object_class":private]=>
286 ["value2":"object_class":private]=>
306 ["value2":"object_class":private]=>
[all …]
/PHP-7.4/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_uintersect_basic.phpt10 private $priv_member;
28 ["priv_member":"cr":private]=>
33 ["priv_member":"cr":private]=>
38 ["priv_member":"cr":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.4/ext/spl/tests/
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]=>
H A DarrayObject_asort_basic2.phpt16 private $prop3 = 'a';
30 ["storage":"ArrayObject":private]=>
32 ["prop3":"C":private]=>
43 ["prop3":"C":private]=>
H A DarrayObject_ksort_basic2.phpt17 private $b = 'prop4';
30 ["storage":"ArrayObject":private]=>
32 ["b":"C":private]=>
43 ["b":"C":private]=>
H A Darray_015.phpt45 %s"storage"%s"ArrayObject":private]=>
61 %s"storage"%s"ArrayObject":private]=>
76 %s"storage"%s"ArrayObject":private]=>
86 %s"storage"%s"ArrayObject":private]=>
H A Dpqueue_004.phpt18 ["flags":"SplPriorityQueue":private]=>
20 ["isCorrupted":"SplPriorityQueue":private]=>
22 ["heap":"SplPriorityQueue":private]=>
/PHP-7.4/sapi/fpm/tests/
H A Dresponse.inc12 private $data;
17 private $rawData;
22 private $rawHeaders;
27 private $rawBody;
32 private $headers;
37 private $valid;
42 private $expectInvalid;
184 private function checkIfValid()
242 private function getHeaders()
270 private function isValid()
[all …]
/PHP-7.4/Zend/tests/
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";
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 Dproperty_access_errors_for_guarded_properties.phpt19 private $prop;
53 Cannot access private property Test::$prop
54 Cannot access private property Test::$prop
55 Cannot access private property Test::$prop
H A Dbug48248.phpt2 Bug #48248 (SIGSEGV when access to private property via &__get)
16 private $test;
24 Fatal error: Uncaught Error: Cannot access private property B::$test in %s:%d
H A Dbug72177_2.phpt7 private $bar = 'bar';
17 private $baz = 'baz';
18 private static $tab = 'tab';
H A Dbug38461.phpt2 Bug #38461 (setting private attribute with __set() produces segfault)
16 private $x;
25 Fatal error: Uncaught Error: Cannot access private property ExtOperation::$x in %s:%d
/PHP-7.4/ext/reflection/tests/
H A Dbug79683.phpt8 private string $prop1 = '123';
18 private string $prop2;
33 ["prop2":"B":private]=>
H A DReflectionProperty_getModifiers_basic.phpt9 private $a3;
12 static private $a6;
18 private $a3;
21 static private $a6;
/PHP-7.4/ext/phar/tests/
H A Dbug70433.phpt15 ["pathName":"SplFileInfo":private]=>
17 ["glob":"DirectoryIterator":private]=>
19 ["subPathName":"RecursiveDirectoryIterator":private]=>
/PHP-7.4/ext/standard/tests/serialize/
H A Dbug35895.phpt2 Bug #35895 (__sleep and private property)
6 private $parents;
13 private $child;
H A D__serialize_005.phpt7 private $data;
20 private $data2;
44 ["data2":"B":private]=>
50 ["data":"A":private]=>
/PHP-7.4/ext/fileinfo/libmagic/
H A Dencoding.c231 private char text_chars[256] = {
253 private int
273 private int
292 private int
394 private int
404 private int
423 private int
462 private int
531 private unsigned char ebcdic_to_ascii[] = {
565 private unsigned char ebcdic_1047_to_8859[] = {
[all …]

Completed in 39 milliseconds

12345678910>>...30