Home
last modified time | relevance | path

Searched refs:public (Results 151 – 175 of 1944) sorted by last modified time

12345678910>>...78

/PHP-7.4/tests/classes/
H A Ddestructor_and_exceptions.phpt8 public $fatal;
H A Dinheritance_007.phpt6 public function B () { echo "In " . __METHOD__ . "\n"; }
7 public function A () { echo "In " . __METHOD__ . "\n"; }
H A Dproperty_recreate_private.phpt27 echo "\nUnset superclass's private property, and recreate it as public in subclass:\n";
33 echo "\nUnset superclass's private property, and recreate it as public at global scope:\n";
36 $d->p = 'this will create a public property';
60 Unset superclass's private property, and recreate it as public in subclass:
66 Unset superclass's private property, and recreate it as public at global scope:
69 string(34) "this will create a public property"
H A Dserialize_001.phpt8 public $data;
H A D__call_007.phpt55 Warning: The magic method __call() must have public visibility and cannot be static in %s on line 3
H A Darray_access_008.phpt7 public $person;
H A Darray_access_009.phpt55 public $person;
H A Darray_access_010.phpt43 public $person;
H A Ddestructor_visibility_003.phpt13 public function __destruct() {
H A Dfinal_ctor1.phpt8 public final function __construct()
19 public function Extended()
H A Dfinal_ctor2.phpt8 public final function Base()
19 public function __construct()
H A Dimplicit_instantiation_001.phpt7 public $boolFalse = false;
8 public $emptyString = '';
9 public $null = null;
12 public $boolTrue = true;
13 public $nonEmptyString = 'hello';
14 public $intZero = 0;
H A Diterators_006.phpt40 public function getIterator() {
H A Diterators_007.phpt7 public $arr = array(1, 2, 3);
8 public $x = 0;
10public function rewind() { if ($this->x == 0) throw new Exception(__METHOD__); reset($this->arr…
11public function current() { if ($this->x == 1) throw new Exception(__METHOD__); return current($…
12public function key() { if ($this->x == 2) throw new Exception(__METHOD__); return key($this…
13public function next() { if ($this->x == 3) throw new Exception(__METHOD__); next($this->arr)…
14public function valid() { if ($this->x == 4) throw new Exception(__METHOD__); return (key($thi…
H A Dstatic_properties_003.phpt6 public static $x = 'C::$x';
/PHP-7.4/sapi/cli/tests/
H A D005.phpt65 Method [ <internal:Core, ctor> public method __construct ] {
74 Method [ <internal:Core> public method __wakeup ] {
77 Method [ <internal:Core, prototype Throwable> final public method getMessage ] {
80 Method [ <internal:Core, prototype Throwable> final public method getCode ] {
83 Method [ <internal:Core, prototype Throwable> final public method getFile ] {
86 Method [ <internal:Core, prototype Throwable> final public method getLine ] {
89 Method [ <internal:Core, prototype Throwable> final public method getTrace ] {
92 Method [ <internal:Core, prototype Throwable> final public method getPrevious ] {
95 Method [ <internal:Core, prototype Throwable> final public method getTraceAsString ] {
98 Method [ <internal:Core, prototype Throwable> public method __toString ] {
/PHP-7.4/ext/standard/tests/strings/
H A Dvprintf_variation1.phpt27 public function __toString() {
H A Dvprintf_variation2.phpt27 public function __toString() {
H A Dvsprintf_variation1.phpt27 public function __toString() {
H A Dvsprintf_variation2.phpt27 public function __toString() {
H A Dvfprintf_variation20.phpt27 public function __toString() {
H A Dvfprintf_variation21.phpt27 public function __toString() {
H A Dstrtr_variation6.phpt23 public function __toString() {
H A Dstrtr_variation8.phpt23 public function __toString() {
H A Dvfprintf_variation1.phpt26 public function __toString()

Completed in 35 milliseconds

12345678910>>...78