Home
last modified time | relevance | path

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

1...<<7172737475767778

/PHP-7.4/Zend/tests/
H A Dabstract-static.phpt7 abstract static public function getName();
H A Daccess_modifiers_001.phpt7 static public public static final public final function foo() {
H A Daccess_modifiers_008.phpt15 static public function test() {echo B1::f();}
H A Daccess_modifiers_009.phpt15 static public function test() {
H A Daccess_modifiers_010.phpt13 public function test() {
22 public function __construct() {
H A Daccess_modifiers_011.phpt18 public function __get($var)
22 public function __call($func, array $args = array())
H A Daccess_modifiers_012.phpt8 public function __call($name, $args) {
H A Dargument_restriction_005.phpt6 public function offsetSet() {
/PHP-7.4/Zend/tests/anon/
H A D003.phpt8 public function __construct($i) {
H A D004.phpt8 public function __construct($data) {
12 public function getArrayAccess() {
15 public function offsetGet($offset) { return $this->data[$offset]; }
16 public function offsetSet($offset, $data) { return ($this->data[$offset] = $data); }
17 public function offsetUnset($offset) { unset($this->data[$offset]); }
18 public function offsetExists($offset) { return isset($this->data[$offset]); }
H A D005.phpt8 public function __construct(&$data) {
13 public function getArrayAccess() {
17 public function offsetGet($offset) { return $this->data[$offset]; }
18 public function offsetSet($offset, $data) { return ($this->data[$offset] = $data); }
19 public function offsetUnset($offset) { unset($this->data[$offset]); }
20 public function offsetExists($offset) { return isset($this->data[$offset]); }
H A D007.phpt12 public function __construct() {
H A D009.phpt7 public function someMethod() {
H A D010.phpt7 public function m1() { return 42; }
11 public function m2() {
/PHP-7.4/Zend/tests/arg_unpack/
H A Dmethod.phpt7 public function test(...$args) {
11 public static function test2(...$args) {
H A Dnew.phpt7 public function __construct(...$args) {
H A Dtraversable_throwing_exception.phpt11 public function getIterator() {
/PHP-7.4/
H A DCODING_STANDARDS.md315 To reduce the problems normally associated with the first public implementation
H A DREADME.REDIST.BINS33 testdata directory is not copyrighted and is in the public domain.
162 No copyright is claimed, and the software is hereby placed in the public
164 in the public domain is deemed null and void, then the software is
166 general public under the following terms:
177 the public domain as well, but I don't require that in order to let
448 on public domain software written at the National Center for

Completed in 50 milliseconds

1...<<7172737475767778