Home
last modified time | relevance | path

Searched refs:private (Results 351 – 375 of 746) sorted by relevance

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

/PHP-7.4/ext/standard/tests/serialize/
H A Dsleep_uninitialized_typed_prop.phpt9 private int $z;
46 ["z":"Test":private]=>
/PHP-7.4/ext/reflection/tests/
H A DReflectionClass_getMethods_003.phpt11 private function privf1() {}
12 private function privf2() {}
15 static private function privsf1() {}
16 static private function privsf2() {}
H A DReflectionClass_getProperties_003.phpt11 private $priv1;
12 private $priv2;
15 static private $privs1;
16 static private $privs2;
H A DReflectionClass_isCloneable_001.phpt20 private function __clone() {
24 print "User class - private __clone\n";
58 User class - private __clone
H A D006.phpt6 /* ReflectionClass cannot touch protected or private static properties */
14 static private $pri = 'pri';
41 static private $pri = 'pri';
H A DReflectionClass_hasMethod_basic.phpt17 //Check if C has private method privateFoo
40 private function privateFoo()
/PHP-7.4/ext/standard/tests/array/
H A Darray_key_exists_object2.phpt12 * Pass array_key_exists() an object with private and protected properties
20 private $var3;
73 ["var3":"myClass":private]=>
88 ["var3":"myClass":private]=>
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetchobject.phpt33 private $set_calls = 0;
39 // NOTE: PDO does not care about private and calls __construct() after __set()
40 private function __construct($param1, $param2) {
100 ["set_calls":"myclass":private]=>
/PHP-7.4/ext/fileinfo/libmagic/
H A Dsoftmagic.c199 private int
469 private int
830 private int
981 private int
1066 private int
1073 private int
1080 private int
1087 private int
1113 private int
1120 private int
[all …]
H A Dmagic.c78 private int unreadable_info(struct magic_set *, mode_t, const char *);
80 private const char* get_default_magic(void);
82 private const char *file_or_stream(struct magic_set *, const char *, php_stream *);
94 private int
158 private void
223 private const char *
H A Dreadcdf.c99 private const char *
110 private const char *
136 private int
256 private int
287 private int
346 private char *
359 private int
377 private int
425 private struct sinfo {
502 private int
/PHP-7.4/ext/spl/tests/
H A Dbug31185.phpt7 private $array = array();
53 [array:FooBar:private] => Array
H A Dobserver_006.phpt87 ["storage":"SplObjectStorage":private]=>
119 ["storage":"SplObjectStorage":private]=>
147 ["storage":"SplObjectStorage":private]=>
206 ["storage":"SplObjectStorage":private]=>
263 ["storage":"SplObjectStorage":private]=>
H A DarrayObject_clone_basic1.phpt28 ["storage":"ArrayObject":private]=>
39 ["storage":"ArrayObject":private]=>
H A DarrayObject_natsort_basic1.phpt26 ["storage":"ArrayObject":private]=>
42 ["storage":"ArrayObject":private]=>
H A DarrayObject_natcasesort_basic1.phpt26 ["storage":"ArrayObject":private]=>
42 ["storage":"ArrayObject":private]=>
/PHP-7.4/ext/snmp/tests/
H A Dsnmp_include.inc5 requests and 'private' community for write requests.
15 $communityWrite = getenv('SNMP_COMMUNITY_WRITE')?:'private';
/PHP-7.4/tests/classes/
H A D__call_005.phpt2 When __call() is invoked via ::, ensure private implementation of __call() in superclass is accesse…
6 private function __call($strMethod, $arrArgs) {
/PHP-7.4/Zend/tests/
H A Dget_class_methods_003.phpt15 private function c() { }
19 static private function static_c() { }
H A Dcall_user_func_001.phpt17 private function priv($str) {
33 Warning: call_user_func() expects parameter 1 to be a valid callback, cannot access private method …
/PHP-7.4/sapi/fpm/tests/
H A Dtester.inc60 private $debug;
65 private $clients;
70 private $logTool;
84 private $code;
89 private $options;
94 private $fileName;
99 private $masterProcess;
104 private $outDesc;
109 private $ports = [];
114 private $error;
[all …]
H A Dlogtool.inc21 private $message;
26 private $level;
31 private $position;
36 private $suffixPosition;
41 private $limit;
46 private $pattern;
51 private $error;
56 private $pipeClosed = false;
191 private function checkLine(string $line)
249 private function checkLineLength(string $line, $lineLen = null) {
[all …]
/PHP-7.4/ext/xml/tests/
H A Dbug32001b.phpt14 private $encoding;
15 private $bom;
16 private $prologue;
17 private $tags;
18 private $chunk_size;
/PHP-7.4/ext/standard/tests/class_object/
H A Dmethod_exists_basic_001.phpt14 private function inherit_priv() {}
17 static private function inherit_static_priv() {}
23 private function priv() {}
26 static private function static_priv() {}
/PHP-7.4/sapi/cgi/tests/
H A D006.phpt22 private $var;
39 private $var;

Completed in 44 milliseconds

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