Home
last modified time | relevance | path

Searched refs:i (Results 76 – 100 of 2233) sorted by path

12345678910>>...90

/php-src/Zend/tests/
H A Dbug52193.phpt12 $i = function () use (&$h) {
16 var_dump($x = (array)$i);
H A Dbug60598.phpt22 for ($i = 0; $i < OBJECT_COUNT; ++$i) {
H A Dbug61165.phpt19 for ($i = 0; $i < 3; $i++) {
H A Dbug63055.phpt8 for ($i=0; $i<9998; $i++) {
H A Dbug63635.phpt25 for ($i=0 ; $i<MAX ; $i++) {
H A Dbug63882_2.phpt7 for ($i = 0; $i <= 2; $i++) {
H A Dbug67314.phpt7 $notDefined[$i] = 'test';
19 Warning: Undefined variable $i in %s on line %d
22 Warning: Undefined variable $i in %s on line %d
H A Dbug68215.phpt27 $i = 1;
33 $child[$i] = $fruit;
35 $i++;
40 $i = 1;
44 $arr[$i] = $fruit;
48 test($arr[$i], $fruit);
52 $i++;
H A Dbug69740.phpt15 foreach (generate() as $i) {
16 echo $i, "\n";
H A Dbug69758.phpt7 for ($i = 0; $i <= 10; $i++) {
8 $tokens[$i] = $conditions;
12 if ($i !== 0 && $i !== 8) {
18 $conditions[$i] = true;
H A Dbug69761.phpt6 public function __construct($i) {
H A Dbug69996.phpt16 for ($i = 0; $i < 5; ++$i) {
H A Dbug70083.phpt17 $foo->i = &noref();
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".'*'.…
H A Dbug70253.phpt5 unserialize('a:2:{i:0;O:9:"000000000":10000000');
H A Dbug70805.phpt26 $i = 0;
32 while ($i++ < 9998) {
H A Dbug70805_1.phpt28 $i = 0;
34 while ($i++ < 9998) {
H A Dbug70805_2.phpt27 $i = 0;
29 while ($i++ < 9999) {
H A Dbug70895.phpt12 array_map("%n %i", 0);
17 array_map("%n %i aoeu %f aoeu %p", 0);
24 array_map(): Argument #1 ($callback) must be a valid callback or null, function "%n %i" not found o…
25 array_map(): Argument #1 ($callback) must be a valid callback or null, function "%n %i aoeu %f aoeu…
H A Dbug70918.phpt36 static::$i;
H A Dbug71539_1.phpt6 $x->h =& $x->i;
26 ["i"]=>
H A Dbug71818.phpt24 for ($i = 0; $i < 100000; ++$i) {
H A Dbug71859.phpt10 for ($i = 0; $i < 10000; ++$i) {
11 $GLOBALS["a$i"] = new stdClass;
23 for ($i = 0; $i < 200; ++$i) {
24 $GLOBALS["b$i"] = new stdClass;
H A Dbug72598.phpt12 for ($i = 0; $i < 2; $i++) {
H A Dbug72598_2.phpt15 for ($i = 0; $i < 2; $i++) {

Completed in 94 milliseconds

12345678910>>...90