Home
last modified time | relevance | path

Searched refs:i (Results 676 – 700 of 1753) sorted by relevance

1...<<21222324252627282930>>...71

/PHP-5.5/ext/intl/tests/
H A Dsymfony_format_type_int64_intl7.phpt10 $unit_test_args = unserialize('a:3:{i:0;O:15:"NumberFormatter":0:{}i:1;d:2147483648;i:2;s:19:"SFD2,…
H A Dsymfony_format_type_int64_intl8.phpt10 $unit_test_args = unserialize('a:3:{i:0;O:15:"NumberFormatter":0:{}i:1;d:-2147483649;i:2;s:21:"(SFD…
H A Dsymfony_format_type_double_intl2.phpt10 $unit_test_args = unserialize('a:3:{i:0;O:15:"NumberFormatter":0:{}i:1;d:1.1000000000000001;i:2;s:3…
H A Dsymfony_format_type_double_intl4.phpt10 $unit_test_args = unserialize('a:3:{i:0;O:15:"NumberFormatter":0:{}i:1;d:1.1000000000000001;i:2;s:7…
/PHP-5.5/ext/pdo/
H A Dpdo.php16 for ($i = 0; $i < 4; $i++) { variable
/PHP-5.5/ext/date/tests/
H A Dbug26317.phpt11 echo date("Y-m-d H:i:s\n", strtotime("2003-11-19 16:20:42 Z"));
12 echo date("Y-m-d H:i:s\n", strtotime("2003-11-19 09:20:42 T"));
13 echo date("Y-m-d H:i:s\n", strtotime("2003-11-19 19:20:42 C"));
H A Ddate_interval_create_from_date_string_nullparam.phpt7 $i = date_interval_create_from_date_string(null); //returns a empty object
8 var_dump($i);
20 ["i"]=>
H A Dbug39782.phpt8 echo $dttTest->format('D M j Y - H:i:s') . "\n";
11 echo $dttTest->format('D M j Y - H:i:s') . "\n";
14 echo $dttTest->format('D M j Y - H:i:s') . "\n";
/PHP-5.5/Zend/tests/
H A Dbug22836.phpt14 for ($i = 0; $i < 8; $i++) {
H A Dbug40770.phpt17 for ($i=0; $i<=$mb; $i++) {
H A Dbug43450.phpt22 for ($i=1;$i<$num_repeats;$i++)
/PHP-5.5/ext/pdo_dblib/
H A Dconfig.m416 for i in /usr/local /usr; do
17 if test -f $i/include/sybdb.h; then
18 PDO_FREETDS_INSTALLATION_DIR=$i
19 PDO_FREETDS_INCLUDE_DIR=$i/include
21 elif test -f $i/include/freetds/sybdb.h; then
22 PDO_FREETDS_INSTALLATION_DIR=$i
23 PDO_FREETDS_INCLUDE_DIR=$i/include/freetds
/PHP-5.5/ext/oci8/tests/
H A Dbug43497_92.phpt149 for ($i = 1; $i <= 10; $i++) {
150 echo "\nRun = " . $i . "\n";
156 for ($i = 1; $i <= 10; $i++) {
157 echo "\nRun = " . $i . "\n";
162 echo "\nExplicit LOB with no free (i.e. a temp lob leak)\n";
163 for ($i = 1; $i <= 10; $i++) {
164 echo "\nRun = " . $i . "\n";
264 Explicit LOB with no free (i.e. a temp lob leak)
/PHP-5.5/ext/filter/
H A Dfilter.c162 for (i = 0; i < size; ++i) { in PHP_INI_MH()
164 IF_G(default_filter) = filter_list[i].id; in PHP_INI_MH()
334 for (i = 0; i < size; ++i) { in php_find_filter()
335 if (filter_list[i].id == id) { in php_find_filter()
336 return filter_list[i]; in php_find_filter()
340 for (i = 0; i < size; ++i) { in php_find_filter()
342 return filter_list[i]; in php_find_filter()
898 for (i = 0; i < size; ++i) { in PHP_FUNCTION()
908 int i, filter_len; in PHP_FUNCTION() local
916 for (i = 0; i < size; ++i) { in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c499 for (i = 0; i < num; i++) { in mbfl_encoding_detector_feed()
650 for (i = 0; i < elistsz; i++) { in mbfl_identify_encoding()
664 for (i = 0; i < num; i++) { in mbfl_identify_encoding()
684 for (i = 0; i < num; i++) { in mbfl_identify_encoding()
697 for (i = 0; i < num; i++) { in mbfl_identify_encoding()
733 for (i = 0; i < elistsz; i++) { in mbfl_identify_encoding2()
747 for (i = 0; i < num; i++) { in mbfl_identify_encoding2()
767 for (i = 0; i < num; i++) { in mbfl_identify_encoding2()
780 for (i = 0; i < num; i++) { in mbfl_identify_encoding2()
1046 for (i = 0; i < needle_u8_len - 1; ++i) { in mbfl_strpos()
[all …]
/PHP-5.5/ext/pgsql/
H A Dconfig.m413 for i in $PHP_PGSQL $PHP_PGSQL/bin /usr/local/pgsql/bin /usr/local/bin /usr/bin ""; do
14 if test -x $i/pg_config; then
15 PG_CONFIG="$i/pg_config"
35 for i in $PGSQL_SEARCH_PATHS; do
37 if test -r "$i/$j/libpq-fe.h"; then
38 PGSQL_INC_BASE=$i
39 PGSQL_INCLUDE=$i/$j
40 if test -r "$i/$j/pg_config.h"; then
47 if test -f "$i/$j/libpq.so" || test -f "$i/$j/libpq.a"; then
48 PGSQL_LIBDIR=$i/$j
/PHP-5.5/ext/mysqli/
H A Dmysqli.c44 int i = 0; \
46 mysqli_add_property((a), (b)[i].pname, (b)[i].pname_length, \
48 i++; \
54 int i = 0; \
57 i++; \
121 unsigned int i; in php_free_stmt_bind_buffer() local
127 for (i=0; i < bbuf.var_cnt; i++) { in php_free_stmt_bind_buffer()
1149 unsigned int i; in php_mysqli_fetch_into_hash_aux() local
1164 for (i = 0; i < mysql_num_fields(result); i++) { in php_mysqli_fetch_into_hash_aux()
1165 if (row[i]) { in php_mysqli_fetch_into_hash_aux()
[all …]
/PHP-5.5/ext/standard/tests/serialize/
H A Dbug65481.phpt16 for ($i = 0; $i < 4; $i++)
/PHP-5.5/ext/standard/tests/
H A Dbug49244.phpt6 for ($i = 0; $i < 10; $i++) {
/PHP-5.5/ext/phar/tests/zip/
H A Dbadalias.phpt10 for ($i = 1; $i <= 5; $i++) {
12 new Phar($e . "badalias$i.phar.zip");
/PHP-5.5/ext/phar/tests/tar/
H A Dbadalias.phpt10 for ($i = 1; $i <= 5; $i++) {
12 new Phar($e . "badalias$i.phar.tar");
/PHP-5.5/ext/zip/tests/
H A Dbug7658.phpt43 for($i=0; $i < $zip->numFiles; $i++) {
44 $sb = $zip->statIndex($i);
/PHP-5.5/ext/intl/resourcebundle/
H A Dresourcebundle_iterator.c37 rb->child = ures_getByIndex( rb->me, iterator->i, rb->child, &icuerror ); in resourcebundle_iterator_read()
88 return (iterator->i < iterator->length) ? SUCCESS : FAILURE; in resourcebundle_iterator_has_more()
115 ZVAL_LONG(key, iterator->i); in resourcebundle_iterator_key()
125 iterator->i++; in resourcebundle_iterator_step()
135 iterator->i = 0; in resourcebundle_iterator_reset()
176 iterator->i = 0; in resourcebundle_get_iterator()
/PHP-5.5/ext/session/tests/
H A D024.phpt16 …baz|O:3:"foo":2:{s:3:"bar";s:2:"ok";s:3:"yes";i:1;}arr|a:1:{i:3;O:3:"foo":2:{s:3:"bar";s:2:"ok";s:…
97 …baz|O:3:"foo":2:{s:3:"bar";s:2:"ok";s:3:"yes";i:2;}arr|a:1:{i:3;O:3:"foo":2:{s:3:"bar";s:2:"ok";s:…
H A D004.phpt16 …baz|O:3:"foo":2:{s:3:"bar";s:2:"ok";s:3:"yes";i:1;}arr|a:1:{i:3;O:3:"foo":2:{s:3:"bar";s:2:"ok";s:…
93 …baz|O:3:"foo":2:{s:3:"bar";s:2:"ok";s:3:"yes";i:2;}arr|a:1:{i:3;O:3:"foo":2:{s:3:"bar";s:2:"ok";s:…

Completed in 47 milliseconds

1...<<21222324252627282930>>...71