Searched refs:segment (Results 1 – 20 of 20) sorted by relevance
/PHP-8.2/ext/mbstring/tests/ |
H A D | mb_convert_encoding_stateful.phpt | 10 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-8.2/ext/shmop/tests/ |
H A D | 001.phpt | 9 $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 D | 002.phpt | 25 // 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 D | gh14537.phpt | 26 Warning: shmop_open(): Unable to attach or create shared memory segment "No error" in %s on line %d
|
/PHP-8.2/ext/sysvshm/tests/ |
H A D | shutdown_crash_0.phpt | 2 Shutdown crash when attached/removed same key segment multiple times
|
/PHP-8.2/ext/fileinfo/tests/ |
H A D | bug68735.phpt | 14 string(%d) "JPEG image data, JFIF standard 1.01, resolution (DPI), density 180x52, segment length 1…
|
H A D | magic | 11673 >>>>0x48 uleshort <0x800 \b, stage2 segment 0x%x 11675 >>>>0x48 uleshort >0x800 \b, stage2 segment 0x%x 13519 >>12 lelong x \b blocks per segment %u, 13522 >>12 lelong x \b bytes per segment %u, 15288 #>>28 ulelong x \b, %u segment 19665 #>24 lequad x \b, segment size %llu 19765 >>4 beshort x \b, segment length %d 19773 # Jump to the first segment 21409 # length of data segment 21420 # length of resource segment [all …]
|
H A D | magic私はガラスを食べられます | 11673 >>>>0x48 uleshort <0x800 \b, stage2 segment 0x%x 11675 >>>>0x48 uleshort >0x800 \b, stage2 segment 0x%x 13519 >>12 lelong x \b blocks per segment %u, 13522 >>12 lelong x \b bytes per segment %u, 15288 #>>28 ulelong x \b, %u segment 19665 #>24 lequad x \b, segment size %llu 19765 >>4 beshort x \b, segment length %d 19773 # Jump to the first segment 21409 # length of data segment 21420 # length of resource segment [all …]
|
/PHP-8.2/ext/standard/tests/http/ |
H A D | bug75535.phpt | 2 Bug #75535: Inappropriately parsing HTTP response leads to PHP segment fault
|
/PHP-8.2/TSRM/ |
H A D | tsrm_win32.c | 74 CloseHandle(ptr->segment); in tsrm_win32_dtor() 690 shm->segment = shm_handle; in shmget() 691 shm->descriptor = MapViewOfFileEx(shm->segment, FILE_MAP_ALL_ACCESS, 0, 0, 0, NULL); in shmget() 708 if (NULL != shm->segment) { in shmget() 709 CloseHandle(shm->segment); in shmget() 710 shm->segment = INVALID_HANDLE_VALUE; 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 D | tsrm_win32.h | 53 HANDLE segment; member
|
/PHP-8.2/ext/pdo_firebird/tests/ |
H A D | bug_73087.phpt | 13 $dbh->exec('recreate table atable (id integer not null, content blob sub_type 1 segment size 80)');
|
/PHP-8.2/ext/standard/tests/strings/ |
H A D | strspn_variation5.phpt | 6 * Description: Finds length of initial segment consisting entirely of characters found in mask.
|
H A D | strcspn_variation5.phpt | 6 * Description: Finds length of initial segment consisting entirely of characters not found in mask.
|
H A D | strspn_variation9.phpt | 6 * Description: Finds length of initial segment consisting entirely of characters found in mask.
|
H A D | strcspn_variation9.phpt | 6 * Description: Finds length of initial segment consisting entirely of characters not found in mask.
|
/PHP-8.2/Zend/ |
H A D | zend_gc.c | 284 gc_stack *segment = emalloc(sizeof(gc_stack)); in gc_stack_next() local 285 segment->prev = stack; in gc_stack_next() 286 segment->next = NULL; in gc_stack_next() 287 stack->next = segment; in gc_stack_next()
|
/PHP-8.2/ |
H A D | php.ini-development | 1772 ; A default size of the shared memory segment 1904 ; Enables or disables copying of PHP code (text segment) into HUGE PAGES.
|
H A D | php.ini-production | 1774 ; A default size of the shared memory segment 1906 ; Enables or disables copying of PHP code (text segment) into HUGE PAGES.
|
/PHP-8.2/ext/opcache/jit/ |
H A D | zend_jit_x86.dasc | 2841 …/* To find offset of "_tsrm_ls_cache" in TLS segment we perform a linear scan of local TLS memory … 2865 …/* To find offset of "_tsrm_ls_cache" in TLS segment we perform a linear scan of local TLS memory …
|
Completed in 153 milliseconds