Home
last modified time | relevance | path

Searched refs:i (Results 851 – 875 of 1753) sorted by relevance

1...<<31323334353637383940>>...71

/PHP-5.5/ext/session/tests/
H A Dsession_decode_error2.phpt17 $data = "foo|a:3:{i:0;i:1;i:1;i:2;i:2;i:3;}guff|R:1;blah|R:1;";
H A Dsession_encode_basic.phpt104 string(9) "data|i:0;"
107 string(9) "data|i:1;"
110 string(13) "data|i:12345;"
113 string(13) "data|i:-2345;"
173 string(9) "data|i:0;"
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput83853 /a(?-i)b/i
5590 /((?-i)a)b/i
5598 /((?-i)a)b/i
5610 /((?-i)a)b/i
5616 /((?-i)a)b/i
5628 /((?-i)a)b/i
5630 /(?-i:a)b/i
5638 /(?-i:a)b/i
5646 /(?-i:a)b/i
5656 /(?-i:a)b/i
[all …]
/PHP-5.5/ext/date/tests/
H A Dformat-negative-timestamp.phpt7 $i = 5;
11 while($i--) {
H A Ddate-set-timestamp.phpt7 echo $d->format( "Y-m-d H:i e\n" );
11 echo $d->format( "Y-m-d H:i e\n" );
H A Dbug50475.phpt11 var_dump($date->format('Y-m-d H:i:s'));
14 var_dump($date->format('Y-m-d H:i:s'));
/PHP-5.5/win32/build/
H A Dmkdist.php171 for ($i = 0; $i < 148; $i++)
172 $checksum += ord($hdr_data{$i});
173 for ($i = 148; $i < 156; $i++)
175 for ($i = 156; $i < 512; $i++)
176 $checksum += ord($hdr_data{$i});
/PHP-5.5/
H A Dconfig.guess523 i*86:AIX:*:*)
727 i*86:OSF1:*:*)
805 i*:CYGWIN*:*)
814 i*:MSYS*:*)
821 i*:PW*:*)
848 i*:UWIN*:*)
1029 i*86:OS/2:*:*)
1043 i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.[02]*:*)
1049 i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
1066 i*86:*:3.2:*)
[all …]
/PHP-5.5/ext/standard/tests/serialize/
H A Dbug43614.phpt8 var_dump($a = unserialize('a:2:{s:2:"10";i:1;s:2:"01";i:2;}'));
/PHP-5.5/ext/spl/tests/
H A Dheap_005.phpt10 foreach($input as $i) {
11 $h->insert($i);
H A Dheap_006.phpt10 foreach($input as $i) {
11 $h->insert($i);
/PHP-5.5/ext/standard/tests/file/
H A Dparse_ini_file_variation6.phpt49 for($i = 0; $i<count($allDirs); $i++) {
50 $j = $i+1;
51 $dir = $allDirs[$i];
H A Dreadfile_variation9.phpt51 for($i = 0; $i<count($allDirs); $i++) {
52 $j = $i+1;
53 $dir = $allDirs[$i];
/PHP-5.5/ext/standard/tests/general_functions/
H A Dget_defined_vars_basic.phpt22 $i = 123;
40 $i = 456;
80 ["i"]=>
108 ["i"]=>
130 ["i"]=>
/PHP-5.5/ext/standard/tests/array/
H A Darray_slice_variation5.phpt18 for ($i = -7; $i <= 7; $i++) {
19 echo "\n-- \$offset is $i --\n";
20 var_dump(array_slice($input, $i));
/PHP-5.5/ext/soap/
H A Dphp_encoding.c839 for (i = j = 0; i < str_len; i++) { in to_zval_hexbin()
1010 for (i = j = 0; i < Z_STRLEN_P(data); i++) { in to_xml_hexbin()
2059 for (;i > 0;i--) { in to_xml_object()
2414 for (i = 1; i < dimension; i++) { in to_xml_array()
2428 for (i=1; i<dimension; i++) { in to_xml_array()
2458 for (i=1; i<dimension; i++) { in to_xml_array()
2479 for (i=1; i<dimension; i++) { in to_xml_array()
2761 if (pos[i] >= dims[i]) { in to_zval_array()
2792 for (;i > 0;i--) { in to_xml_map()
3612 for (i = 0; i < count; i++) { in is_map()
[all …]
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_send_long_data.phpt63 for ($i = 0; $i < 1024; $i++) {
68 for ($i = 0; $i < $limit; $i++)
73 for ($i = 0; $i < $limit; $i++)
/PHP-5.5/ext/xml/
H A Dcompat.c95 int i; in _start_element_handler_ns() local
100 for (i = 0; i < nb_namespaces; i += 1) { in _start_element_handler_ns()
119 int i, j; in _start_element_handler_ns() local
120 for (i = 0,j = 0;j < nb_namespaces;j++) { in _start_element_handler_ns()
124 ns_prefix = (char *) namespaces[i++]; in _start_element_handler_ns()
125 ns_url = (char *) namespaces[i++]; in _start_element_handler_ns()
139 for (i = 0; i < nb_attributes; i += 1) { in _start_element_handler_ns()
175 for (i = 0; i < nb_attributes; i += 1) { in _start_element_handler_ns()
192 for (i = 0; i < z; i++) { in _start_element_handler_ns()
193 xmlFree(attrs[i]); in _start_element_handler_ns()
/PHP-5.5/sapi/apache_hooks/
H A Dmod_php5.c155 int i, retval; in sapi_stack_apply_with_argument_all() local
159 for (i=stack->top-1; i>=0; i--) { in sapi_stack_apply_with_argument_all()
164 for (i=0; i<stack->top; i++) { in sapi_stack_apply_with_argument_all()
175 int i; in sapi_stack_apply_with_argument_stop_if_equals() local
179 for (i=stack->top-1; i>=0; i--) { in sapi_stack_apply_with_argument_stop_if_equals()
186 for (i=0; i<stack->top; i++) { in sapi_stack_apply_with_argument_stop_if_equals()
198 int i; in sapi_stack_apply_with_argument_stop_if_http_error() local
202 for (i=stack->top-1; i>=0; i--) { in sapi_stack_apply_with_argument_stop_if_http_error()
209 for (i=0; i<stack->top; i++) { in sapi_stack_apply_with_argument_stop_if_http_error()
386 register int i; in sapi_apache_register_server_variables() local
[all …]
/PHP-5.5/ext/standard/tests/network/
H A Dfsockopen_variation1.phpt7 for ($i=0; $i<100; $i++) {
/PHP-5.5/tests/classes/
H A Dbug65768.phpt14 $diff1->h, " ", $diff1->i, " ", $diff1->s, "\n";
18 $diff2->h, " ", $diff2->i, " ", $diff2->s, "\n";
22 $diff3->h, " ", $diff3->i, " ", $diff3->s, "\n";
/PHP-5.5/ext/oci8/tests/
H A Darray_bind_005.phpt34 FOR i IN 1..5 LOOP
35 INSERT INTO bind_test VALUES (c1(i));
40 FOR i IN REVERSE 1..5 LOOP
41 FETCH CUR INTO c1(i);
H A Darray_bind_date.phpt34 FOR i IN 1..5 LOOP
35 INSERT INTO bind_test VALUES (c1(i));
40 FOR i IN REVERSE 1..5 LOOP
41 FETCH CUR INTO c1(i);
H A Darray_bind_date1.phpt34 FOR i IN 1..5 LOOP
35 INSERT INTO bind_test VALUES (c1(i));
40 FOR i IN REVERSE 1..5 LOOP
41 FETCH CUR INTO c1(i);
H A Darray_bind_float.phpt34 FOR i IN 1..5 LOOP
35 INSERT INTO bind_test VALUES (c1(i));
40 FOR i IN REVERSE 1..5 LOOP
41 FETCH CUR INTO c1(i);

Completed in 95 milliseconds

1...<<31323334353637383940>>...71