Home
last modified time | relevance | path

Searched refs:j (Results 126 – 150 of 249) sorted by relevance

12345678910

/PHP-5.5/ext/standard/tests/file/
H A Dparse_ini_file_variation6-win32.phpt58 $j = $i+1;
60 echo "\n-- Iteration $j --\n";
H A Drename_variation12.phpt52 $j = $i+1;
54 echo "\n-- Iteration $j --\n";
H A Drename_variation11-win32.phpt55 $j = $i+1;
57 echo "\n-- Iteration $j --\n";
H A Dfile_put_contents_variation7-win32.phpt59 $j = $i+1;
61 echo "\n-- Iteration $j --\n";
H A Dfile_put_contents_variation7.phpt51 $j = $i+1;
53 echo "\n-- Iteration $j --\n";
H A Drename_variation12-win32.phpt52 $j = $i+1;
54 echo "\n-- Iteration $j --\n";
/PHP-5.5/ext/standard/
H A Dcrypt_blowfish.c552 unsigned int bug, i, j; in BF_set_key() local
597 for (j = 0; j < 4; j++) { in BF_set_key()
608 if (j) in BF_set_key()
/PHP-5.5/ext/opcache/
H A Dzend_accelerator_util_funcs.c800 int j = 0; local
802 while (trait_precedences[i]->exclude_from_classes[j]) {
803 j++;
805 exclude_from_classes = emalloc(sizeof(zend_class_entry*) * (j + 1));
806 j = 0;
807 while (trait_precedences[i]->exclude_from_classes[j]) {
808 exclude_from_classes[j] = (zend_class_entry*)estrndup(
809 (char*)trait_precedences[i]->exclude_from_classes[j],
810 strlen((char*)trait_precedences[i]->exclude_from_classes[j]));
811 j++;
[all …]
H A Dzend_persist.c566 int j = 0; local
568 while (ce->trait_precedences[i]->exclude_from_classes[j]) {
569 zend_accel_store(ce->trait_precedences[i]->exclude_from_classes[j],
570 strlen((char*)ce->trait_precedences[i]->exclude_from_classes[j]) + 1);
571 j++;
574 sizeof(zend_class_entry*) * (j + 1));
/PHP-5.5/ext/gd/libgd/
H A Dgd_gif_in.c374 int i, j, ret; in GetCode_() local
407 for (i = scd->curbit, j = 0; j < code_size; ++i, ++j) { in GetCode_()
408 ret |= ((scd->buf[i / 8] & (1 << (i % 8))) != 0) << j; in GetCode_()
/PHP-5.5/ext/date/tests/
H A DDateTime_extends_basic1.phpt14 public static $format = "F j, Y, g:i:s a";
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dwintestoutput388 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
97 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
/PHP-5.5/ext/intl/tests/
H A Dbug58756_MessageFormatter.phpt21 echo "date: " . date('l, F j, Y g:i:s A T', $time) . "\n";
H A Dbug58756_MessageFormatter_variant2.phpt21 echo "date: " . date('l, F j, Y g:i:s A T', $time) . "\n";
/PHP-5.5/ext/mbstring/libmbfl/filters/
H A Dmbfilter_sjis_mac.c134 int i, j, n; in mbfl_filt_conv_sjis_mac_wchar() local
214 for (j=1; j<n-1; j++) { in mbfl_filt_conv_sjis_mac_wchar()
215 CK((*filter->output_function)(code_tbl_m[i][j], filter->data)); in mbfl_filt_conv_sjis_mac_wchar()
/PHP-5.5/ext/standard/tests/math/
H A Dhypot_basic.phpt44 for ($j = 0; $j < count($valuesx); $j++) {
45 echo "\nY:$valuesy[$i] X:$valuesx[$j] ";
46 $res = hypot($valuesy[$i], $valuesx[$j]);
/PHP-5.5/ext/dom/
H A Dxpath.c141 int j; in dom_xpath_ext_function_php() local
144 for (j = 0; j < obj->nodesetval->nodeNr; j++) { in dom_xpath_ext_function_php()
145 xmlNodePtr node = obj->nodesetval->nodeTab[j]; in dom_xpath_ext_function_php()
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c60084 for(j=0; j<i; j++){
60100 for(j=1; j<nNew; j++){
71176 for(j=0; j<15 && j<pMem->n; j++){
76094 for(j=0; j<nRoot; j++){
96394 for(j=0; j<nCol; j++){
106689 testcase( j==0 || j==1 || j==2 || j==3 || j==4 || j==5 || j==6 );
108125 for(j=0; j<i; j++){
114842 for(j=0; j<i; j++){
119517 for(j=0; j<nConstraint && j<16; j++){
129098 for(j=0; j<3; j++){
[all …]
/PHP-5.5/ext/standard/tests/strings/
H A Daddcslashes_003.phpt38 string(40) "\abcd\e\f\g\h\i\j\k\l\m\n\o\pqrstuvwxy\z"
/PHP-5.5/ext/pdo_oci/tests/
H A Dpdo_oci_stream_1.phpt32 lob1 clob := 'abc' || lpad('j',30000,'j') || 'xyz';
/PHP-5.5/tests/lang/
H A D025.phpt7 $j=$nr+1;
8 while ($j < 10) {
10 RekTest($j);
11 $j++;
12 echo " b $j ";
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregparse.c586 int i, j; in onig_print_names() local
602 for (j = 0; j < e->back_num; j++) { in onig_print_names()
1144 OnigCodePoint j; in node_new_cclass_by_codepoint_range() local
1948 for (j = 0; j < n2; j++) { in and_code_range_buf()
1949 from2 = data2[j*2]; in and_code_range_buf()
3756 OnigCodePoint j; in add_ctype_to_cc_by_range() local
3763 j <= ONIGENC_CODE_RANGE_TO(mbr, i); j++) { in add_ctype_to_cc_by_range()
3764 if (j >= sb_out) { in add_ctype_to_cc_by_range()
3792 j < ONIGENC_CODE_RANGE_FROM(mbr, i); j++) { in add_ctype_to_cc_by_range()
3793 if (j >= sb_out) { in add_ctype_to_cc_by_range()
[all …]
/PHP-5.5/ext/standard/tests/array/
H A Darray_combine.phpt18 $j = array_combine($array3, $array2);
/PHP-5.5/ext/mssql/
H A Dphp_mssql.c315 int i,j; in _free_result() local
320 for (j=0; j<result->num_fields; j++) { in _free_result()
321 zval_dtor(&result->data[i][j]); in _free_result()
1213 int i, j = 0; local
1224 if (j>0) {
1225 snprintf(computed_buf,16,"computed%d",j);
1230 j++;
1275 for (j=0; j<result->num_fields; j++) {
1276 INIT_ZVAL(result->data[i][j]);
1277 …MS_SQL_G(get_column_content(mssql_ptr, j+1, &result->data[i][j], result->fields[j].type TSRMLS_CC)…
/PHP-5.5/Zend/
H A Dzend_opcode.c259 zend_uint j = 0; in _destroy_zend_class_traits_info() local
261 while (cur_precedence->exclude_from_classes[j]) { in _destroy_zend_class_traits_info()
262 efree(cur_precedence->exclude_from_classes[j]); in _destroy_zend_class_traits_info()
263 j++; in _destroy_zend_class_traits_info()
668 zend_uint i, j; in zend_resolve_finally_calls() local
671 for (i = 0, j = op_array->last; i < j; i++) { in zend_resolve_finally_calls()

Completed in 404 milliseconds

12345678910