Home
last modified time | relevance | path

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

1234567891011

/PHP-5.6/ext/standard/tests/strings/
H A Dadd-and-stripcslashes.phpt23 \abcd\e\f\g\h\i\j\k\l\m\n\o\pqrstuvwxy\z
/PHP-5.6/ext/opcache/Optimizer/
H A Dblock_pass.c186 int i, j; in find_code_blocks() local
188 j = 0; in find_code_blocks()
202 j++; in find_code_blocks()
205 if (j) { in find_code_blocks()
209 j = 0; in find_code_blocks()
214 if (i != j) { in find_code_blocks()
218 cfg->loop_cont[j] = &blocks[op_array->brk_cont_array[j].cont]; in find_code_blocks()
219 cfg->loop_brk[j] = &blocks[op_array->brk_cont_array[j].brk]; in find_code_blocks()
225 j++; in find_code_blocks()
1257 int i, j; in assemble_code_blocks() local
[all …]
/PHP-5.6/ext/standard/tests/file/
H A Dfile_variation8.phpt49 $j = $i+1;
51 echo "\n-- Iteration $j --\n";
H A Dfile_get_contents_variation7.phpt49 $j = $i+1;
51 echo "\n-- Iteration $j --\n";
H A Dfile_variation8-win32.phpt57 $j = $i+1;
59 echo "\n-- Iteration $j --\n";
H A Drename_variation12.phpt52 $j = $i+1;
54 echo "\n-- Iteration $j --\n";
H A Dfile_get_contents_variation7-win32.phpt57 $j = $i+1;
59 echo "\n-- Iteration $j --\n";
H A Dparse_ini_file_variation6-win32.phpt58 $j = $i+1;
60 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_variation11-win32.phpt55 $j = $i+1;
57 echo "\n-- Iteration $j --\n";
H A Drename_variation12-win32.phpt52 $j = $i+1;
54 echo "\n-- Iteration $j --\n";
/PHP-5.6/ext/date/tests/
H A DDateTime_serialize.phpt16 var_dump( $date2->format( "F j, Y, g:i a") );
H A DDateTime_extends_basic1.phpt14 public static $format = "F j, Y, g:i:s a";
/PHP-5.6/ext/standard/tests/array/
H A Dbug24220.phpt36 string(1) "j"
/PHP-5.6/ext/standard/
H A Dcrypt_blowfish.c556 unsigned int bug, i, j; in BF_set_key() local
601 for (j = 0; j < 4; j++) { in BF_set_key()
612 if (j) in BF_set_key()
/PHP-5.6/ext/gd/libgd/
H A Dgd_gif_in.c377 int i, j, ret; in GetCode_() local
410 for (i = scd->curbit, j = 0; j < code_size; ++i, ++j) { in GetCode_()
411 ret |= ((scd->buf[i / 8] & (1 << (i % 8))) != 0) << j; in GetCode_()
/PHP-5.6/ext/hash/tests/
H A Dfnv1a32.phpt87 array( '%+aVkw7Y9>3U+T\\j', '15c1ec76' ),
101 array( '\'1*j"NtSr87/aqtd;\'|', 'f40113e8' ),
107 array( 'DH"J>i*4y"<j>_/ ],59', '9354bdac' ),
169 array( '/Qx;Y\'*gOtgn<0j/WI1Q)]lC9w_Xcges:', '885fad78' ),
186 array( 'Y`w?NJ_ysqh#1)Hw-w{-m!Qc^9j^g;EB{=bK', '79ccb205' ),
189 array( 'xY,cJIlC;r]KT"77sY9t~BGo/b:@-X}&2*j\\T', '87e2ae2a' ),
201 array( 'JE5E5jpm_r`%G1cfNBnSy-vd=0V{j!N5Gc[\\NMJ', '22863e0e' ),
207 array( '(z]M*j#+\'r2_Z0/Da3e!"n_O.mTJltBto CzkF&r', '569492ba' ),
255 array( '.? j[I2Hv4:Z{-F0fm, A0mhLhOn0:c>Zc*6.=^%Qy`M(\']nuj', '9097fe8e' ),
263 array( 'oFOiW(j^7NIPy2b9`uo;1y`+6zh)\\n@L5p6mx!L0OvaJ)Dci;T&', '05e74ead' ),
[all …]
/PHP-5.6/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.6/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.6/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.6/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.6/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.6/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 …]

Completed in 356 milliseconds

1234567891011