Home
last modified time | relevance | path

Searched refs:public (Results 226 – 250 of 2139) sorted by relevance

12345678910>>...86

/PHP-8.0/tests/classes/
H A Dvisibility_001b.phpt9 public function f2() {}
18 public function f1() {}
19 public function f2() {}
31 Fatal error: Access level to fail::f1() must be public (as in class same) in %s on line 22
H A Dvisibility_002a.phpt9 public function f2() {}
18 public function f1() {}
19 public function f2() {}
31 Fatal error: Access level to fail::f2() must be public (as in class same) in %s on line 22
H A Dvisibility_002b.phpt9 public function f2() {}
18 public function f1() {}
19 public function f2() {}
31 Fatal error: Access level to fail::f2() must be public (as in class same) in %s on line 22
/PHP-8.0/Zend/tests/type_declarations/
H A Dtyped_properties_096.phpt7 public Foobar $prop;
8 public int $prop2;
22 public ?Foobar $prop;
23 public ?int $prop2;
H A Dtyped_properties_107.phpt7 public static $ref;
10 public string $str = "str";
13 public function __toString() {
/PHP-8.0/Zend/tests/
H A Dbug64417.phpt7 public function offsetSet($offset, $value) {
14 public function offsetExists($offset) {
17 public function offsetUnset($offset) {
20 public function &offsetGet($offset) {
H A Dbug41961.phpt9 public static function test() {
23 public function secret() {
24 echo "Called public " . __METHOD__ . "() on an instance of: " . get_class($this) . "\n";
29 Called public ChildClass::secret() on an instance of: ChildClass
H A Dbug71414.phpt6 public function z(): string;
10 public function z(): string {
15 public function z() {
H A Dbug80126_2.phpt7 public function method(): I;
11 public function method(): I {
21 public function method(): C2 { }
/PHP-8.0/ext/reflection/tests/
H A DReflectionClass_isIterateable_001.phpt13 public function next() {}
14 public function key() {}
15 public function rewind() {}
16 public function current() {}
17 public function valid() {}
20 public function getIterator() {}
H A Dbug45765.phpt34 Constant [ public string BAR ] { foo's bar }
50 Method [ <user> public method test ] {
58 Method [ <user> public method test2 ] {
66 Method [ <user> public method test3 ] {
74 Method [ <user> public method test4 ] {
H A DReflectionProperty_setValue_error.phpt7 public $pub;
8 public $pub2 = 5;
9 static public $stat = "static property";
37 Cannot access non-public property TestClass::$prot
H A DReflectionClass_getProperty_004.phpt9 public $pubC = "pubC in A";
13 public $pubA = "pubA in A";
19 public $pubC = "pubC in B";
23 public $pubB = "pubB in B";
29 public $pubC = "pubC in C";
35 public $pubC = "pubC in X";
113 Cannot access non-public property C::$protA
131 Cannot access non-public property C::$protB
149 Cannot access non-public property C::$protC
157 Cannot access non-public property C::$privC
[all …]
/PHP-8.0/Zend/tests/traits/
H A Dbug60217a.phpt7 public abstract function foo();
11 public abstract function foo();
17 public function foo() {
H A Dno_static_arg_binding.phpt7 public static function method($arg) {
9 public static function call() {
19 public static function method(&$arg) {
/PHP-8.0/ext/standard/tests/array/
H A Darray_column_property_visibility.phpt8 public function __construct($value) {
11 public function __isset($name) {
14 public function __get($name) {
/PHP-8.0/Zend/tests/grammar/
H A Dsemi_reserved_008.phpt8 public static function list(){ echo __METHOD__, PHP_EOL; }
9 public static function /* comment */ catch(){ echo __METHOD__, PHP_EOL; }
19 public static function exit(){ echo __METHOD__, PHP_EOL; }
35 TraitA::list as public /**/ foreach;
39 try /*comment*/ as public attempt;
/PHP-8.0/Zend/tests/type_declarations/variance/
H A Dclass_order_autoload4.phpt10 public function method(): X {}
15 public function method(): Y {}
20 public function method(): A;
25 public function method(): B;
H A Dclass_order_autoload_error4.phpt9 public function method(): X {}
14 public function method(): Y {}
19 public function method(): B {}
24 public function method(): A {}
/PHP-8.0/ext/pdo_sqlite/tests/
H A Dbug70862.phpt17 public function stream_open() { return true; }
18 public function stream_eof() { return true; }
19 public function stream_read() { return NULL; }
20 public function stream_stat() { return array(); }
/PHP-8.0/Zend/tests/named_params/
H A Dattributes.phpt8 public function __construct(
9 public $a = 'a',
10 public $b = 'b',
11 public $c = 'c',
/PHP-8.0/Zend/tests/closures/
H A Dbug80929.phpt7 public function handleDefaultEvent($event) { }
16 public function __construct(array $subscribedEvents, object $subscriber)
25 public function __call(string $name, array $arguments)
30 public function dispatch($event, string $eventName)
/PHP-8.0/ext/spl/tests/
H A Dfixedarray_002.phpt6 public $prop1 = NULL;
7 public $prop2 = NULL;
9 public function count() {
13 public function offsetGet($n) {
17 public function offsetSet($n, $v) {
21 public function offsetUnset($n) {
25 public function offsetExists($n) {
H A DArrayObject_get_object_vars.phpt7 public $test;
8 public $test2;
14 public function getObjectVars() {
/PHP-8.0/ext/pdo_pgsql/tests/
H A Dbug72294.phpt28 public function run(PHPUnit_Framework_TestResult $result = null)
33 public function runBare()
43 public function setName($name)
57 public function __construct( $failedTest, $t)
71 public function run( $test)
100 public function prepare( $pdo, $sql )
111 public function testIt()
126 public function test_construct()

Completed in 24 milliseconds

12345678910>>...86