/PHP-7.4/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-7.4/ext/shmop/tests/ |
H A D | 001.phpt | 13 $write_d2 = "test #2 append data to shared memory segment"; 47 /* try to append data to the shared memory segment, this should fail */ 70 echo "deletion of shm segment: "; 87 Warning: shmop_write(): trying to write to a read only segment in %s on line %d 90 data in memory is: test #1 of the shmop() extensiontest #2 append data to shared memory segment 91 deletion of shm segment: ok
|
H A D | 002.phpt | 27 // warning outputs: unable to attach or create shared memory segment 30 // warning outputs: Shared memory segment size must be greater than zero 79 Warning: shmop_open(): unable to attach or create shared memory segment 'Invalid argument' in %s on… 82 Warning: shmop_open(): Shared memory segment size must be greater than zero in %s on line %d
|
/PHP-7.4/ext/standard/tests/strings/ |
H A D | str_split_variation7_64bit.phpt | 50 Warning: str_split(): The length of each segment must be greater than zero in %s on line %d 117 Warning: str_split(): The length of each segment must be greater than zero in %s on line %d 143 Warning: str_split(): The length of each segment must be greater than zero in %s on line %d
|
H A D | str_split_variation6.phpt | 48 Warning: str_split(): The length of each segment must be greater than zero in %s on line %d 139 Warning: str_split(): The length of each segment must be greater than zero in %s on line %d 164 Warning: str_split(): The length of each segment must be greater than zero in %s on line %d
|
H A D | str_split_variation6_64bit.phpt | 48 Warning: str_split(): The length of each segment must be greater than zero in %s on line %d 139 Warning: str_split(): The length of each segment must be greater than zero in %s on line %d 165 Warning: str_split(): The length of each segment must be greater than zero in %s on line %d
|
H A D | str_split_variation7.phpt | 50 Warning: str_split(): The length of each segment must be greater than zero in %s on line %d 117 Warning: str_split(): The length of each segment must be greater than zero in %s on line %d 142 Warning: str_split(): The length of each segment must be greater than zero in %s on line %d
|
H A D | strcspn_basic.phpt | 6 * Description: Finds length of initial segment consisting entirely of characters not found in mask.
|
H A D | strspn_basic.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_variation5.phpt | 6 * Description: Finds length of initial segment consisting entirely of characters found in mask.
|
H A D | strcspn_variation6.phpt | 6 * Description: Finds length of initial segment consisting entirely of characters not found in mask.
|
H A D | strcspn_variation9.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 | strspn_variation6.phpt | 6 * Description: Finds length of initial segment consisting entirely of characters found in mask.
|
H A D | strcspn_variation10.phpt | 6 * Description: Finds length of initial segment consisting entirely of characters not found in mask.
|
H A D | strspn_variation10.phpt | 6 * Description: Finds length of initial segment consisting entirely of characters found in mask.
|
H A D | strcspn_variation7.phpt | 6 * Description: Finds length of initial segment consisting entirely of characters not found in mask.
|
/PHP-7.4/ext/fileinfo/tests/ |
H A D | bug68735.phpt | 15 string(%d) "JPEG image data, JFIF standard 1.01, resolution (DPI), density 180x52, segment length 1…
|
/PHP-7.4/ext/sysvshm/tests/ |
H A D | shutdown_crash_0.phpt | 2 Shutdown crash when attached/removed same key segment multiple times
|
/PHP-7.4/ext/standard/tests/http/ |
H A D | bug75535.phpt | 2 Bug #75535: Inappropriately parsing HTTP response leads to PHP segment fault
|
/PHP-7.4/ext/pdo_firebird/tests/ |
H A D | bug_73087.phpt | 12 $dbh->exec('create table atable (id integer not null, content blob sub_type 1 segment size 80)');
|
/PHP-7.4/TSRM/ |
H A D | tsrm_win32.c | 75 CloseHandle(ptr->segment); in tsrm_win32_dtor() 673 shm->segment = shm_handle; in shmget() 692 if (NULL != shm->segment) { in shmget() 693 CloseHandle(shm->segment); in shmget() 707 if (!shm->segment) { in shmat() 711 shm->addr = MapViewOfFileEx(shm->segment, FILE_MAP_ALL_ACCESS, 0, 0, 0, NULL); in shmat() 731 if (!shm->segment) { in shmdt() 751 if (!shm->segment) { in shmctl()
|
H A D | tsrm_win32.h | 58 HANDLE segment; member
|
/PHP-7.4/Zend/ |
H A D | zend_gc.c | 283 gc_stack *segment = emalloc(sizeof(gc_stack)); in gc_stack_next() local 284 segment->prev = stack; in gc_stack_next() 285 segment->next = NULL; in gc_stack_next() 286 stack->next = segment; in gc_stack_next()
|