Home
last modified time | relevance | path

Searched refs:pop (Results 1 – 22 of 22) sorted by relevance

/PHP-8.4/ext/spl/tests/
H A Ddllist_001.phpt8 $dll->pop();
21 echo $dll->pop()."\n";
32 $dll->pop();
33 $dll->pop();
40 var_dump($dll->pop());
41 var_dump($dll->pop());
46 $dll_clone->pop();
50 Exception: Can't pop from an empty datastructure
H A Ddllist_013.phpt25 echo $dll->pop()."\n";
26 echo $dll->pop()."\n";
27 echo $dll->pop()."\n";
28 echo $dll->pop()."\n";
29 echo $dll->pop()."\n";
30 echo $dll->pop()."\n";
31 echo $dll->pop()."\n";
H A Ddllist_004.phpt8 $stack->pop();
21 echo $stack->pop()."\n";
38 var_dump($stack->pop());
39 var_dump($stack->pop());
44 $stack_clone->pop();
48 Exception: Can't pop from an empty datastructure
H A Dbug79151.phpt11 var_dump($a->pop());
H A Ddllist_002.phpt32 echo "popped ".$dll2->pop()."\n";
/PHP-8.4/Zend/asm/
H A Djump_arm_aapcs_macho_gas.S80 pop {v1}
85 pop {a4,v1-v8,lr}
95 pop {pc}
H A Djump_arm_aapcs_elf_gas.S74 pop {a4,v1-v8,lr}
84 pop {pc}
H A Dmake_x86_64_sysv_elf_gas.S109 pop 0x38(%rax)
139 pop 0x38(%rax)
H A Djump_x86_64_ms_pe_masm.asm191 pop r10
/PHP-8.4/ext/standard/tests/array/
H A Darray_pop_variation.phpt23 echo"\n*** Checking for internal array pointer being reset when pop is called ***\n";
43 *** Checking for internal array pointer being reset when pop is called ***
/PHP-8.4/ext/standard/
H A Dcrc32.c101 # pragma clang attribute pop
103 # pragma clang attribute pop
/PHP-8.4/Zend/tests/
H A Dbug69758.phpt16 // Add condition and then pop off straight away.
/PHP-8.4/ext/spl/
H A Dspl_dllist.stub.php20 public function pop(): mixed {} function in SplDoublyLinkedList
H A Dspl_dllist_arginfo.h87 ZEND_METHOD(SplDoublyLinkedList, pop);
115 ZEND_ME(SplDoublyLinkedList, pop, arginfo_class_SplDoublyLinkedList_pop, ZEND_ACC_PUBLIC)
H A Dspl_dllist.c507 PHP_METHOD(SplDoublyLinkedList, pop) in PHP_METHOD() argument
/PHP-8.4/win32/build/
H A Dconfutils.js1600 var filename = _tmp.pop();
1736 var filename = _tmp.pop();
1801 extensions_enabled.pop();
/PHP-8.4/Zend/
H A Dzend_operators.h43 # pragma clang attribute pop
/PHP-8.4/ext/opcache/jit/ir/
H A Dir_emit.c392 # pragma GCC diagnostic pop
H A Dir_x86.dasc3730 | pop Ra(i)
3734 | pop Ra(IR_REG_RBP)
3738 | pop Ra(IR_REG_RBP)
/PHP-8.4/ext/opcache/jit/
H A Dzend_jit.c697 # pragma clang diagnostic pop
/PHP-8.4/ext/fileinfo/tests/
H A Dmagic5782 # From Fabio R. Schmidlin <frs@pop.com.br>
12655 # assembler instructions: mov si,sp;push ax;pop es;push ax;pop ds;sti;cld
12696 # assembler instructions: push ax;pop es;push ax;pop ds;cld;mov si,7c1b
13596 # BOOTSEL definitions contains assembler instructions: int 0x13;pop dx;push dx;push dx
13599 # xchg ecx,edx;addl ecx,edx;movw lba_info,si;movb 0x42,ah;pop dx;push dx;int 0x13
13607 # not NO_CHS definitions contains assembler instructions: pop dx;push dx;movb $8,ah;int0x13
13609 # not NO_LBA_CHECK definitions contains assembler instructions: movw 0x55aa,bx;movb 0x41,ah;pop dx;…
36568 # Fabio R. Schmidlin <frs@pop.com.br>
H A Dmagic私はガラスを食べられます5782 # From Fabio R. Schmidlin <frs@pop.com.br>
12655 # assembler instructions: mov si,sp;push ax;pop es;push ax;pop ds;sti;cld
12696 # assembler instructions: push ax;pop es;push ax;pop ds;cld;mov si,7c1b
13596 # BOOTSEL definitions contains assembler instructions: int 0x13;pop dx;push dx;push dx
13599 # xchg ecx,edx;addl ecx,edx;movw lba_info,si;movb 0x42,ah;pop dx;push dx;int 0x13
13607 # not NO_CHS definitions contains assembler instructions: pop dx;push dx;movb $8,ah;int0x13
13609 # not NO_LBA_CHECK definitions contains assembler instructions: movw 0x55aa,bx;movb 0x41,ah;pop dx;…
36568 # Fabio R. Schmidlin <frs@pop.com.br>

Completed in 323 milliseconds