Home
last modified time | relevance | path

Searched refs:i (Results 451 – 475 of 1753) sorted by relevance

1...<<11121314151617181920>>...71

/PHP-5.5/ext/intl/tests/
H A Dsymfony_format_type_int64_intl1.phpt10 $unit_test_args = unserialize('a:3:{i:0;O:15:"NumberFormatter":0:{}i:1;i:1;i:2;s:1:"1";}');
H A Dsymfony_format_type_int64_intl5.phpt10 $unit_test_args = unserialize('a:3:{i:0;O:15:"NumberFormatter":0:{}i:1;i:1;i:2;s:7:"SFD1.00";}');
H A Dsymfony_format_type_double_intl1.phpt10 $unit_test_args = unserialize('a:3:{i:0;O:15:"NumberFormatter":0:{}i:1;i:1;i:2;s:1:"1";}');
H A Dsymfony_format_type_double_intl3.phpt10 $unit_test_args = unserialize('a:3:{i:0;O:15:"NumberFormatter":0:{}i:1;i:1;i:2;s:7:"SFD1.00";}');
H A Dsymfony_format_type_int32_intl4.phpt10 $unit_test_args = unserialize('a:3:{i:0;O:15:"NumberFormatter":0:{}i:1;i:1;i:2;s:7:"SFD1.00";}');
/PHP-5.5/ext/standard/tests/math/
H A Dis_finite_basic.phpt20 for ($i = 0; $i < count($values); $i++) {
21 $res = is_finite($values[$i]);
H A Dis_infinite_basic.phpt20 for ($i = 0; $i < count($values); $i++) {
21 $res = is_infinite($values[$i]);
H A Doctdec_basic.phpt27 for ($i = 0; $i < count($values); $i++) {
28 $res = octdec($values[$i]);
H A Dbindec_basic.phpt31 for ($i = 0; $i < count($values); $i++) {
32 $res = bindec($values[$i]);
H A Dbindec_basic_64bit.phpt31 for ($i = 0; $i < count($values); $i++) {
32 $res = bindec($values[$i]);
/PHP-5.5/ext/mssql/
H A Dconfig.m412 for i in /usr/local /usr; do
13 if test -f $i/include/sybdb.h; then
14 FREETDS_INSTALLATION_DIR=$i
15 FREETDS_INCLUDE_DIR=$i/include
17 elif test -f $i/include/freetds/sybdb.h; then
18 FREETDS_INSTALLATION_DIR=$i
19 FREETDS_INCLUDE_DIR=$i/include/freetds
/PHP-5.5/ext/odbc/
H A Dbirdstep.c180 register int i; in _free_birdstep_result() local
181 for ( i=0; i < res->numcols; i++ ) { in _free_birdstep_result()
182 if ( res->values[i].value ) in _free_birdstep_result()
183 efree(res->values[i].value); in _free_birdstep_result()
354 SWORD cols,i,colnamelen; in PHP_FUNCTION() local
399 for ( i = 0; i < cols; i++ ) { in PHP_FUNCTION()
401 res->values[i].name,sizeof(res->values[i].name), in PHP_FUNCTION()
416 SQLBindCol(res->hstmt,i+1,SQL_C_CHAR, res->values[i].value,coldesc+1, &res->values[i].vallen); in PHP_FUNCTION()
466 int i,sql_c_type; in PHP_FUNCTION() local
485 for ( i = 0; i < res->numcols; i++ ) { in PHP_FUNCTION()
[all …]
/PHP-5.5/Zend/tests/
H A Dbug45147.phpt4 <?php for ($i = 0; $i == 0; $i++): ?>
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c24718 for(i=sz-1; i>0 && z[i]!='/' && z[i]!='.'; i--){}
26313 for(i=j=0; i<n; i++){
60042 for(i=0; i<k; i++){
71140 for(i=0; i<16 && i<pMem->n; i++){
71144 for(i=0; i<16 && i<pMem->n; i++){
72895 for(i=0; i<n; i++){
85928 for(i=0; i<nExpr-1; i=i+2){
95162 for(i=0; i<3; i++){
106680 for(i=0; i<3 && apAll[i]; i++){
106746 for(i=0; i<N; i++){
[all …]
/PHP-5.5/ext/gd/
H A Dconfig.m463 for i in /usr/local /usr; do
65 PHP_ZLIB_DIR="$i"
68 PHP_ZLIB_DIR="$i"
79 test -f $i/include/vpx_codec.h || test -f $i/include/vpx/vpx_codec.h && GD_VPX_DIR=$i && break
105 test -f $i/include/jpeglib.h && GD_JPEG_DIR=$i && break
130 test -f $i/include/png.h && GD_PNG_DIR=$i && break
161 test -f $i/include/xpm.h && GD_XPM_DIR=$i && GD_XPM_INC=$i && break
162 test -f $i/include/X11/xpm.h && GD_XPM_DIR=$i && GD_XPM_INC=$i/X11 && break
189 FREETYPE2_DIR=$i
216 test -f "$i/include/t1lib.h" && GD_T1_DIR=$i && break
[all …]
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_bind_result.phpt88 if (!mysqli_stmt_bind_param($stmt, "i" . $bind_type, $id, $bind_value)) {
157 for ($i = 0; $i < $len; $i++)
163 func_mysqli_stmt_bind_result($link, $engine, "i", "TINYINT", -11, 20);
164 func_mysqli_stmt_bind_result($link, $engine, "i", "TINYINT", NULL, 40);
168 func_mysqli_stmt_bind_result($link, $engine, "i", "BOOL", 1, 100);
169 func_mysqli_stmt_bind_result($link, $engine, "i", "BOOL", NULL, 120);
170 func_mysqli_stmt_bind_result($link, $engine, "i", "BOOLEAN", 0, 140);
171 func_mysqli_stmt_bind_result($link, $engine, "i", "BOOLEAN", NULL, 160);
188 func_mysqli_stmt_bind_result($link, $engine, "i", "INTEGER", NULL, 440);
197 func_mysqli_stmt_bind_result($link, $engine, "i", "BIGINT", NULL, 540);
[all …]
/PHP-5.5/ext/ereg/regex/
H A Dsplit.c283 register int i; in regress() local
300 for (i = 0; i < nf && i < RNF; i++) { in regress()
301 f = fields[i]; in regress()
304 if (strcmp(f, tests[n].fi[i]) != 0) { in regress()
307 i, fields[i], tests[n].fi[i]); in regress()
/PHP-5.5/main/
H A Dreentrancy.c256 int i; in reentrancy_startup() local
258 for (i = 0; i < NUMBER_OF_LOCKS; i++) { in reentrancy_startup()
259 reentrant_locks[i] = tsrm_mutex_alloc(); in reentrancy_startup()
265 int i; in reentrancy_shutdown() local
267 for (i = 0; i < NUMBER_OF_LOCKS; i++) { in reentrancy_shutdown()
268 tsrm_mutex_free(reentrant_locks[i]); in reentrancy_shutdown()
/PHP-5.5/tests/lang/
H A D012.phpt11 $i=0;
12 while ($i<2) {
14 $i++;
/PHP-5.5/ext/pdo_firebird/
H A Dfirebird_driver.c256 while (result[i] != isc_info_end && i < result_size) { in firebird_handle_doer()
261 i += len+3; in firebird_handle_doer()
613 while ((sizeof(buf)>(i+2))&&(l = fb_interpret(&buf[i],(sizeof(buf)-i-2),&s))) { in pdo_firebird_fetch_error_func()
614 i += l; in pdo_firebird_fetch_error_func()
615 strcpy(&buf[i++], " "); in pdo_firebird_fetch_error_func()
650 int i, ret = 0; in pdo_firebird_handle_factory() local
666 for (i = 0; i < sizeof(dpb_flags); ++i) { in pdo_firebird_handle_factory()
669 dpb_values[i]); in pdo_firebird_handle_factory()
688 for (i = 0; i < sizeof(vars)/sizeof(vars[0]); ++i) { in pdo_firebird_handle_factory()
689 if (vars[i].freeme) { in pdo_firebird_handle_factory()
[all …]
/PHP-5.5/ext/com_dotnet/
H A Dcom_wrapper.c173 UINT i; in disp_getidsofnames() local
177 for (i = 0; i < cNames; i++) { in disp_getidsofnames()
187 rgDispId[i] = 0; in disp_getidsofnames()
189 rgDispId[i] = Z_LVAL_PP(tmp); in disp_getidsofnames()
254 UINT i; in disp_invokeex() local
269 for (i = 0; i < pdp->cArgs; i++) { in disp_invokeex()
280 *params[i] = zarg; in disp_invokeex()
301 for (i = 0; i < pdp->cArgs; i++) { in disp_invokeex()
324 for (i = 0; i < pdp->cArgs; i++) { in disp_invokeex()
325 zval_ptr_dtor(params[i]); in disp_invokeex()
[all …]
/PHP-5.5/ext/date/tests/
H A Dbug65184.phpt17 for ($i = 0; $i < strlen($s); $i++) {
18 printf("%x ", ord($s[$i]));
/PHP-5.5/ext/standard/tests/array/
H A Dbug24766.phpt14 $i=$k[0];
15 var_dump($a[$i]);
16 $i=$l[0];
17 var_dump($b[$i]);
/PHP-5.5/ext/spl/tests/
H A DSplFixedArray_toArray_with-params.phpt11 for ($i=0; $i < 5; $i++) {
12 $fixedArray[$i] = "PHPNW Testfest";
/PHP-5.5/ext/gmp/tests/
H A D003.phpt29 for ($i = 0; $i < count($test); $i++) {
30 printf("%s\n", gmp_strval($test[$i]));

Completed in 495 milliseconds

1...<<11121314151617181920>>...71