Home
last modified time | relevance | path

Searched refs:private (Results 501 – 525 of 746) sorted by relevance

1...<<21222324252627282930

/PHP-7.4/Zend/tests/type_declarations/
H A Diterable_001.phpt37 ["storage":"ArrayIterator":private]=>
H A Dtyped_properties_094.phpt18 private int $prop = 42;
/PHP-7.4/Zend/tests/
H A Dassign_ref_to_overloaded_prop.phpt7 private $x;
H A Dbug63305.phpt19 TDatabaseObject::__construct as private databaseObjectConstruct;
H A Dbug70156.phpt21 foo1 as private;
H A Dbug72813.phpt7 private $props = ['a' => 'text', 'b' => 1];
H A Dmagic_methods_008.phpt11 private function __set($a, $b) {
H A Daccess_modifiers_012.phpt7 private function priv() { }
H A Dclosure_037.phpt6 private $x = 0;
H A Dbug40621.phpt7 private function __construct() { }
H A Dbug42211.phpt16 static private $privateBar = "fail";
H A Dbug65372.phpt8 private static $_OBJECTS;
H A Dbug68896.phpt6 private $a = [];
/PHP-7.4/Zend/tests/closures/
H A Dclosure_from_callable_basic.phpt44 echo "Instance return private method as callable";
49 echo "Instance return private static method as callable";
110 Instance return private method as callable OK
111 Instance return private static method as callable OK
/PHP-7.4/ext/fileinfo/libmagic/
H A Dascmagic.c54 private unsigned char *encode_utf8(unsigned char *, size_t, unichar *, size_t);
55 private size_t trim_nuls(const unsigned char *, size_t);
61 private size_t
340 private unsigned char *
/PHP-7.4/ext/spl/tests/
H A Darray_026.phpt15 ["storage":"ArrayObject":private]=>
H A Diterator_055.phpt44 ["storage":"ArrayIterator":private]=>
/PHP-7.4/ext/standard/tests/streams/
H A Dbug60455_04.phpt7 private $s = 0;
/PHP-7.4/Zend/tests/traits/
H A Dflattening001.phpt22 private $text = 'test';
/PHP-7.4/ext/openssl/tests/
H A Dbug66501.phpt2 Bug #66501: EC private key support in openssl_sign
/PHP-7.4/tests/classes/
H A Dconstants_visibility_004.phpt8 private const Z = 3;
H A Diterators_003.phpt7 private $obj;
8 private $num = 0;
/PHP-7.4/ext/reflection/tests/
H A DReflectionClass_getMethods_001.phpt23 private function f() {}
24 static private function s() {}
/PHP-7.4/ext/snmp/tests/
H A Dsnmpd.conf6 rwcommunity private 127.0.0.1
/PHP-7.4/ext/standard/tests/filters/
H A Dobject_init_failure.phpt6 private $data = \FOO;

Completed in 33 milliseconds

1...<<21222324252627282930