Home
last modified time | relevance | path

Searched refs:j (Results 201 – 225 of 259) sorted by relevance

1234567891011

/PHP-7.4/ext/standard/tests/file/
H A Dtempnam_variation2.phpt47 $j = $i+1;
48 echo "\n-- Iteration $j --\n";
H A Dflock_variation.phpt54 $j = 0;
56 echo "-- Inner iteration $j in $i --\n";
58 $j++;
H A Duserstreams.phpt238 $j = 0;
257 $j, $whence_names[$whence], $offset, $line_length, $position);
269 $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;
H A Dreadfile_variation8-win32-mb.phpt60 $j = $i+1;
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c709 unsigned int j; in mysqlnd_stmt_execute_calculate_param_values_size() local
719 for (j = i + 1; j < stmt->param_count; j++) { in mysqlnd_stmt_execute_calculate_param_values_size()
720 if (Z_ISREF(stmt->param_bind[j].zv) && Z_REFVAL(stmt->param_bind[j].zv) == the_var) { in mysqlnd_stmt_execute_calculate_param_values_size()
/PHP-7.4/ext/phar/
H A Dtar.c429 int i, j; in phar_parse_tarfile() local
438 for (j = 0; j < 100; j++) { in phar_parse_tarfile()
439 name[i+j] = hdr->name[j]; in phar_parse_tarfile()
440 if (name[i+j] == '\0') { in phar_parse_tarfile()
445 entry.filename_len = i+j; in phar_parse_tarfile()
/PHP-7.4/ext/xsl/
H A Dxsltprocessor.c254 int j; in xsl_ext_function_php() local
258 for (j = 0; j < obj->nodesetval->nodeNr; j++) { in xsl_ext_function_php()
259 xmlNodePtr node = obj->nodesetval->nodeTab[j]; in xsl_ext_function_php()
/PHP-7.4/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-7.4/azure/
H A Dmsan_job.yml56 - script: make -j$(/usr/bin/nproc) >/dev/null
/PHP-7.4/ext/opcache/
H A Dzend_file_cache.c753 uint32_t j; local
771 for (j = 0; j < q->num_excludes; j++) {
772 SERIALIZE_STR(q->exclude_class_names[j]);
1442 uint32_t j; local
1458 for (j = 0; j < q->num_excludes; j++) {
1459 UNSERIALIZE_STR(q->exclude_class_names[j]);
/PHP-7.4/Zend/
H A Dzend_inheritance.c1453 uint32_t i, j; in zend_do_implement_interfaces() local
1465 for (j = 0; j < num_interfaces; j++) { in zend_do_implement_interfaces()
1466 if (interfaces[j] == iface) { in zend_do_implement_interfaces()
1467 if (j >= num_parent_interfaces) { in zend_do_implement_interfaces()
1755 size_t i, j = 0; in zend_traits_init_trait_structures() local
1796 for (j = 0; j < cur_precedence->num_excludes; j++) { in zend_traits_init_trait_structures()
1797 zend_string* class_name = cur_precedence->exclude_class_names[j]; in zend_traits_init_trait_structures()
2099 uint32_t i, j; in zend_do_bind_traits() local
2115 for (j = 0; j < i; j++) { in zend_do_bind_traits()
2116 if (traits[j] == trait) { in zend_do_bind_traits()
H A Dzend_opcode.c226 uint32_t j; in _destroy_zend_class_traits_info() local
233 for (j = 0; j < ce->trait_precedences[i]->num_excludes; j++) { in _destroy_zend_class_traits_info()
234 zend_string_release_ex(ce->trait_precedences[i]->exclude_class_names[j], 0); in _destroy_zend_class_traits_info()
/PHP-7.4/ext/iconv/
H A Diconv.c1044 size_t i, j, lim; in _php_iconv_strpos() local
1047 j = GENERIC_SUPERSET_NBYTES; in _php_iconv_strpos()
1050 while (j < lim) { in _php_iconv_strpos()
1055 j -= i; in _php_iconv_strpos()
1058 j += GENERIC_SUPERSET_NBYTES; in _php_iconv_strpos()
1087 size_t i, j, lim; in _php_iconv_strpos() local
1090 j = GENERIC_SUPERSET_NBYTES; in _php_iconv_strpos()
1093 while (j < lim) { in _php_iconv_strpos()
1094 if (_php_iconv_memequal(&ZSTR_VAL(ndl_buf)[j], &ZSTR_VAL(ndl_buf)[i], in _php_iconv_strpos()
1098 j -= i; in _php_iconv_strpos()
[all …]
/PHP-7.4/ext/pdo_oci/tests/
H A Dpdo_oci_stream_2a.phpt52 $a10 = str_repeat('j', 4095);
/PHP-7.4/
H A D.travis.yml97 …g "FAIL,XFAIL,BORK,WARN,LEAK,SKIP" --offline --show-diff --show-slow 1000 --set-timeout 120 -j$JOBS
/PHP-7.4/ext/mysqli/
H A Dmysqli_api.c876 int j; local
881 for (j = i + 1; j < stmt->param.var_cnt; j++) {
883 if (Z_ISREF(stmt->param.vars[j]) &&
884 Z_REFVAL(stmt->param.vars[j]) == Z_REFVAL(stmt->param.vars[i])) {
886 Z_DELREF_P(&stmt->param.vars[j]);
887 ZVAL_COPY(&stmt->param.vars[j], Z_REFVAL(stmt->param.vars[j]));
991 int j = 10; local
997 } while (--j > 0);
/PHP-7.4/azure/i386/
H A Djob.yml69 - script: make -j$(/usr/bin/nproc) >/dev/null
/PHP-7.4/azure/macos/
H A Djob.yml74 make -j$(sysctl -n hw.ncpu) >/dev/null
/PHP-7.4/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp621 #define cleanup_zvals() for(int j=i;j>=0;j--) { zval_ptr_dtor((*args)+i); }
/PHP-7.4/ext/filter/tests/
H A D043.phpt120 string(1) "j"
/PHP-7.4/tests/lang/
H A Dengine_assignExecutionOrder_001.phpt64 return 'j';
/PHP-7.4/ext/soap/
H A Dphp_encoding.c788 size_t i, j; in to_zval_hexbin() local
949 size_t i, j; in to_xml_hexbin() local
965 str[j] = '\0'; in to_xml_hexbin()
2090 int j = 0; in add_xml_array_elements() local
2096 if (j >= dims[0]) { in add_xml_array_elements()
2118 j++; in add_xml_array_elements()
2122 while (j < dims[0]) { in add_xml_array_elements()
2135 j++; in add_xml_array_elements()
2138 while (j < dims[0]) { in add_xml_array_elements()
2140 j++; in add_xml_array_elements()
[all …]
/PHP-7.4/ext/standard/tests/array/
H A Drange_errors.phpt29 var_dump( range("a", "j", "z") );

Completed in 93 milliseconds

1234567891011