Home
last modified time | relevance | path

Searched refs:void (Results 201 – 225 of 459) sorted by relevance

12345678910>>...19

/PHP-8.2/ext/phar/tests/
H A Dphar_buildfromiterator7.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/tar/
H A Dphar_buildfromiterator7.phpt17 function next(): void {
33 function rewind(): void {
/PHP-8.2/ext/phar/tests/zip/
H A Dphar_buildfromiterator7.phpt17 function next(): void {
33 function rewind(): void {
/PHP-8.2/ext/opcache/jit/ir/
H A Dir_x86.dasc1045 if (sizeof(void*) == 4) {
1062 if (sizeof(void*) == 4) {
8281 void *addr;
8364 void *addr;
9149 (void) reg;
9211 void *entry;
9798 void *entry;
9860 void *ir_emit_thunk(ir_code_buffer *code_buffer, void *addr, size_t *size_ptr)
9862 void *entry;
9910 void ir_fix_thunk(void *thunk_entry, void *addr)
[all …]
/PHP-8.2/Zend/tests/attributes/override/
H A D007.phpt8 public function t(): void {}
/PHP-8.2/ext/spl/tests/
H A Diterator_004.phpt17 public function rewind(): void
42 public function next(): void
51 public function seek($index): void
H A Diterator_008.phpt8 function rewind(): void
28 function next(): void
H A Diterator_023.phpt40 function rewind(): void
70 function next(): void
103 function beginChildren(): void
108 function endChildren(): void
H A Dbug37457.phpt28 public function next(): void
40 public function rewind(): void
/PHP-8.2/Zend/
H A Dzend_builtin_functions.stub.php179 function debug_print_backtrace(int $options = 0, int $limit = 0): void {}
199 function gc_enable(): void {}
201 function gc_disable(): void {}
/PHP-8.2/tests/classes/
H A Diterators_007.phpt10 …public function rewind(): void { if ($this->x == 0) throw new Exception(__METHOD__); reset($thi…
13 …public function next(): void { if ($this->x == 3) throw new Exception(__METHOD__); next($this…
H A Darray_access_009.phpt42 function offsetSet($index, $value): void {
47 function offsetUnset($index): void {
72 function offsetSet($index, $value): void
77 function offsetUnset($index): void
H A Darray_access_011.phpt32 function offsetSet($index, $value): void {
37 function offsetUnset($index): void {
69 function offsetSet($index, $value): void
74 function offsetUnset($index): void
H A Diterators_006.phpt16 function rewind(): void {
33 function next(): void {
/PHP-8.2/ext/zend_test/tests/
H A Dobserver_fiber_04.phpt11 $fiber = new Fiber(function (): void {
14 $fiber = new Fiber(function (): void {
H A Dobserver_fiber_05.phpt11 $fiber = new Fiber(function (): void {
14 $fiber = new Fiber(function (): void {
/PHP-8.2/Zend/tests/
H A Dbug40833.phpt38 function offsetUnset($offset): void
44 function offsetSet($offset, $value): void
H A Dlist_keyed_evaluation_order.inc30 public function offsetUnset($offset): void {
40 public function offsetSet($offset, $value): void {
/PHP-8.2/ext/standard/tests/general_functions/
H A Dconnection_aborted.phpt2 int connection_aborted ( void );
/PHP-8.2/sapi/phpdbg/
H A D.gdbinit6 set $phpdbg = ((zend_phpdbg_globals*) (*((void ***) $tsrm_ls))[phpdbg_globals_id-1])
/PHP-8.2/Zend/tests/fibers/
H A Dfiber-get-current.phpt8 $fiber = new Fiber(function (): void {
/PHP-8.2/ext/dba/tests/setup/
H A Dsetup_dba_tests.inc72 function set_up_db(string $handler, string $name, LockFlag $lock = LockFlag::FileLock): void {
78 function run_common_read_only_test($dbHandle): void {
89 …un_standard_tests_ex(string $handler, string $name, LockFlag $lock, bool $persistent = false): void
171 function run_creation_tests_ex(string $handler, string $file_suffix, string $pre_req): void
202 function run_creation_tests(string $handler): void
218 function clean_creation_tests(string $handler): void {
227 function run_standard_tests(string $handler, string $name): void {
267 function set_up_cdb_db_and_run(string $name): void {
293 function cleanup_standard_db(string $name): void {
/PHP-8.2/ext/dom/tests/
H A Dgh8996.phpt20 public function __wakeup(): void
44 public function __unserialize(array $data): void
67 public function unserialize(string $data): void
/PHP-8.2/ext/standard/tests/directory/
H A DDirectoryClass_basic_001.phpt48 - Tentative return [ void ]
55 - Tentative return [ void ]

Completed in 61 milliseconds

12345678910>>...19