Home
last modified time | relevance | path

Searched refs:i (Results 126 – 150 of 2000) sorted by path

12345678910>>...80

/PHP-7.3/Zend/tests/
H A Dmethod_static_var.phpt12 static $i = 0;
13 var_dump(++$i);
22 …* function_add_ref() makes a clone of static variables for inherited functions, so $i in Bar::test…
H A Dobjects_021.phpt7 static public $i = 0;
10 self::$i++;
35 var_dump(test::$i);
H A Doffset_string.phpt31 string(1) "i"
50 string(1) "i"
64 string(1) "i"
H A Dparse_str_with_unpack.phpt7 $i = 0;
8 parse_str(...["i=41"]);
9 var_dump($i + 1);
H A Dstr_offset_004.phpt8 $i = 3;
14 $str{$i} = 'Z';
35 $str{-$i} = $str{$j*2};
/PHP-7.3/Zend/tests/multibyte/
H A Dmultibyte_encoding_003.phpt17 �p�r�i�n�t� �"�H�e�l�l�o� �W�o�r�l�d�\�n�"�;�
/PHP-7.3/Zend/tests/nullable_types/
H A Dinvariant_param_and_return_succeeds.phpt7 function method(?int $i): ?int;
11 function method(?int $i): ?int {
12 return $i;
/PHP-7.3/Zend/tests/return_types/
H A D016.phpt9 function foo(\Iterator $i): \Iterator {
10 return $i;
/PHP-7.3/Zend/tests/traits/
H A Dbug55424.phpt26 $i = new Base();
27 $i->setAttribute();
H A Dno_static_arg_binding.phpt10 $i = 0;
11 self::method($i);
12 var_dump($i);
/PHP-7.3/Zend/tests/try/
H A Dtry_catch_finally_005.phpt7 for ($i = 0; $i < 100 ; $i ++) {
16 for ($i = 0; $i < 2; $i ++) {
24 for ($i = 0; $i < 3; $i ++) {
30 if ($i == 1) {
H A Dtry_finally_009.phpt6 for($i = 0; $i < 5; $i++) {
/PHP-7.3/Zend/tests/type_declarations/
H A Dscalar_basic.phpt16 'int' => function (int $i) { return $i; },
H A Dscalar_none.phpt17 'int' => function (int $i) { return $i; },
21 'int nullable' => function (int $i = NULL) { return $i; },
H A Dscalar_null.phpt17 'int' => function (int $i) { return $i; },
21 'int nullable' => function (int $i = NULL) { return $i; },
H A Dscalar_return_basic.phpt19 'int' => function ($i): int { return $i; },
H A Dscalar_return_basic_64bit.phpt19 'int' => function ($i): int { return $i; },
H A Dscalar_strict.phpt20 'int' => function (int $i) { return $i; },
H A Dscalar_strict_64bit.phpt20 'int' => function (int $i) { return $i; },
H A Dscalar_strict_basic.phpt20 'int' => function (int $i) { return $i; },
/PHP-7.3/Zend/tests/typehints/
H A Dnamespace_relative_scalar.phpt6 function test(namespace\int $i) {}
/PHP-7.3/Zend/tests/varSyntax/
H A DindirectFcall.phpt36 ('i' . 'd')()('var_dump')(13);
/PHP-7.3/Zend/tests/variadic/
H A Dby_ref.phpt7 $i = 0;
9 $arg = $i++;
/PHP-7.3/Zend/
H A Dzend.c276 int i; in print_hash() local
278 for (i = 0; i < indent; i++) { in print_hash()
284 for (i = 0; i < indent; i++) { in print_hash()
315 for (i = 0; i < indent; i++) { in print_hash()
327 int i = 0; in print_flat_hash() local
330 if (i++ > 0) { in print_flat_hash()
578 uint32_t i; in function_copy_ctor() local
588 for (i = 0 ; i < num_args; i++) { in function_copy_ctor()
592 new_arg_info[i].type = in function_copy_ctor()
1551 int i; in zend_execute_scripts() local
[all …]
H A Dzend_API.c872 int c, i; in zend_parse_va_args() local
963 i = 0; in zend_parse_va_args()
999 i++; in zend_parse_va_args()
2296 for (i = 0; i < reg_function->common.num_args; i++) { in zend_register_functions()
2318 for (i = 0; i < num_args; i++) { in zend_register_functions()
2521 i++; in zend_unregister_functions()
3599 int i; in zend_fcall_info_argp() local
3611 for (i = 0; i < argc; ++i) { in zend_fcall_info_argp()
3612 ZVAL_COPY(&fci->params[i], &argv[i]); in zend_fcall_info_argp()
3622 int i; in zend_fcall_info_argv() local
[all …]

Completed in 100 milliseconds

12345678910>>...80