Home
last modified time | relevance | path

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

12

/PHP-5.5/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-5.5/Zend/
H A Dzend_alloc.c159 ret = (zend_mm_segment*)mremap(segment, segment->size, segment, size, MREMAP_MAYMOVE); in zend_mm_mem_mmap_realloc()
167 memcpy(ret, segment, size > segment->size ? segment->size : size); in zend_mm_mem_mmap_realloc()
178 munmap((void*)segment, segment->size); in zend_mm_mem_mmap_free()
1243 segment = segment->next_segment; in zend_mm_find_leaks()
1252 (char*)q > (char*)segment + segment->size || in zend_mm_find_leaks()
1288 (char*)q > (char*)segment + segment->size || in zend_mm_check_leaks()
1322 segment = segment->next_segment; in zend_mm_check_leaks()
1590 segment = segment->next_segment; in zend_mm_check_heap()
1682 segment = segment->next_segment; in zend_mm_shutdown()
1696 segment = segment->next_segment; in zend_mm_shutdown()
[all …]
/PHP-5.5/ext/shmop/tests/
H A D001.phpt13 $write_d2 = "test #2 append data to shared memory segment";
47 /* try to append data to the shared memory segment, this should fail */
71 echo "deletion of shm segment: ";
87 shmop_write(): trying to write to a read only segment
90 data in memory is: test #1 of the shmop() extensiontest #2 append data to shared memory segment
91 deletion of shm segment: ok
/PHP-5.5/ext/shmop/
H A DREADME22 c create or open an existing segment (sets IPC_CREATE)
23 n create a new segment and fail if one already exists under same name (sets IPC_CREATE|IPC_EXCL)
24 …e n flag is mostly useful for security perpouses, so that you don't end up opening a faked segment
52 returns the size in bytes of the shm segment
57 …marks the segment for deletion, the segment will be deleted when all processes mapping it will det…
/PHP-5.5/ext/standard/tests/strings/
H A Dstr_split_variation2.phpt110 Warning: str_split(): The length of each segment must be greater than zero in %sstr_split_variation…
114 Warning: str_split(): The length of each segment must be greater than zero in %sstr_split_variation…
118 Warning: str_split(): The length of each segment must be greater than zero in %sstr_split_variation…
122 Warning: str_split(): The length of each segment must be greater than zero in %sstr_split_variation…
146 Warning: str_split(): The length of each segment must be greater than zero in %sstr_split_variation…
150 Warning: str_split(): The length of each segment must be greater than zero in %sstr_split_variation…
203 Warning: str_split(): The length of each segment must be greater than zero in %sstr_split_variation…
256 Warning: str_split(): The length of each segment must be greater than zero in %sstr_split_variation…
280 Warning: str_split(): The length of each segment must be greater than zero in %sstr_split_variation…
284 Warning: str_split(): The length of each segment must be greater than zero in %sstr_split_variation…
H A Dstr_split_variation2_64bit.phpt110 Warning: str_split(): The length of each segment must be greater than zero in %s on line %d
119 Warning: str_split(): The length of each segment must be greater than zero in %s on line %d
123 Warning: str_split(): The length of each segment must be greater than zero in %s on line %d
147 Warning: str_split(): The length of each segment must be greater than zero in %s on line %d
151 Warning: str_split(): The length of each segment must be greater than zero in %s on line %d
204 Warning: str_split(): The length of each segment must be greater than zero in %s on line %d
257 Warning: str_split(): The length of each segment must be greater than zero in %s on line %d
281 Warning: str_split(): The length of each segment must be greater than zero in %s on line %d
285 Warning: str_split(): The length of each segment must be greater than zero in %s on line %d
H A Dstr_split_variation6.phpt48 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
160 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 Dstr_split_variation7.phpt50 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
138 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 Dstr_split_variation7_64bit.phpt50 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 Dstr_split_variation6_64bit.phpt48 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 Dstrcspn_basic.phpt6 * Description: Finds length of initial segment consisting entirely of characters not found in mask.
H A Dstrspn_basic.phpt6 * Description: Finds length of initial segment consisting entirely of characters found in mask.
H A Dstrcspn_error.phpt6 * Description: Finds length of initial segment consisting entirely of characters not found in mask.
H A Dstrspn_error.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_variation5.phpt6 * Description: Finds length of initial segment consisting entirely of characters found in mask.
H A Dstrspn_variation9.phpt6 * Description: Finds length of initial segment consisting entirely of characters found in mask.
H A Dstrcspn_variation6.phpt6 * Description: Finds length of initial segment consisting entirely of characters not found in mask.
H A Dstrcspn_variation9.phpt6 * Description: Finds length of initial segment consisting entirely of characters not found in mask.
H A Dstrspn_variation6.phpt6 * Description: Finds length of initial segment consisting entirely of characters found in mask.
H A Dstrcspn_variation10.phpt6 * Description: Finds length of initial segment consisting entirely of characters not found in mask.
H A Dstrspn_variation10.phpt6 * Description: Finds length of initial segment consisting entirely of characters found in mask.
/PHP-5.5/TSRM/
H A Dtsrm_win32.c73 CloseHandle(ptr->segment); in tsrm_win32_dtor()
624 shm->segment = shm_handle; in shmget()
643 if (NULL != shm->segment) { in shmget()
644 CloseHandle(shm->segment); in shmget()
658 if (!shm->segment) { in shmat()
666 shm->addr = MapViewOfFileEx(shm->segment, FILE_MAP_ALL_ACCESS, 0, 0, 0, NULL); in shmat()
675 if (!shm->segment) { in shmdt()
689 if (!shm->segment) { in shmctl()
H A Dtsrm_win32.h56 HANDLE segment; member
/PHP-5.5/ext/pcre/
H A Dphp_pcre.c930 *segment, /* Start of segment to append while walking */ in preg_do_eval() local
940 walk = segment = eval_str; in preg_do_eval()
946 smart_str_appendl(&code, segment, walk - segment); in preg_do_eval()
949 segment = walk; in preg_do_eval()
953 segment = walk; in preg_do_eval()
972 segment = walk; in preg_do_eval()
983 smart_str_appendl(&code, segment, walk - segment); in preg_do_eval()

Completed in 38 milliseconds

12