Home
last modified time | relevance | path

Searched refs:segment (Results 1 – 20 of 20) sorted by relevance

/php-src/ext/mbstring/tests/
H A Dmb_convert_encoding_stateful.phpt10 echo "ISO-2022-JP empty segment\n";
19 echo "ISO-2022-KR empty segment\n";
21 echo "HZ empty segment\n";
25 ISO-2022-JP empty segment
34 ISO-2022-KR empty segment
36 HZ empty segment
/php-src/ext/shmop/tests/
H A D001.phpt9 $write_d2 = "test #2 append data to shared memory segment";
41 /* try to append data to the shared memory segment, this should fail */
66 echo "deletion of shm segment: ";
80 Read-only segment cannot be written
83 data in memory is: test #1 of the shmop() extensiontest #2 append data to shared memory segment
84 deletion of shm segment: ok
H A D002.phpt25 // Warning outputs: Unable to attach or create shared memory segment
28 // Shared memory segment size must be greater than zero
35 //Shared memory segment size must be greater than zero
76 Warning: shmop_open(): Unable to attach or create shared memory segment "%s" in %s on line %d
79 Warning: shmop_open(): Unable to attach or create shared memory segment "%s" in %s on line %d
83 shmop_read(): Argument #2 ($offset) must be between 0 and the segment size
H A Dgh14537.phpt26 Warning: shmop_open(): Unable to attach or create shared memory segment "No error" in %s on line %d
/php-src/ext/sysvshm/tests/
H A Dshutdown_crash_0.phpt2 Shutdown crash when attached/removed same key segment multiple times
/php-src/ext/fileinfo/tests/
H A Dbug68735.phpt14 string(%d) "JPEG image data, JFIF standard 1.01, resolution (DPI), density 180x52, segment length 1…
H A Dmagic私はガラスを食べられます12888 >>>>0x48 uleshort <0x800 \b, stage2 segment %#x
12890 >>>>0x48 uleshort >0x800 \b, stage2 segment %#x
14742 >>12 lelong x \b blocks per segment %u,
14745 >>12 lelong x \b bytes per segment %u,
17059 #>>28 ulelong x \b, %u segment
22779 #>24 lequad x \b, segment size %llu
22986 >>4 beshort x \b, segment length %d
22994 # Jump to the first segment
24863 # length of data segment
24874 # length of resource segment
[all …]
H A Dmagic12888 >>>>0x48 uleshort <0x800 \b, stage2 segment %#x
12890 >>>>0x48 uleshort >0x800 \b, stage2 segment %#x
14742 >>12 lelong x \b blocks per segment %u,
14745 >>12 lelong x \b bytes per segment %u,
17059 #>>28 ulelong x \b, %u segment
22779 #>24 lequad x \b, segment size %llu
22986 >>4 beshort x \b, segment length %d
22994 # Jump to the first segment
24863 # length of data segment
24874 # length of resource segment
[all …]
/php-src/ext/standard/tests/http/
H A Dbug75535.phpt2 Bug #75535: Inappropriately parsing HTTP response leads to PHP segment fault
/php-src/TSRM/
H A Dtsrm_win32.c74 CloseHandle(ptr->segment); in tsrm_win32_dtor()
691 shm->segment = shm_handle; in shmget()
692 shm->descriptor = MapViewOfFileEx(shm->segment, FILE_MAP_ALL_ACCESS, 0, 0, 0, NULL); in shmget()
709 if (NULL != shm->segment) { in shmget()
710 CloseHandle(shm->segment); in shmget()
724 if (!shm || !shm->segment) { in shmat()
741 if (!shm || !shm->segment) { in shmdt()
761 if (!shm || !shm->segment) { in shmctl()
H A Dtsrm_win32.h53 HANDLE segment; member
/php-src/ext/pdo_firebird/tests/
H A Dbug_73087.phpt15 $dbh->exec('recreate table test73087 (id integer not null, content blob sub_type 1 segment size 80)…
/php-src/ext/standard/tests/strings/
H A Dstrspn_variation5.phpt6 * Description: Finds length of initial segment consisting entirely of characters found in mask.
H A Dstrcspn_variation5.phpt6 * Description: Finds length of initial segment consisting entirely of characters not found in mask.
H A Dstrspn_variation9.phpt6 * Description: Finds length of initial segment consisting entirely of characters found in mask.
H A Dstrcspn_variation9.phpt6 * Description: Finds length of initial segment consisting entirely of characters not found in mask.
/php-src/ext/opcache/jit/ir/
H A Dir_disasm.c239 && insn->detail->x86.operands[i].mem.segment == X86_REG_INVALID in ir_disasm_rodata_reference()
265 && insn->detail->x86.operands[i].mem.segment == X86_REG_INVALID in ir_disasm_rodata_reference()
/php-src/Zend/
H A Dzend_gc.c335 gc_stack *segment = emalloc(sizeof(gc_stack)); in gc_stack_next() local
336 segment->prev = stack; in gc_stack_next()
337 segment->next = NULL; in gc_stack_next()
338 stack->next = segment; in gc_stack_next()
/php-src/
H A Dphp.ini-development1656 ; A default size of the shared memory segment
1784 ; Enables or disables copying of PHP code (text segment) into HUGE PAGES.
H A Dphp.ini-production1658 ; A default size of the shared memory segment
1786 ; Enables or disables copying of PHP code (text segment) into HUGE PAGES.

Completed in 313 milliseconds