Home
last modified time | relevance | path

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

/PHP-5.5/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();
52 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();
50 Exception: Can't pop from an empty datastructure
H A DSplDoublyLinkedList_pop_noParams.phpt2 Checks that the pop() method of DoublyLinkedList does not accept args.
11 var_dump($ll->pop(1));
14 Warning: SplDoublyLinkedList::pop() expects exactly 0 parameters, 1 given in %s on line %d
H A DSplDoublyLinkedList_pop_params.phpt10 $get = $array->pop( 'param' );
14 Warning: SplDoublyLinkedList::pop() expects exactly 0 parameters, 1 given in %s on line %d
H A Ddllist_002.phpt32 echo "popped ".$dll2->pop()."\n";
/PHP-5.5/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-5.5/ext/json/
H A DJSON_parser.c219 pop(JSON_parser jp, int mode) in pop() function
537 if (!pop(jp, MODE_KEY)) { in parse_JSON_ex()
564 if (!pop(jp, MODE_OBJECT)) { in parse_JSON_ex()
584 if (!pop(jp, MODE_ARRAY)) { in parse_JSON_ex()
695 if (pop(jp, MODE_OBJECT) && push(jp, MODE_KEY)) { in parse_JSON_ex()
725 if (pop(jp, MODE_KEY) && push(jp, MODE_OBJECT)) { in parse_JSON_ex()
743 if (jp->state == OK && pop(jp, MODE_DONE)) { in parse_JSON_ex()
/PHP-5.5/ext/spl/internal/
H A Dspldoublylinkedlist.inc51 public function pop()
54 throw new RuntimeException("Can't pop from an empty datastructure");
181 $this->pop();
H A Dsplqueue.inc14 * extends SplDoublyLinkedList, unshift() and pop() are still available
/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativeARM_T2_32.c1193 sljit_ins pop; in sljit_emit_return() local
1207 pop = (1 << 4); in sljit_emit_return()
1211 pop |= 1 << reg_map[i]; in sljit_emit_return()
1214 pop |= 1 << reg_map[i]; in sljit_emit_return()
1216 return (pop & 0xff00) in sljit_emit_return()
1217 ? push_inst32(compiler, POP_W | (1 << 15) | pop) in sljit_emit_return()
1218 : push_inst16(compiler, POP | (1 << 8) | pop); in sljit_emit_return()
H A DsljitNativeARM_32.c887 sljit_uw pop; in sljit_emit_return() local
899 pop = POP | (1 << 15); in sljit_emit_return()
903 pop |= 1 << reg_map[i]; in sljit_emit_return()
906 pop |= 1 << reg_map[i]; in sljit_emit_return()
908 return push_inst(compiler, pop); in sljit_emit_return()
/PHP-5.5/ext/spl/
H A Dspl_dllist.c599 SPL_METHOD(SplDoublyLinkedList, pop) in SPL_METHOD() argument
1368 SPL_ME(SplDoublyLinkedList, pop, arginfo_dllist_void, ZEND_ACC_PUBLIC)
/PHP-5.5/ext/standard/
H A Dcrypt_sha256.c347 # pragma pack(pop) in php_sha256_crypt_r()
H A Dcrypt_sha512.c381 # pragma pack(pop) in php_sha512_crypt_r()
/PHP-5.5/win32/build/
H A Dconfutils.js1496 extensions_enabled.pop();
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic5872 # assembler instructions: mov si,sp;push ax;pop es;push ax;pop ds;sti;cld
5913 # assembler instructions: push ax;pop es;push ax;pop ds;cld;mov si,7c1b
6822 # BOOTSEL definitions contains assembler instructions: int 0x13;pop dx;push dx;push dx
6825 # xchg ecx,edx;addl ecx,edx;movw lba_info,si;movb 0x42,ah;pop dx;push dx;int 0x13
6833 # not NO_CHS definitions contains assembler instructions: pop dx;push dx;movb $8,ah;int0x13
6835 # not NO_LBA_CHECK definitions contains assembler instructions: movw 0x55aa,bx;movb 0x41,ah;pop dx;…

Completed in 90 milliseconds