Home
last modified time | relevance | path

Searched refs:void (Results 176 – 200 of 459) sorted by relevance

12345678910>>...19

/PHP-8.2/ext/spl/tests/
H A Dbug74478.phpt16 public function offsetSet($name, $value): void {
20 public function offsetUnset($name): void {
H A Diterator_025.phpt8 function beginIteration(): void
13 function endIteration(): void
H A Diterator_021.phpt40 function rewind(): void
70 function next(): void
92 function beginChildren(): void
97 function endChildren(): void
H A Diterator_022.phpt40 function rewind(): void
70 function next(): void
103 function beginChildren(): void
108 function endChildren(): void
/PHP-8.2/build/
H A Dphp_cxx_compile_stdcxx.m4169 virtual void f() {}
296 void
325 void
405 void func(...) {}
408 void func(member<T>*) {}
410 void test();
727 void f()
826 void f()
886 void g1() noexcept;
887 void g2();
[all …]
/PHP-8.2/tests/classes/
H A Darray_access_013.phpt10 public function offsetSet($offset, $data ): void { throw new Exception(__METHOD__); }
11 public function offsetUnset($offset): void { throw new Exception(__METHOD__); }
H A Darray_access_003.phpt27 function offsetSet($index, $newval): void {
34 function offsetUnset($index): void {
H A Darray_access_004.phpt25 function offsetSet($index, $newval): void {
32 function offsetUnset($index): void {
H A Darray_access_010.phpt30 function offsetSet($index, $value): void {
35 function offsetUnset($index): void {
60 function offsetSet($index, $value): void
65 function offsetUnset($index): void
/PHP-8.2/Zend/tests/anon/
H A D005.phpt18 public function offsetSet($offset, $data): void { $this->data[$offset] = $data; }
19 public function offsetUnset($offset): void { unset($this->data[$offset]); }
/PHP-8.2/Zend/tests/
H A Dlist_keyed_ArrayAccess.phpt33 public function offsetSet($offset, $value): void {
37 public function offsetUnset($offset): void {
H A Dbug71731.phpt19 public function offsetSet($name, $value): void {
23 public function offsetUnset($name): void {
/PHP-8.2/ext/phar/tests/
H A Dphar_buildfromiterator5.phpt17 function next(): void {
33 function rewind(): void {
H A Dphar_buildfromiterator6.phpt17 function next(): void {
33 function rewind(): void {
/PHP-8.2/ext/phar/tests/tar/
H A Dphar_buildfromiterator4.phpt17 function next(): void {
33 function rewind(): void {
H A Dphar_buildfromiterator5.phpt17 function next(): void {
33 function rewind(): void {
H A Dphar_buildfromiterator6.phpt17 function next(): void {
33 function rewind(): void {
H A Dphar_buildfromiterator9.phpt17 function next(): void {
33 function rewind(): void {
/PHP-8.2/ext/phar/tests/zip/
H A Dphar_buildfromiterator4.phpt17 function next(): void {
33 function rewind(): void {
H A Dphar_buildfromiterator5.phpt17 function next(): void {
33 function rewind(): void {
H A Dphar_buildfromiterator6.phpt17 function next(): void {
33 function rewind(): void {
H A Dphar_buildfromiterator9.phpt17 function next(): void {
33 function rewind(): void {
/PHP-8.2/Zend/tests/offsets/
H A Dinternal_handlers_extended.phpt13 public function offsetSet($offset, $value): void {
23 public function offsetUnset($offset): void {
/PHP-8.2/ext/opcache/tests/gh8063/
H A DBadClass2.inc5 function dummy(): void
/PHP-8.2/Zend/tests/list/
H A Dlist_reference_007.phpt9 function offsetSet ($k, $v): void { $this->s[$k] = $v; }
12 function offsetUnset ($k): void { unset($this->s[$k]); }

Completed in 31 milliseconds

12345678910>>...19