Searched refs:pop (Results 1 – 24 of 24) sorted by relevance
/php-src/ext/spl/tests/ |
H A D | dllist_001.phpt | 8 $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 D | dllist_013.phpt | 25 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 D | dllist_004.phpt | 8 $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 D | gh16589.phpt | 11 $list->pop();
|
H A D | gh16464.phpt | 11 var_dump($list->pop());
|
H A D | bug79151.phpt | 11 var_dump($a->pop());
|
H A D | dllist_002.phpt | 32 echo "popped ".$dll2->pop()."\n";
|
/php-src/Zend/asm/ |
H A D | jump_arm_aapcs_macho_gas.S | 80 pop {v1} 85 pop {a4,v1-v8,lr} 95 pop {pc}
|
H A D | jump_arm_aapcs_elf_gas.S | 74 pop {a4,v1-v8,lr} 84 pop {pc}
|
H A D | make_x86_64_sysv_elf_gas.S | 109 pop 0x38(%rax) 139 pop 0x38(%rax)
|
H A D | jump_x86_64_ms_pe_masm.asm | 191 pop r10
|
/php-src/ext/standard/tests/array/ |
H A D | array_pop_variation.phpt | 23 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-src/ext/standard/ |
H A D | crc32.c | 101 # pragma clang attribute pop 103 # pragma clang attribute pop
|
/php-src/Zend/tests/ |
H A D | bug69758.phpt | 16 // Add condition and then pop off straight away.
|
/php-src/ext/spl/ |
H A D | spl_dllist.stub.php | 20 public function pop(): mixed {} function in SplDoublyLinkedList
|
H A D | spl_dllist_arginfo.h | 87 ZEND_METHOD(SplDoublyLinkedList, pop); 115 ZEND_ME(SplDoublyLinkedList, pop, arginfo_class_SplDoublyLinkedList_pop, ZEND_ACC_PUBLIC)
|
H A D | spl_dllist.c | 510 PHP_METHOD(SplDoublyLinkedList, pop) in PHP_METHOD() argument
|
/php-src/win32/build/ |
H A D | confutils.js | 1600 var filename = _tmp.pop(); 1736 var filename = _tmp.pop(); 1801 extensions_enabled.pop();
|
/php-src/Zend/ |
H A D | zend_operators.h | 43 # pragma clang attribute pop
|
/php-src/ext/opcache/jit/ir/ |
H A D | ir_emit.c | 392 # pragma GCC diagnostic pop
|
H A D | ir_x86.dasc | 3730 | pop Ra(i) 3734 | pop Ra(IR_REG_RBP) 3738 | pop Ra(IR_REG_RBP)
|
/php-src/ext/opcache/jit/ |
H A D | zend_jit.c | 808 # pragma clang diagnostic pop
|
/php-src/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 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>
|
H A D | magic | 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 182 milliseconds