Home
last modified time | relevance | path

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

/PHP-7.1/ext/mbstring/tests/
H A Dmb_ereg_search_setpos.phpt17 $positions = array( 5, 20, 21, 25, 0, -5, -20, -30);
18 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.1/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.1/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()
475 ZSMMG(shared_memory_state).positions[i] = ZSMMG(shared_segments)[i]->pos; in zend_shared_alloc_save_state()
485 ZSMMG(shared_segments)[i]->pos = ZSMMG(shared_memory_state).positions[i]; in zend_shared_alloc_restore_state()
H A Dzend_shared_alloc.h94 int *positions; /* current positions for each segment */ member
/PHP-7.1/ext/xmlreader/tests/
H A D003.phpt57 // Numeric positions of attributes
H A D003-mb.phpt57 // Numeric positions of attributes
/PHP-7.1/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.1/ext/iconv/tests/
H A Diconv_strpos_variation5.phpt20 * and the needle appears at the same positions in both strings
/PHP-7.1/
H A D.gitignore282 win32/*.positions
/PHP-7.1/win32/build/
H A Dphpize.js.in255 // Comment out the calls from their original positions
/PHP-7.1/ext/standard/
H A Dstring.c1119 char **positions = emalloc(allocated * sizeof(char *)); in php_explode_negative_limit() local
1121 positions[found++] = p1; in php_explode_negative_limit()
1125 positions = erealloc(positions, allocated*sizeof(char *)); in php_explode_negative_limit()
1127 positions[found++] = p1 = p2 + ZSTR_LEN(delim); in php_explode_negative_limit()
1134 ZVAL_STRINGL(&tmp, positions[i], (positions[i+1] - ZSTR_LEN(delim)) - positions[i]); in php_explode_negative_limit()
1137 efree(positions); in php_explode_negative_limit()
/PHP-7.1/ext/standard/tests/file/
H A Duserstreams.phpt290 echo "SEEK: positions do not match!\n";
/PHP-7.1/ext/pcre/pcrelib/doc/
H A Dpcre.txt1471 cally move on to find matches that start at later positions.
8317 positions in the subject, even for a single call. Therefore, if the
/PHP-7.1/ext/pcre/pcrelib/
H A DChangeLog5864 all possible positions.
/PHP-7.1/ext/fileinfo/tests/
H A Dmagic77 >>11 leshort !1 %d positions
18245 # Thus, positions 7-10, 60-62 and 67-80 are spaces. The Date must be in the
H A Dmagic私はガラスを食べられます77 >>11 leshort !1 %d positions
18245 # Thus, positions 7-10, 60-62 and 67-80 are spaces. The Date must be in the

Completed in 164 milliseconds