Home
last modified time | relevance | path

Searched refs:public (Results 51 – 75 of 1944) sorted by last modified time

12345678910>>...78

/PHP-7.4/Zend/tests/
H A Dbug80126_2.phpt7 public function method(): I;
11 public function method(): I {
21 public function method(): C2 { }
H A Dex_func_null_during_property_write.phpt6 public static $i = 0;
H A Dbug80037.phpt8 public string $a;
10 public static function fromArray(array $props): self
19 public function __get($name)
H A Dexception_during_by_reference_magic_get.phpt8 public function &__get($name) {
H A Dbug55086.phpt8 public function hello() { return 'hello from t1'; }
12 public function hello() { return 'hello from t2'; }
H A Dbug79862.phpt13 public function __construct() {
28 public $prop1;
30 public static $prop3;
32 public static $prop5;
H A Dbug79740.phpt6 public function serialize() { }
7 public function unserialize() { }
/PHP-7.4/
H A DUPGRADING198 public int $id;
199 public string $name;
221 public function method(): A {}
224 public function method(): B {}
347 public function __serialize(): array;
350 public function __unserialize(array $data): void;
518 signature of the certificate using a public key. A wrapper around the
/PHP-7.4/ext/soap/tests/
H A Dbug47021.phpt61 public function __doRequest($request, $location, $action, $version, $one_way = null)
/PHP-7.4/ext/standard/tests/array/
H A Dbug79839.phpt7 public int $prop = 42;
/PHP-7.4/ext/reflection/tests/
H A Dbug79820.phpt7 public stdClass $prop;
H A D006.phpt12 static public $pub = 'pub';
39 // static public $pub = 'pub';
H A DReflectionClass_getStaticPropertyValue_001.phpt11 static public $publicOverridden = "original public";
17 static public $publicOverridden = "changed public";
56 string(15) "original public"
61 string(14) "changed public"
H A DReflectionClass_setStaticPropertyValue_001.phpt11 static public $publicOverridden = "original public";
17 static public $publicOverridden = "changed public";
H A Dbug79487.phpt6 public static $bar = 'orig';
14 public static $a = 'A old';
17 public static $b = 'B old';
H A Dbug79683.phpt10 public function __toString()
/PHP-7.4/ext/standard/tests/file/
H A Dlstat_stat_variation20.phpt32 public $var_name;
33 public function __construct($name) {
H A Dlstat_stat_variation18.phpt26 public $var_name;
27 public function __construct($name) {
H A Dreadlink_realpath_variation1.phpt30 public $linkname;
H A Dreadlink_realpath_variation1-win32.phpt33 public $linkname;
/PHP-7.4/ext/curl/tests/
H A Dbug79741.phpt7 public $prop = "value";
/PHP-7.4/ext/spl/tests/
H A Dbug79710.phpt8 public $sfo;
9 public function __construct($sfo) {
12 public function __destruct() {
23 public static function main() {
/PHP-7.4/ext/openssl/tests/
H A DCertificateGenerator.inc19 public function __construct()
72 public function getCaCert()
80 public function saveCaCert($file)
85 public function saveNewCertAsFileWithKey(
150 public function getCertDigest($algo)
/PHP-7.4/sapi/phpdbg/tests/
H A Dphpdbg_get_executable_stream_wrapper.phpt28 public function stream_open(
58 public function stream_read(int $count) : string { return \fread($this->stream, $count); }
59 public function stream_close() : bool { return \fclose($this->stream); }
60 public function stream_eof() : bool { return \feof($this->stream); }
61 public function stream_stat() { return \fstat($this->stream); }
62 public function stream_set_option($option, $arg1, $arg2) { return false; }
/PHP-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_107.phpt7 public static $ref;
10 public string $str = "str";
13 public function __toString() {

Completed in 33 milliseconds

12345678910>>...78