Home
last modified time | relevance | path

Searched refs:i (Results 426 – 450 of 1753) sorted by relevance

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

/PHP-5.5/Zend/tests/generators/finally/
H A Dyield_throw.phpt6 for ($i = $f; $i <= $t; $i++) {
8 yield $i;
/PHP-5.5/ext/oci8/tests/
H A Dcommit_001.phpt21 for ($i = 0; $i<3; $i++) {
27 for ($i = 0; $i<3; $i++) {
60 for ($i = 0; $i<3; $i++) {
/PHP-5.5/ext/date/tests/
H A Dbug33414-2.phpt8 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n";
10 print "result=".date("l Y-m-d H:i:s T I", $strtotime_tstamp)."\n";
16 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n";
18 print "result=".date("l Y-m-d H:i:s T I", $strtotime_tstamp)."\n";
24 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n";
32 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n";
40 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n";
48 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n";
56 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n";
64 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n";
[all …]
H A DDateTime_verify.phpt161 string(13) "Y-m-d\TH:i:sP"
163 string(16) "l, d-M-Y H:i:s T"
165 string(13) "Y-m-d\TH:i:sO"
167 string(16) "D, d M y H:i:s O"
169 string(16) "l, d-M-y H:i:s T"
171 string(16) "D, d M y H:i:s O"
173 string(16) "D, d M Y H:i:s O"
175 string(16) "D, d M Y H:i:s O"
177 string(13) "Y-m-d\TH:i:sP"
179 string(16) "D, d M Y H:i:s O"
[all …]
/PHP-5.5/ext/json/tests/
H A Dbug47644.phpt11 for ($i = 10000000000000000; $i < 10000000000000006; $i++) {
12 var_dump(json_decode("[$i]"));
/PHP-5.5/ext/iconv/tests/
H A Deucjp2iso2022jp.phpt14 for ($i = 0; $i < $len; ++$i) {
15 printf("%02x", ord($str{$i}));
/PHP-5.5/ext/standard/
H A Dformatted_print.c154 numbuf[i] = '\0'; in php_sprintf_appendint()
162 while (magn > 0 && i > 0); in php_sprintf_appendint()
164 numbuf[--i] = '-'; in php_sprintf_appendint()
166 numbuf[--i] = '+'; in php_sprintf_appendint()
169 number, &numbuf[i], i)); in php_sprintf_appendint()
193 numbuf[i] = '\0'; in php_sprintf_appenduint()
202 PRINTF_DEBUG(("sprintf: appending %d as \"%s\", i=%d\n", number, &numbuf[i], i)); in php_sprintf_appenduint()
328 numbuf[i] = '\0'; in php_sprintf_append2n()
348 register int i = 0; in php_sprintf_getnumber() local
354 *pos += i; in php_sprintf_getnumber()
[all …]
/PHP-5.5/ext/standard/tests/strings/
H A Dbug68710.phpt6 for ($i=4; $i<100; $i++) {
14 $m->ddd = str_repeat("A", $i);
H A Dbug24312.phpt6 for ($i = 0xF0; $i < 0xFF + 1; $i++) {
7 $enc = chunk_split(base64_encode($data), 10, chr($i));
/PHP-5.5/ext/pgsql/tests/
H A D01createdb.phpt15 for ($i=0; $i < $num_test_record; $i++) {
16 pg_query($db,"INSERT INTO ".$table_name." VALUES ($i, 'ABC');");
/PHP-5.5/ext/mbstring/tests/
H A Dmb_split-compat-01.phpt14 for ($i = 0; $i < count($a); $i++) {
15 echo $a[$i] . "\n";
H A Dmb_split.phpt29 for ( $i = 0; $i < 5; ++$i ) {
30 verify_split( b" ", b"a\tb\tc\td e\tf g", $i );
33 for ( $i = 1; $i < 5; ++$i ) {
34 …ify_split( b"\xa1\xa1+", b"\xa1\xa1\xa1\xa2\xa2\xa1\xa1\xa1\xa1\xa1\xa1\xa2\xa2\xa1\xa1\xa1", $i );
/PHP-5.5/ext/zip/lib/
H A Dzip_set_name.c47 zip_int64_t i; in _zip_set_name() local
54 if ((i=_zip_name_locate(za, name, 0, NULL)) != -1 && i != idx) { in _zip_set_name()
60 if (i == idx) in _zip_set_name()
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregcomp.c118 for (i = 0; i < (int )BITSET_SIZE; i++) { in bitset_is_empty()
131 for (i = 0; i < SINGLE_BYTE_SIZE; i++) { in bitset_on_num()
411 for (i = 0; i < n; i++) { in compile_tree_n_times()
1136 for (i = 0; i < n; i++) { in compile_quantifier_node()
3208 for (i = 0; i < len; i++) { in update_string_node_case_fold()
3265 for (i = 0; i < item_num; i++) { in expand_case_fold_string_alt()
3774 for (i = 0; i < n; i++) { in setup_tree()
3912 for (i = 0; i < len - 1; i++) in set_bm_skip()
3922 for (i = 0; i < len - 1; i++) in set_bm_skip()
4372 for (i = 0; i < n; i++) { in add_char_amb_opt_map_info()
[all …]
/PHP-5.5/ext/phar/tests/
H A Dphar_buildfromdirectory6.phpt12 foreach(range(1, 4) as $i) {
13 file_put_contents(dirname(__FILE__)."/testdir/file$i.txt", "some content for file $i");
31 foreach(range(1, 4) as $i) {
32 unlink(dirname(__FILE__) . "/testdir/file$i.txt");
/PHP-5.5/ext/sockets/tests/
H A Dsocket_connect_params.phpt27 Warning: socket_connect() expects at least 2 parameters, 0 given in %s on line %i
29 Warning: socket_connect() expects at least 2 parameters, 1 given in %s on line %i
31 Warning: socket_connect(): Socket of type AF_INET requires 3 arguments in %s on line %i
33 Warning: socket_connect(): unable to connect [%i]: %a in %s on line %i
/PHP-5.5/ext/com_dotnet/tests/
H A Dbug33386.phpt22 foreach (array(1,2) as $i) {
23 $oScript->ExecuteStatement ("tfA.func$i");
24 $oScript->ExecuteStatement ("func$i");
27 foreach (array(1,2) as $i) {
28 $oScript->ExecuteStatement ("tfB.func$i");
/PHP-5.5/ext/session/tests/
H A Dsession_set_save_handler_class_003.phpt22 public $i = 0;
24 ++$this->i;
28 ++$this->i;
35 $this->i = "hai";
51 var_dump($_SESSION, $handler->i);
64 var_dump(session_id(), $_SESSION, $handler->i);
/PHP-5.5/sapi/fpm/fpm/events/
H A Dport.c119 int ret, i, nget; in fpm_event_port_wait() local
138 for (i = 0; i < nget; i++) { in fpm_event_port_wait()
141 if (!events[i].portev_user) { in fpm_event_port_wait()
146 fpm_event_fire((struct fpm_event_s *)events[i].portev_user); in fpm_event_port_wait()
/PHP-5.5/tests/lang/operators/
H A Doperator_gt_or_equal_basic.phpt33 for ($i = 0; $i < count($toCompare); $i +=3) {
34 $typeToTest = $toCompare[$i];
35 $valid_compares = $toCompare[$i + 1];
36 $invalid_compares = $toCompare[$i + 2];
H A Doperator_lt_or_equal_basic.phpt32 for ($i = 0; $i < count($toCompare); $i +=3) {
33 $typeToTest = $toCompare[$i];
34 $valid_compares = $toCompare[$i + 1];
35 $invalid_compares = $toCompare[$i + 2];
/PHP-5.5/ext/standard/tests/serialize/
H A Dserialization_objects_001.phpt61 …vate";i:10;s:16:"�*�var_protected";s:6:"string";s:10:"var_public";a:3:{i:0;d:-100.1230000000000046…
79 …vate";i:10;s:16:"�*�var_protected";s:6:"string";s:10:"var_public";a:3:{i:0;d:-100.1230000000000046…
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcreposix.c385 size_t i; in regexec() local
388 for (i = 0; i < (size_t)rc; i++) in regexec()
390 pmatch[i].rm_so = ovector[i*2]; in regexec()
391 pmatch[i].rm_eo = ovector[i*2+1]; in regexec()
394 for (; i < nmatch; i++) pmatch[i].rm_so = pmatch[i].rm_eo = -1; in regexec()
/PHP-5.5/ext/spl/
H A Dspl_fixedarray.c106 long i; in spl_fixedarray_resize() local
108 for (i = 0; i < array->size; i++) { in spl_fixedarray_resize()
124 for (i = size; i < array->size; i++) { in spl_fixedarray_resize()
138 int i; in spl_fixedarray_copy() local
139 for (i = 0; i < from->size; i++) { in spl_fixedarray_copy()
142 to->elements[i] = from->elements[i]; in spl_fixedarray_copy()
176 for (i = 0; i < intern->array->size; i++) { in spl_fixedarray_object_get_properties()
186 for (i = intern->array->size; i < j; ++i) { in spl_fixedarray_object_get_properties()
199 long i; in spl_fixedarray_object_free_storage() local
202 for (i = 0; i < intern->array->size; i++) { in spl_fixedarray_object_free_storage()
[all …]
/PHP-5.5/ext/standard/tests/math/
H A Dis_nan_basic.phpt21 for ($i = 0; $i < count($values); $i++) {
22 $res = is_nan($values[$i]);

Completed in 73 milliseconds

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