Home
last modified time | relevance | path

Searched refs:private (Results 451 – 475 of 746) sorted by relevance

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

/PHP-7.4/Zend/tests/
H A Dself_in_eval.phpt8 private static $bar = 2;
H A Dclosure_007.phpt7 private $x = 0;
H A Dbug76869.phpt6 private function f() {
H A Dbug30394.phpt17 private $_p = array();
H A Dbug34045.phpt7 private static $instance;
H A Dbug60536_001.phpt5 trait T { private $x = 0; }
/PHP-7.4/ext/reflection/tests/
H A DReflectionClass_getProperties_001.phpt23 private $a;
24 static private $s;
H A DReflectionClass_isInstantiable_variation.phpt17 private function __construct() {}
29 private function privateCtorOld() {}
H A DReflectionMethod_invoke_error1.phpt15 private static function privateMethod() {
70 string(86) "Trying to invoke private method TestClass::privateMethod() from scope ReflectionMethod"
H A D020.phpt8 private $p3;
/PHP-7.4/tests/classes/
H A Dfactory_and_singleton_001.phpt8 static private $test = NULL;
9 static private $cnt = 0;
H A Dassign_op_property_001.phpt7 private $real_a = 2;
H A Ddereferencing_001.phpt17 private $name;
H A Dincdec_property_001.phpt7 private $real_a = 2;
H A Dincdec_property_003.phpt7 private $real_a = 2;
/PHP-7.4/ext/standard/tests/serialize/
H A Dbug65806.phpt15 private $_serialized;
16 private $_obj;
H A Dsleep_mangled_name_clash.phpt6 private $priv;
/PHP-7.4/ext/mysqli/tests/
H A Dbug36949.phpt13 private $mysqli;
31 private $mysqli;
/PHP-7.4/ext/intl/tests/
H A Dbreakiter___construct.phpt13 Fatal error: Uncaught Error: Call to private IntlBreakIterator::__construct() from invalid context …
/PHP-7.4/Zend/tests/traits/
H A Dlanguage017.phpt13 T2::foo as private;
H A Dproperty002.phpt11 private $world = "World!";
/PHP-7.4/ext/openssl/tests/
H A Dopenssl_error_string_basic.phpt63 // private key file
65 // private key file with password (password is 'php')
101 // file or private pkey is not correct PEM - failing PEM_read_bio_PrivateKey
113 // private encrypt with unknown padding
116 // private decrypt with failed padding check
/PHP-7.4/ext/opcache/tests/
H A Dbug77266.phpt13 private static function clearOrphanedLocks()
/PHP-7.4/Zend/tests/anon/
H A D008.phpt7 private static $bar;
/PHP-7.4/ext/spl/tests/
H A Dbug70166.phpt21 ["storage":"ArrayObject":private]=>

Completed in 37 milliseconds

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