Home
last modified time | relevance | path

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

/PHP-5.5/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-5.5/ext/opcache/
H A Dzend_shared_alloc.c237 …ZSMMG(shared_memory_state).positions = (int *)zend_shared_alloc(sizeof(int) * ZSMMG(shared_segment… in zend_shared_alloc_startup()
238 if (!ZSMMG(shared_memory_state).positions) { in zend_shared_alloc_startup()
457 ZSMMG(shared_memory_state).positions[i] = ZSMMG(shared_segments)[i]->pos; in zend_shared_alloc_save_state()
467 ZSMMG(shared_segments)[i]->pos = ZSMMG(shared_memory_state).positions[i]; in zend_shared_alloc_restore_state()
H A Dzend_shared_alloc.h93 int *positions; /* current positions for each segment */ member
/PHP-5.5/ext/xmlreader/tests/
H A D003.phpt57 // Numeric positions of attributes
/PHP-5.5/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-5.5/ext/iconv/tests/
H A Diconv_strpos_variation5.phpt18 * and the needle appears at the same positions in both strings
/PHP-5.5/ext/mbstring/tests/
H A Dmb_strpos_variation5.phpt18 * and the needle appears at the same positions in both strings
H A Dmb_stripos_variation5_Bug45923.phpt19 * 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-5.5/
H A D.gitignore259 win32/*.positions
/PHP-5.5/ext/standard/
H A Dstring.c1073 char **positions = emalloc(allocated * sizeof(char *)); in php_explode_negative_limit() local
1075 positions[found++] = p1; in php_explode_negative_limit()
1079 positions = erealloc(positions, allocated*sizeof(char *)); in php_explode_negative_limit()
1081 positions[found++] = p1 = p2 + Z_STRLEN_P(delim); in php_explode_negative_limit()
1087 add_next_index_stringl(return_value, positions[i], in php_explode_negative_limit()
1088 (positions[i+1] - Z_STRLEN_P(delim)) - positions[i], in php_explode_negative_limit()
1092 efree(positions); in php_explode_negative_limit()
/PHP-5.5/win32/build/
H A Dphpize.js.in261 // Comment out the calls from their original positions
/PHP-5.5/ext/standard/tests/file/
H A Duserstreams.phpt290 echo "SEEK: positions do not match!\n";
/PHP-5.5/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-5.5/ext/fileinfo/tests/
H A Dmagic77 >>11 leshort !1 %d positions
15752 # Thus, positions 7-10, 60-62 and 67-80 are spaces. The Date must be in the
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog5864 all possible positions.

Completed in 136 milliseconds