Home
last modified time | relevance | path

Searched refs:private (Results 401 – 425 of 746) sorted by relevance

1...<<11121314151617181920>>...30

/PHP-7.4/ext/standard/tests/file/
H A Dinclude_userstream_001.phpt9 private $data = '<?php echo "Hello World\n";?>';
10 private $pos;
H A Dinclude_userstream_002.phpt9 private $data = '<?php echo "Hello World\n";?>';
10 private $pos;
11 private $stream = null;
/PHP-7.4/ext/reflection/tests/
H A DReflectionMethod_returnsReference_basic.phpt10 private function bar() {
H A DReflectionClass_getProperty_003.phpt11 static private $privC = "privC in A";
15 static private $privA = "privA in A";
21 static private $privC = "privC in B";
25 static private $privB = "privB in B";
31 static private $privC = "privC in C";
37 static private $privC = "privC in X";
/PHP-7.4/ext/spl/tests/
H A Diterator_049.phpt15 ["storage":"ArrayIterator":private]=>
H A DarrayObject_exchangeArray_basic3.phpt55 ["storage":"ArrayObject":private]=>
87 ["storage":"ArrayObject":private]=>
112 ["storage":"ArrayObject":private]=>
H A DArrayObject_dump_during_sort.phpt18 ["storage":"ArrayObject":private]=>
H A Diterator_049b.phpt22 ["storage":"ArrayIterator":private]=>
/PHP-7.4/Zend/tests/
H A Dbug70223.phpt8 private $foo = 0;
H A Derrmsg_009.phpt7 public private $var;
H A Daccess_modifiers_013.phpt7 private function priv() { }
H A Derrmsg_010.phpt7 private protected function foo() {}
H A Dbug29210.phpt2 Bug #29210 (Function is_callable does not support private and protected methods)
6 private function test_func1() {
12 static private function test_func3() {
H A Dbug78151.phpt8 private $foo = '';
H A Dexception_during_by_reference_magic_get.phpt7 private $x;
H A Dbug73989.phpt7 private $thing;
H A Ddtor_scope.phpt7 private $var = array();
/PHP-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_100.phpt7 private int $prop;
/PHP-7.4/ext/json/tests/
H A Dbug66021.phpt9 private $bar = 'baz';
/PHP-7.4/ext/opcache/tests/
H A Dpreload_bug78175_2.inc3 static private $loader;
/PHP-7.4/ext/intl/tests/
H A Dbug72639.phpt9 private $a;
/PHP-7.4/sapi/fpm/tests/
H A Dfcgi.inc77 private $_sock = null;
83 private $_host = null;
89 private $_port = null;
95 private $_keepAlive = false;
109 private $_requests = array();
115 private $_persistentSocket = false;
121 private $_connectTimeout = 5000;
127 private $_readWriteTimeout = 5000;
263 private function connect()
392 private function decodePacketHeader($data)
[all …]
/PHP-7.4/ext/openssl/tests/
H A Dopenssl_spki_export_basic.phpt6 if (!@openssl_pkey_new()) die("skip cannot create private key");
11 /* array of private key sizes to test */
/PHP-7.4/tests/classes/
H A Ddestructor_visibility_003.phpt7 private function __destruct() {
/PHP-7.4/ext/tidy/tests/
H A D035.phpt12 Fatal error: Uncaught Error: Call to private tidyNode::__construct() from invalid context in %s:%d

Completed in 80 milliseconds

1...<<11121314151617181920>>...30