Home
last modified time | relevance | path

Searched refs:j (Results 176 – 200 of 249) sorted by relevance

12345678910

/PHP-5.5/ext/xml/
H A Dcompat.c119 int i, j; in _start_element_handler_ns() local
120 for (i = 0,j = 0;j < nb_namespaces;j++) { in _start_element_handler_ns()
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c687 unsigned int j; in mysqlnd_stmt_execute_store_params() local
693 for (j = i + 1; j < stmt->param_count; j++) { in mysqlnd_stmt_execute_store_params()
694 if (stmt->param_bind[j].zv == the_var) { in mysqlnd_stmt_execute_store_params()
/PHP-5.5/ext/standard/tests/file/
H A Duserstreams.phpt239 $j = 0;
258 $j, $whence_names[$whence], $offset, $line_length, $position);
270 $j++;
H A Dfnmatch_variation.phpt80 for( $j = 0; $j<count($string); $j++ ) {
81 var_dump( fnmatch($pattern[$i], $string[$j]) );
H A Dreadfile_variation8-win32.phpt60 $j = $i+1;
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput2581 _ ` 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
108 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
H A Dtestoutput11-16147 …KijUKghQw\^\\vea3a\?kka_G\$8\#\`\*kynsxzBLru\'\]k_\[7FrVx\}\^\=\$blx\>s\-N\%j\;D\*aZDnsw\:YKZ\%Q\.…
151 …c[%z-,64JQ5AeH_G#KijUKghQw^\vea3a?kka_G$8#`*kynsxzBLru']k_[7FrVx}^=$blx>s-N%j;D*aZDnsw:YKZ%Q.Kne9#…
157 …KijUKghQw\^\\vea3a\?kka_G\$8\#\`\*kynsxzBLru\'\]k_\[7FrVx\}\^\=\$blx\>s\-N\%j\;D\*aZDnsw\:YKZ\%Q\.…
161 …c[%z-,64JQ5AeH_G#KijUKghQw^\vea3a?kka_G$8#`*kynsxzBLru']k_[7FrVx}^=$blx>s-N%j;D*aZDnsw:YKZ%Q.Kne9#…
H A Dtestoutput11-32147 …KijUKghQw\^\\vea3a\?kka_G\$8\#\`\*kynsxzBLru\'\]k_\[7FrVx\}\^\=\$blx\>s\-N\%j\;D\*aZDnsw\:YKZ\%Q\.…
151 …c[%z-,64JQ5AeH_G#KijUKghQw^\vea3a?kka_G$8#`*kynsxzBLru']k_[7FrVx}^=$blx>s-N%j;D*aZDnsw:YKZ%Q.Kne9#…
157 …KijUKghQw\^\\vea3a\?kka_G\$8\#\`\*kynsxzBLru\'\]k_\[7FrVx\}\^\=\$blx\>s\-N\%j\;D\*aZDnsw\:YKZ\%Q\.…
161 …c[%z-,64JQ5AeH_G#KijUKghQw^\vea3a?kka_G$8#`*kynsxzBLru']k_[7FrVx}^=$blx>s-N%j;D*aZDnsw:YKZ%Q.Kne9#…
H A Dtestoutput11-8147 …KijUKghQw\^\\vea3a\?kka_G\$8\#\`\*kynsxzBLru\'\]k_\[7FrVx\}\^\=\$blx\>s\-N\%j\;D\*aZDnsw\:YKZ\%Q\.…
151 …c[%z-,64JQ5AeH_G#KijUKghQw^\vea3a?kka_G$8#`*kynsxzBLru']k_[7FrVx}^=$blx>s-N%j;D*aZDnsw:YKZ%Q.Kne9#…
157 …KijUKghQw\^\\vea3a\?kka_G\$8\#\`\*kynsxzBLru\'\]k_\[7FrVx\}\^\=\$blx\>s\-N\%j\;D\*aZDnsw\:YKZ\%Q\.…
161 …c[%z-,64JQ5AeH_G#KijUKghQw^\vea3a?kka_G$8#`*kynsxzBLru']k_[7FrVx}^=$blx>s-N%j;D*aZDnsw:YKZ%Q.Kne9#…
/PHP-5.5/ext/gd/libgd/
H A Dwebpimg.c144 const int j = ((i - 16) * 76283 + RGB_HALF) >> RGB_FRAC; in InitTables() local
145 kClip[i - RGB_RANGE_MIN] = (j < 0) ? 0 : (j > 255) ? 255 : j; in InitTables()
/PHP-5.5/ext/xsl/
H A Dxsltprocessor.c258 int j; in xsl_ext_function_php() local
262 for (j = 0; j < obj->nodesetval->nodeNr; j++) { in xsl_ext_function_php()
263 xmlNodePtr node = obj->nodesetval->nodeTab[j]; in xsl_ext_function_php()
/PHP-5.5/ext/date/tests/
H A Ddate_format_error.phpt25 $format = "F j, Y, g:i a";
/PHP-5.5/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp637 #define cleanup_zvals() for(int j=i;j>=0;j--) { zval_ptr_dtor((*args)+i); }
/PHP-5.5/ext/interbase/
H A Dinterbase.c584 unsigned short i = 0, j; in _php_ibase_commit_link() local
609 for (j = 0; j < p->trans->link_cnt; ++j) { in _php_ibase_commit_link()
610 if (p->trans->db_link[j] == link) { in _php_ibase_commit_link()
611 p->trans->db_link[j] = NULL; in _php_ibase_commit_link()
/PHP-5.5/ext/filter/tests/
H A D043.phpt120 string(1) "j"
/PHP-5.5/ext/standard/tests/array/
H A Drange_errors.phpt29 var_dump( range("a", "j", "z") );
/PHP-5.5/tests/lang/
H A Dengine_assignExecutionOrder_001.phpt64 return 'j';
/PHP-5.5/win32/build/
H A Dphpize.js.in131 var i, mod_name, j;
154 var i, mod_name, j;
/PHP-5.5/ext/standard/
H A Dvar_unserializer.c197 size_t i, j; in unserialize_str() local
216 for (j = 0; j < 2; j++) { in unserialize_str()
H A Dvar_unserializer.re195 size_t i, j;
214 for (j = 0; j < 2; j++) {
H A Dstring.c138 size_t i, j; in php_bin2hex() local
145 for (i = j = 0; i < oldlen; i++) { in php_bin2hex()
146 result[j++] = hexconvtab[old[i] >> 4]; in php_bin2hex()
147 result[j++] = hexconvtab[old[i] & 15]; in php_bin2hex()
149 result[j] = '\0'; in php_bin2hex()
164 size_t i, j; in php_hex2bin() local
165 for (i = j = 0; i < target_length; i++) { in php_hex2bin()
166 char c = old[j++]; in php_hex2bin()
177 c = old[j++]; in php_hex2bin()
2873 STRLEN j, local
[all …]
/PHP-5.5/sapi/isapi/stresstest/
H A Dstresstest.cpp596 for (DWORD j=0; j<iterations; j++) { in IsapiThread() local
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregcomp.c3258 int r, i, j, len, varlen; in expand_case_fold_string_alt() local
3298 for (j = 0; j < items[i].code_len; j++) { in expand_case_fold_string_alt()
3299 len = ONIGENC_CODE_TO_MBC(reg->enc, items[i].code[j], buf); in expand_case_fold_string_alt()
4204 int i, j, len; in concat_opt_exact_info() local
4219 for (j = 0; j < len && p < end; j++) in concat_opt_exact_info()
4235 int i, j, len; in concat_opt_exact_info_str() local
4241 for (j = 0; j < len && p < end; j++) in concat_opt_exact_info_str()
4251 int i, j, len; in alt_merge_opt_exact_info() local
4267 for (j = 1; j < len; j++) { in alt_merge_opt_exact_info()
4268 if (to->s[i+j] != add->s[i+j]) break; in alt_merge_opt_exact_info()
[all …]
/PHP-5.5/ext/soap/
H A Dphp_encoding.c825 int str_len, i, j; in to_zval_hexbin() local
839 for (i = j = 0; i < str_len; i++) { in to_zval_hexbin()
840 c = data->children->content[j++]; in to_zval_hexbin()
850 c = data->children->content[j++]; in to_zval_hexbin()
996 int i, j; in to_xml_hexbin() local
1010 for (i = j = 0; i < Z_STRLEN_P(data); i++) { in to_xml_hexbin()
1011 str[j++] = hexconvtab[((unsigned char)Z_STRVAL_P(data)[i]) >> 4]; in to_xml_hexbin()
1014 str[j] = '\0'; in to_xml_hexbin()
2218 int j; in add_xml_array_elements() local
2222 for (j=0; j<dims[0]; j++) { in add_xml_array_elements()
[all …]
/PHP-5.5/ext/standard/tests/strings/
H A Dstrcmp.phpt25 for($j=0; $j<count($str1_arr); $j++){
26 echo "- strcmp of '$str1_arr[$i]' and '$str1_arr[$j]' is => ";
27 var_dump(strcmp($str1_arr[$i], $str1_arr[$j]));

Completed in 94 milliseconds

12345678910