Home
last modified time | relevance | path

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

/php-src/ext/mbstring/tests/
H A Dmb_ereg_search_setpos.phpt23 $positions = array( 5, 20, 21, 25, 0, -5, -20, -30);
24 foreach($positions as $pos) {
H A Dmb_strripos_variation5_Bug45923.phpt10 * and the needle appears at the same positions in both strings
H A Dmb_stripos_variation5_Bug45923.phpt10 * and the needle appears at the same positions in both strings
H A Dmb_strpos_variation5.phpt10 * and the needle appears at the same positions in both strings
/php-src/Zend/tests/
H A Dgh13178_5.phpt2 GH-13178: Packed array with last elements removed must reset iterator positions
/php-src/ext/dom/tests/compareDocumentPosition/
H A Dattribute_child_order.phpt29 // See note about attributes vs children positions: attributes precede children
/php-src/ext/opcache/
H A Dzend_shared_alloc.c284 …ZSMMG(shared_memory_state).positions = (size_t *)zend_shared_alloc(sizeof(size_t) * ZSMMG(shared_s… in zend_shared_alloc_startup()
285 if (!ZSMMG(shared_memory_state).positions) { in zend_shared_alloc_startup()
600 ZSMMG(shared_memory_state).positions[i] = ZSMMG(shared_segments)[i]->pos; in zend_shared_alloc_save_state()
610 ZSMMG(shared_segments)[i]->pos = ZSMMG(shared_memory_state).positions[i]; in zend_shared_alloc_restore_state()
H A Dzend_shared_alloc.h98 size_t *positions; /* current positions for each segment */ member
/php-src/ext/xmlreader/tests/
H A D003-mb.phpt56 // Numeric positions of attributes
H A D003.phpt56 // Numeric positions of attributes
/php-src/ext/xml/tests/
H A Dbug26614.inc7 show different column numbers and byte positions depending
/php-src/ext/iconv/tests/
H A Diconv_strpos_variation5.phpt12 * and the needle appears at the same positions in both strings
/php-src/win32/build/
H A Dphpize.js.in258 // Comment out the calls from their original positions
/php-src/
H A D.gitignore213 /win32/*.positions
H A DNEWS12 . Fixed bug GH-13178 (Iterator positions incorrect when converting packed
/php-src/ext/standard/tests/file/
H A Duserstreams.phpt293 echo "SEEK: positions do not match!\n";
/php-src/ext/standard/
H A Dstring.c895 const char **positions = emalloc(allocated * sizeof(char *)); in php_explode_negative_limit() local
897 positions[found++] = p1; in php_explode_negative_limit()
901 positions = erealloc(ZEND_VOIDP(positions), allocated*sizeof(char *)); in php_explode_negative_limit()
903 positions[found++] = p1 = p2 + ZSTR_LEN(delim); in php_explode_negative_limit()
910 ZVAL_STRINGL(&tmp, positions[i], (positions[i+1] - ZSTR_LEN(delim)) - positions[i]); in php_explode_negative_limit()
913 efree((void *)positions); in php_explode_negative_limit()
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます77 >>11 leshort !1 %d positions
34815 # 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
34815 # Thus, positions 7-10, 60-62 and 67-80 are spaces. The Date must be in the

Completed in 257 milliseconds