Home
last modified time | relevance | path

Searched refs:private (Results 201 – 225 of 746) sorted by relevance

12345678910>>...30

/PHP-7.4/tests/lang/
H A D036.phpt2 Child public element should not override parent private element in parent methods
6 private $id = "foo";
H A Dbug24499.phpt2 Bug #24499 (bogus handling of a public property as a private one)
6 private $id="priv";
/PHP-7.4/Zend/tests/
H A Dbug69427.phpt2 Bug #69427 (Segfault on magic method __call of private method in superclass)
17 private function foobar()
H A Dobjects_017.phpt7 private $test = 1;
18 Fatal error: Uncaught Error: Cannot access private property foo::$test in %s:%d
H A Dforeach_shadowed_dyn_property.phpt2 Dynamic property shadowed by private property
7 private $prop = "Test";
H A Dforeach_shadowed_property.phpt2 Foreach over object with shadowed private property
7 private $prop = "Test";
H A Dget_class_vars_005.phpt8 private $b = 2;
12 private $c = 3;
H A Dbug48770.phpt12 private function func2($str) {
18 private function func22($str) {
34 private function func2($str) {
/PHP-7.4/ext/reflection/tests/
H A D023.phpt6 private $p1 = 1;
11 private $p4 = 4;
H A Dbug41061.phpt10 private function foo() {
24 Method [ <user> private method foo ] {
/PHP-7.4/tests/classes/
H A Dfactory_and_singleton_004.phpt7 private function __construct($x) {
16 Fatal error: Uncaught Error: Call to private test::__construct() from invalid context in %s:%d
H A Dsingleton_001.phpt7 private $counter = 0;
17 private static $m_instance = NULL;
H A Dfactory_and_singleton_006.phpt7 private function __destruct() {
17 Fatal error: Uncaught Error: Call to private test::__destruct() from context '' in %sfactory_and_si…
H A Dfactory_and_singleton_008.phpt7 private function __clone() {
18 Fatal error: Uncaught Error: Call to private test::__clone() from context '' in %s:%d
H A Dconstants_visibility_003.phpt2 Class private constant visibility
6 private const privateConst = 'privateConst';
H A Ddestructor_visibility_001.phpt7 private function __destruct() {
22 Fatal error: Uncaught Error: Call to private Derived::__destruct() from context '' in %sdestructor_…
/PHP-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_090.phpt7 private int $prop = 42;
17 private $prop;
/PHP-7.4/ext/spl/tests/
H A DSplDoublylinkedlist_offsetunset_first.phpt16 ["flags":"SplDoublyLinkedList":private]=>
18 ["dllist":"SplDoublyLinkedList":private]=>
H A DSplDoublylinkedlist_offsetunset_last.phpt16 ["flags":"SplDoublyLinkedList":private]=>
18 ["dllist":"SplDoublyLinkedList":private]=>
H A Dbug78456.phpt15 ["flags":"SplDoublyLinkedList":private]=>
17 ["dllist":"SplDoublyLinkedList":private]=>
H A Dbug77298.phpt16 ["storage":"ArrayObject":private]=>
23 ["storage":"ArrayObject":private]=>
/PHP-7.4/Zend/tests/traits/
H A Dproperty005.phpt7 private $hello;
11 private $hello;
17 private $hello;
/PHP-7.4/ext/openssl/tests/
H A Dopenssl_pkcs12_export_to_file_error.phpt12 $priv_file = __DIR__ . "/private.crt";
30 Warning: openssl_pkcs12_export_to_file(): cannot get private key from parameter 3 in %s on line %d
33 Warning: openssl_pkcs12_export_to_file(): private key does not correspond to cert in %s on line %d
/PHP-7.4/ext/zip/tests/
H A Dbug38943_2.phpt17 ["test":"myZip":private]=>
21 ["testarray":"myZip":private]=>
/PHP-7.4/sapi/cli/tests/
H A D005.phpt53 Property [ <default> private $string ]
57 Property [ <default> private $trace ]
58 Property [ <default> private $previous ]
62 Method [ <internal:Core> final private method __clone ] {

Completed in 32 milliseconds

12345678910>>...30