Searched refs:pop (Results 1 – 19 of 19) sorted by relevance
/PHP-8.0/ext/spl/tests/ |
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_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_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 | bug79151.phpt | 11 var_dump($a->pop());
|
H A D | dllist_002.phpt | 32 echo "popped ".$dll2->pop()."\n";
|
/PHP-8.0/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-8.0/ext/opcache/jit/vtune/ |
H A D | ittnotify_types.h | 93 #pragma pack(pop)
|
H A D | jitprofiling.h | 630 #pragma pack(pop)
|
H A D | ittnotify_config.h | 464 #pragma pack(pop)
|
/PHP-8.0/ext/spl/ |
H A D | spl_dllist.stub.php | 11 public function pop() {} function in SplDoublyLinkedList
|
H A D | spl_dllist_arginfo.h | 79 ZEND_METHOD(SplDoublyLinkedList, pop); 108 ZEND_ME(SplDoublyLinkedList, pop, arginfo_class_SplDoublyLinkedList_pop, ZEND_ACC_PUBLIC)
|
H A D | spl_dllist.c | 572 PHP_METHOD(SplDoublyLinkedList, pop) in PHP_METHOD() argument
|
/PHP-8.0/Zend/tests/ |
H A D | bug69758.phpt | 16 // Add condition and then pop off straight away.
|
/PHP-8.0/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeARM_T2_32.c | 1191 sljit_ins pop = 0; in sljit_emit_return() local 1207 pop |= 1 << reg_map[i]; in sljit_emit_return() 1210 pop |= 1 << reg_map[i]; in sljit_emit_return() 1212 return (pop & 0xff00) in sljit_emit_return() 1213 ? push_inst32(compiler, POP_W | (1 << 15) | pop) in sljit_emit_return() 1214 : push_inst16(compiler, POP | (1 << 8) | pop); in sljit_emit_return()
|
H A D | sljitNativeARM_32.c | 1003 sljit_uw pop; in sljit_emit_return() local 1015 pop = POP | (1 << 15); in sljit_emit_return() 1019 pop |= 1 << reg_map[i]; in sljit_emit_return() 1022 pop |= 1 << reg_map[i]; in sljit_emit_return() 1024 return push_inst(compiler, pop); in sljit_emit_return()
|
/PHP-8.0/win32/build/ |
H A D | confutils.js | 1604 var filename = _tmp.pop(); 1736 var filename = _tmp.pop(); 1801 extensions_enabled.pop();
|
/PHP-8.0/ext/opcache/jit/ |
H A D | zend_jit_x86.dasc | 2661 | pop r0 3224 | pop r0 10327 | pop r0 16179 # pragma clang diagnostic pop
|
/PHP-8.0/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 4981 # From Fabio R. Schmidlin <frs@pop.com.br> 10962 # assembler instructions: mov si,sp;push ax;pop es;push ax;pop ds;sti;cld 11003 # assembler instructions: push ax;pop es;push ax;pop ds;cld;mov si,7c1b 11903 # BOOTSEL definitions contains assembler instructions: int 0x13;pop dx;push dx;push dx 11906 # xchg ecx,edx;addl ecx,edx;movw lba_info,si;movb 0x42,ah;pop dx;push dx;int 0x13 11914 # not NO_CHS definitions contains assembler instructions: pop dx;push dx;movb $8,ah;int0x13 11916 # not NO_LBA_CHECK definitions contains assembler instructions: movw 0x55aa,bx;movb 0x41,ah;pop dx;… 29631 # Fabio R. Schmidlin <frs@pop.com.br>
|
H A D | magic | 4981 # From Fabio R. Schmidlin <frs@pop.com.br> 10962 # assembler instructions: mov si,sp;push ax;pop es;push ax;pop ds;sti;cld 11003 # assembler instructions: push ax;pop es;push ax;pop ds;cld;mov si,7c1b 11903 # BOOTSEL definitions contains assembler instructions: int 0x13;pop dx;push dx;push dx 11906 # xchg ecx,edx;addl ecx,edx;movw lba_info,si;movb 0x42,ah;pop dx;push dx;int 0x13 11914 # not NO_CHS definitions contains assembler instructions: pop dx;push dx;movb $8,ah;int0x13 11916 # not NO_LBA_CHECK definitions contains assembler instructions: movw 0x55aa,bx;movb 0x41,ah;pop dx;… 29631 # Fabio R. Schmidlin <frs@pop.com.br>
|
Completed in 246 milliseconds