Home
last modified time | relevance | path

Searched refs:positions (Results 1 – 18 of 18) sorted by relevance

/PHP-7.4/ext/mbstring/tests/
H A Dmb_ereg_search_setpos.phpt18 $positions = array( 5, 20, 21, 25, 0, -5, -20, -30);
19 foreach($positions as $pos) {
H A Dmb_stripos_variation5_Bug45923.phpt18 * and the needle appears at the same positions in both strings
H A Dmb_strpos_variation5.phpt18 * and the needle appears at the same positions in both strings
H A Dmb_strripos_variation5_Bug45923.phpt19 * and the needle appears at the same positions in both strings
/PHP-7.4/ext/standard/tests/strings/
H A Dmoney_format_basic1.phpt25 // Format with 14 positions of width, 8 digits of
28 echo "Format values with 14 positions, 8 digits to left, 2 to right using national format\n";
61 Format values with 14 positions, 8 digits to left, 2 to right using national format
/PHP-7.4/ext/opcache/
H A Dzend_shared_alloc.c248 …ZSMMG(shared_memory_state).positions = (int *)zend_shared_alloc(sizeof(int) * ZSMMG(shared_segment… in zend_shared_alloc_startup()
249 if (!ZSMMG(shared_memory_state).positions) { in zend_shared_alloc_startup()
561 ZSMMG(shared_memory_state).positions[i] = ZSMMG(shared_segments)[i]->pos; in zend_shared_alloc_save_state()
571 ZSMMG(shared_segments)[i]->pos = ZSMMG(shared_memory_state).positions[i]; in zend_shared_alloc_restore_state()
H A Dzend_shared_alloc.h97 int *positions; /* current positions for each segment */ member
/PHP-7.4/ext/xmlreader/tests/
H A D003-mb.phpt56 // Numeric positions of attributes
H A D003.phpt56 // Numeric positions of attributes
/PHP-7.4/ext/xml/tests/
H A Dbug26614.phpt16 show different column numbers and byte positions depending
H A Dbug26614_libxml.phpt16 show different column numbers and byte positions depending
/PHP-7.4/ext/iconv/tests/
H A Diconv_strpos_variation5.phpt20 * and the needle appears at the same positions in both strings
/PHP-7.4/
H A D.gitignore208 /win32/*.positions
/PHP-7.4/win32/build/
H A Dphpize.js.in260 // Comment out the calls from their original positions
/PHP-7.4/ext/standard/tests/file/
H A Duserstreams.phpt289 echo "SEEK: positions do not match!\n";
/PHP-7.4/ext/standard/
H A Dstring.c1112 const char **positions = emalloc(allocated * sizeof(char *)); in php_explode_negative_limit() local
1114 positions[found++] = p1; in php_explode_negative_limit()
1118 positions = erealloc(positions, allocated*sizeof(char *)); in php_explode_negative_limit()
1120 positions[found++] = p1 = p2 + ZSTR_LEN(delim); in php_explode_negative_limit()
1127 ZVAL_STRINGL(&tmp, positions[i], (positions[i+1] - ZSTR_LEN(delim)) - positions[i]); in php_explode_negative_limit()
1130 efree((void *)positions); in php_explode_negative_limit()
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます77 >>11 leshort !1 %d positions
25316 # Thus, positions 7-10, 60-62 and 67-80 are spaces. The Date must be in the
H A Dmagic77 >>11 leshort !1 %d positions
25316 # Thus, positions 7-10, 60-62 and 67-80 are spaces. The Date must be in the

Completed in 134 milliseconds