Home
last modified time | relevance | path

Searched refs:j (Results 151 – 175 of 249) sorted by relevance

12345678910

/PHP-5.5/ext/standard/tests/file/
H A Dtempnam_variation8-win32.phpt46 $j = $i+1;
47 echo "\n-- Iteration $j --\n";
H A Dtempnam_variation2-win32.phpt47 $j = $i+1;
48 echo "\n-- Iteration $j --\n";
H A Dtempnam_variation2.phpt47 $j = $i+1;
48 echo "\n-- Iteration $j --\n";
H A Dflock_variation.phpt53 $j = 0;
55 echo "-- Inner iteration $j in $i --\n";
57 $j++;
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput397 Q R S T U V W X Y Z _ a b c d e f g h i j k l m n o p q r s t u v w x y z
106 Q R S T U V W X Y Z _ a b c d e f g h i j k l m n o p q r s t u v w x y z
H A Dtestinput1129 …KijUKghQw\^\\vea3a\?kka_G\$8\#\`\*kynsxzBLru\'\]k_\[7FrVx\}\^\=\$blx\>s\-N\%j\;D\*aZDnsw\:YKZ\%Q\.…
31 …KijUKghQw\^\\vea3a\?kka_G\$8\#\`\*kynsxzBLru\'\]k_\[7FrVx\}\^\=\$blx\>s\-N\%j\;D\*aZDnsw\:YKZ\%Q\.…
H A Dtestoutput2334 _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~ \x7f \x80
61 d e f g h i j k l m n o p q r s t u v w x y z { | } ~ \x7f \x80 \x81 \x82
/PHP-5.5/ext/zip/lib/
H A Dzip_open.c302 unsigned int min, max, j; in _zip_checkcons() local
320 j = cd->entry[i].offset + cd->entry[i].comp_size in _zip_checkcons()
322 if (j > max) in _zip_checkcons()
323 max = j; in _zip_checkcons()
/PHP-5.5/ext/spl/
H A Dspl_heap.c277 int i, j; in spl_ptr_heap_delete_top() local
289 for( i = 0; i < limit; i = j) in spl_ptr_heap_delete_top()
292 j = i*2+1; in spl_ptr_heap_delete_top()
293 …if(j != heap->count && heap->cmp(heap->elements[j+1], heap->elements[j], cmp_userdata TSRMLS_CC) >… in spl_ptr_heap_delete_top()
294 j++; /* next child is bigger */ in spl_ptr_heap_delete_top()
298 if(heap->cmp(bottom, heap->elements[j], cmp_userdata TSRMLS_CC) < 0) { in spl_ptr_heap_delete_top()
299 heap->elements[i] = heap->elements[j]; in spl_ptr_heap_delete_top()
/PHP-5.5/ext/date/tests/
H A DDateTime_format_error.phpt23 $format = "F j, Y, g:i a";
H A Dgmdate_variation3.phpt21 'Day without leading zeros' => 'j',
H A Dmktime_basic1.phpt5 …") [, int $second= date("s") [, int $month= date("n") [, int $day= date("j") [, int $year= dat…
H A Dmktime_error.phpt5 …") [, int $second= date("s") [, int $month= date("n") [, int $day= date("j") [, int $year= dat…
H A Dstrftime_variation7.phpt22 'Day of the year as a decimal number' => "%j",
H A Dgmstrftime_variation7.phpt21 'Day of the year as a decimal number' => "%j",
/PHP-5.5/ext/hash/
H A Dhash.c619 long loops, i, j, iterations, length = 0, digest_length; in PHP_FUNCTION() local
702 for (j = 1; j < iterations; j++) { in PHP_FUNCTION()
927 int i = 0, j = 0; in PHP_FUNCTION() local
941 for (j=0;j<i;j++) { in PHP_FUNCTION()
/PHP-5.5/Zend/
H A Dzend_hash.c1447 int i, j; in zend_hash_sort() local
1476 for (j = 1; j < i-1; j++) { in zend_hash_sort()
1477 arTmp[j]->pListLast = arTmp[j-1]; in zend_hash_sort()
1478 arTmp[j]->pListNext = arTmp[j+1]; in zend_hash_sort()
1480 arTmp[j]->pListLast = arTmp[j-1]; in zend_hash_sort()
1481 arTmp[j]->pListNext = NULL; in zend_hash_sort()
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch198 + int j;
199 + for (j = 0; j < MAGIC_SETS; j++) {
374 uint32_t i, j;
472 for (j = 0; j < MAGIC_SETS; j++) {
949 size_t i, j;
955 for (j = i = 0; sid >= 0; i++, j++) {
1000 - for (j = 0; j < nelements; j++, i++) {
1001 + for (j = 0; j < nelements && i < sh.sh_properties;
1057 size_t i, j;
3331 + int i, j=0;
[all …]
/PHP-5.5/ext/mysql/
H A Dconfig.m47 for j in `echo $str`; do
8 if test -r $j; then
/PHP-5.5/ext/pdo_mysql/
H A Dconfig.m423 for j in `echo $str`; do
24 if test -r $j; then
/PHP-5.5/ext/standard/tests/array/
H A Drange.phpt174 string(1) "j"
244 string(1) "j"
/PHP-5.5/ext/phar/
H A Dtar.c410 int i, j; in phar_parse_tarfile() local
419 for (j = 0; j < 100; j++) { in phar_parse_tarfile()
420 name[i+j] = hdr->name[j]; in phar_parse_tarfile()
421 if (name[i+j] == '\0') { in phar_parse_tarfile()
426 entry.filename_len = i+j; in phar_parse_tarfile()
/PHP-5.5/sapi/nsapi/
H A Dnsapi.c848 register int i,j,ok; in nsapi_php_ini_entries() local
855 for (j=0; nsapi_exclude_from_ini_entries[j]; j++) { in nsapi_php_ini_entries()
856 ok&=(strcasecmp(entry->param->name, nsapi_exclude_from_ini_entries[j])!=0); in nsapi_php_ini_entries()
/PHP-5.5/ext/iconv/
H A Diconv.c1002 unsigned int i, j, lim; in _php_iconv_strpos() local
1005 j = GENERIC_SUPERSET_NBYTES; in _php_iconv_strpos()
1008 while (j < lim) { in _php_iconv_strpos()
1013 j -= i; in _php_iconv_strpos()
1016 j += GENERIC_SUPERSET_NBYTES; in _php_iconv_strpos()
1045 unsigned int i, j, lim; in _php_iconv_strpos() local
1048 j = GENERIC_SUPERSET_NBYTES; in _php_iconv_strpos()
1051 while (j < lim) { in _php_iconv_strpos()
1052 if (_php_iconv_memequal(&ndl_buf[j], &ndl_buf[i], in _php_iconv_strpos()
1056 j -= i; in _php_iconv_strpos()
[all …]
/PHP-5.5/ext/fileinfo/libmagic/
H A Dsoftmagic.c1855 int i, j=0; in convert_libmagic_pattern() local
1860 t[j++] = '~'; in convert_libmagic_pattern()
1862 for (i=0; i<Z_STRLEN_P(pattern); i++, j++) { in convert_libmagic_pattern()
1865 t[j++] = '\\'; in convert_libmagic_pattern()
1866 t[j] = '~'; in convert_libmagic_pattern()
1869 t[j] = Z_STRVAL_P(pattern)[i]; in convert_libmagic_pattern()
1873 t[j++] = '~'; in convert_libmagic_pattern()
1876 t[j++] = 'i'; in convert_libmagic_pattern()
1879 t[j++] = 'm'; in convert_libmagic_pattern()
1881 t[j]='\0'; in convert_libmagic_pattern()
[all …]

Completed in 111 milliseconds

12345678910