Home
last modified time | relevance | path

Searched refs:i (Results 926 – 950 of 1753) sorted by relevance

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

/PHP-5.5/ext/standard/tests/file/
H A Dfile_variation8-win32.phpt56 for($i = 0; $i<count($allDirs); $i++) {
57 $j = $i+1;
58 $dir = $allDirs[$i];
H A Dfile_get_contents_variation7-win32.phpt56 for($i = 0; $i<count($allDirs); $i++) {
57 $j = $i+1;
58 $dir = $allDirs[$i];
H A Dparse_ini_file_variation6-win32.phpt57 for($i = 0; $i<count($allDirs); $i++) {
58 $j = $i+1;
59 $dir = $allDirs[$i];
H A Dreadfile_variation8-win32.phpt59 for($i = 0; $i<count($allDirs); $i++) {
60 $j = $i+1;
61 $dir = $allDirs[$i];
H A Drename_variation12.phpt51 for($i = 0; $i<count($allDirs); $i++) {
52 $j = $i+1;
53 $dir = $allDirs[$i];
H A Dstream_enclosed.phpt13 $i = 0;
14 while ($i++ < 5000) {
/PHP-5.5/ext/standard/tests/array/
H A Dshuffle_variation2.phpt38 for($i=0; $i<=6; $i++) {
40 var_dump( shuffle($array_arg[$i]) );
42 var_dump( $array_arg[$i] );
/PHP-5.5/ext/ctype/tests/
H A Dctype_alpha_variation2.phpt21 for ($i = 0; $i < 256; $i++) {
22 if (ctype_alpha($i)) {
23 echo "character code $i is alphabetic\n";
/PHP-5.5/ext/standard/tests/serialize/
H A Dbug64354_2.phpt18 var_dump(unserialize('a:2:{i:0;O:1:"A":0:{}i:1;O:1:"B":0:{}}'));
H A Dserialization_objects_013.phpt109 string(55) "O:8:"stdClass":3:{s:1:"b";i:1;s:1:"a";R:2;s:1:"c";i:1;}"
153 string(55) "O:8:"stdClass":3:{s:1:"c";i:1;s:1:"a";R:2;s:1:"b";i:1;}"
197 string(55) "O:8:"stdClass":3:{s:1:"a";i:1;s:1:"b";R:2;s:1:"c";i:1;}"
241 string(55) "O:8:"stdClass":3:{s:1:"a";i:1;s:1:"c";i:1;s:1:"b";R:3;}"
285 string(55) "O:8:"stdClass":3:{s:1:"a";i:1;s:1:"b";i:1;s:1:"c";R:2;}"
329 string(55) "O:8:"stdClass":3:{s:1:"a";i:1;s:1:"b";i:1;s:1:"c";R:3;}"
373 string(55) "O:8:"stdClass":3:{s:1:"c";i:1;s:1:"a";R:2;s:1:"b";R:2;}"
417 string(55) "O:8:"stdClass":3:{s:1:"b";i:1;s:1:"a";R:2;s:1:"c";R:2;}"
461 string(55) "O:8:"stdClass":3:{s:1:"a";i:1;s:1:"b";R:2;s:1:"c";R:2;}"
H A Dbug64354_1.phpt18 var_dump(unserialize('a:2:{i:0;O:1:"A":0:{}i:1;O:1:"A":0:{}}'));
/PHP-5.5/ext/date/tests/
H A Ddate_modify-2.phpt9 echo date_format($d, 'D, d M Y H:i:s T'), "\n";
11 echo date_format($d, 'D, d M Y H:i:s T'), "\n";
H A Dbug46874.phpt8 echo $date->format("Y-m-d H:i:s\n");
15 echo $date->format("Y-m-d H:i:s\n");
/PHP-5.5/Zend/
H A Dzend_generators.c49 int i; in zend_generator_cleanup_unfinished_execution() local
50 for (i = 0; i < op_array->last_brk_cont; ++i) { in zend_generator_cleanup_unfinished_execution()
51 zend_brk_cont_element *brk_cont = op_array->brk_cont_array + i; in zend_generator_cleanup_unfinished_execution()
142 int i; in zend_generator_close() local
144 for (i = 0; i < arguments_count; ++i) { in zend_generator_close()
145 zval_ptr_dtor(arguments_start + i); in zend_generator_close()
172 int i; in zend_generator_dtor_storage() local
184 for (i = 0; i < ex->op_array->last_try_catch; i++) { in zend_generator_dtor_storage()
185 zend_try_catch_element *try_catch = &ex->op_array->try_catch_array[i]; in zend_generator_dtor_storage()
H A Dzend_vm_gen.php1207 for ($i = 0; $i <= $max_opcode; $i++) {
1208 fputs($f,"\t".(isset($opcodes[$i]["op"])?'"'.$opcodes[$i]["op"].'"':"NULL").",\n");
1249 for ($i = 0; $i < 255; ++$i) {
1255 for ($i = 0; $i < 255; ++$i) {
1256 if ($i % 16 == 1) out($f, "\n\t");
1257 out($f, "$i,");
1411 for ($i = 1; $i < $argc; $i++) { variable
1412 if (strpos($argv[$i],"--with-vm-kind=") === 0) {
1432 } else if ($argv[$i] == "--with-old-executor") {
1435 } else if ($argv[$i] == "--with-lines") {
[all …]
/PHP-5.5/ext/intl/tests/
H A Dlocale_filter_matches2.phpt36 'i-enochian',
39 'i-lux',
108 loc_range:de-de matches lang_tag i-enochian ? NO
117 loc_range:de-de matches lang_tag i-lux ? NO
156 loc_range:sl_IT matches lang_tag i-enochian ? NO
165 loc_range:sl_IT matches lang_tag i-lux ? NO
213 loc_range:sl_IT_Nedis matches lang_tag i-lux ? NO
252 loc_range:jbo matches lang_tag i-enochian ? NO
261 loc_range:jbo matches lang_tag i-lux ? NO
309 loc_range:art-lojban matches lang_tag i-lux ? NO
[all …]
H A Dlocale_filter_matches3.phpt35 'i-enochian',
38 'i-lux',
107 loc_range:de-de matches lang_tag i-enochian ? NO
116 loc_range:de-de matches lang_tag i-lux ? NO
155 loc_range:sl_IT matches lang_tag i-enochian ? NO
164 loc_range:sl_IT matches lang_tag i-lux ? NO
212 loc_range:sl_IT_Nedis matches lang_tag i-lux ? NO
251 loc_range:jbo matches lang_tag i-enochian ? NO
260 loc_range:jbo matches lang_tag i-lux ? NO
308 loc_range:art-lojban matches lang_tag i-lux ? NO
[all …]
/PHP-5.5/ext/mcrypt/
H A Dconfig.m427 for i in $PHP_MCRYPT /usr/local /usr; do
28 test -f $i/include/mcrypt.h && MCRYPT_DIR=$i && break
/PHP-5.5/ext/session/
H A Dconfig.m423 for i in $PHP_MM /usr/local /usr; do
24 test -f "$i/include/mm.h" && MM_DIR=$i && break
/PHP-5.5/ext/oci8/tests/
H A Dbug42496_2.phpt30 for ($i = 0; $i < 15000; $i++) {
/PHP-5.5/ext/gettext/
H A Dconfig.m49 for i in $PHP_GETTEXT /usr/local /usr; do
10 test -r $i/include/libintl.h && GETTEXT_DIR=$i && break
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_status.c386 int i, first; in fpm_status_handle_request() local
401 for (i=0; i<scoreboard_p->nprocs; i++) { in fpm_status_handle_request()
402 if (!scoreboard_p->procs[i] || !scoreboard_p->procs[i]->used) { in fpm_status_handle_request()
405 proc = *scoreboard_p->procs[i]; in fpm_status_handle_request()
/PHP-5.5/ext/pcre/tests/
H A Dpcre_extended.phpt6 var_dump(preg_match('/a e i o u/', 'aeiou', $m));
9 var_dump(preg_match('/a e i o u/x', 'aeiou', $m));
/PHP-5.5/Zend/tests/
H A Dbug70121.phpt5 …ring";s:1:"A";s:7:"'."\0".'*'."\0".'code";i:0;s:7:"'."\0".'*'."\0".'file";s:1:"a";s:7:"'."\0".'*'.…
/PHP-5.5/ext/spl/tests/
H A Dheap_003.phpt22 foreach ($in as $i) {
23 $h->insert($i);

Completed in 42 milliseconds

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