/php-src/Zend/tests/closures/ |
H A D | closure_062.phpt | 8 echo "instance scoped, non-static, \$this used\n"; 13 echo "instance scoped, static, \$this used\n"; 26 echo "static scoped, non-static, \$this used\n"; 31 echo "static scoped, static, \$this used\n"; 36 echo "static scoped, static, \$this not used\n"; 49 instance scoped, non-static, $this used 52 instance scoped, static, $this used 53 instance scoped, non-static, $this not used 54 static scoped, non-static, $this used 55 static scoped, static, $this used [all …]
|
/php-src/sapi/fpm/fpm/ |
H A D | fpm_arrays.h | 14 size_t used; member 42 a->used = 0; in fpm_array_init() 60 return fpm_array_item(a, a->used - 1); in fpm_array_item_last() 68 if (n < a->used - 1) { in fpm_array_item_remove() 69 void *last = fpm_array_item(a, a->used - 1); in fpm_array_item_remove() 77 --a->used; in fpm_array_item_remove() 87 if (a->used == a->allocated) { in fpm_array_push() 99 ret = fpm_array_item(a, a->used); in fpm_array_push() 101 ++a->used; in fpm_array_push() 112 a->used = a->allocated = 0; in fpm_array_free()
|
/php-src/ext/spl/tests/ |
H A D | heap_009.phpt | 2 SPL: SplHeap and friends, throw: An iterator cannot be used with foreach by reference 49 An iterator cannot be used with foreach by reference 50 An iterator cannot be used with foreach by reference 51 An iterator cannot be used with foreach by reference 52 An iterator cannot be used with foreach by reference 53 An iterator cannot be used with foreach by reference 54 An iterator cannot be used with foreach by reference
|
H A D | iterator_069.phpt | 2 SPL: RecursiveIteratorIterator cannot be used with foreach by reference 17 Fatal error: Uncaught Error: An iterator cannot be used with foreach by reference in %s:%d
|
/php-src/ext/phar/tests/zip/ |
H A D | corrupt_008.phpt | 84 phar error: unsupported compression method (Shrunk) used in this zip in zip-based phar "%scompress_… 85 phar error: unsupported compression method (Reduce) used in this zip in zip-based phar "%scompress_… 86 phar error: unsupported compression method (Reduce) used in this zip in zip-based phar "%scompress_… 87 phar error: unsupported compression method (Reduce) used in this zip in zip-based phar "%scompress_… 88 phar error: unsupported compression method (Reduce) used in this zip in zip-based phar "%scompress_… 89 phar error: unsupported compression method (Implode) used in this zip in zip-based phar "%scompress… 90 phar error: unsupported compression method (Tokenize) used in this zip in zip-based phar "%scompres… 91 phar error: unsupported compression method (Deflate64) used in this zip in zip-based phar "%scompre… 93 phar error: unsupported compression method (LZMA) used in this zip in zip-based phar "%scompress_un… 96 phar error: unsupported compression method (WavPack) used in this zip in zip-based phar "%scompress… [all …]
|
/php-src/Zend/tests/ |
H A D | resource_key.phpt | 24 Warning: Resource ID#%d used as offset, casting to integer (%d) in %s on line %d 26 Warning: Resource ID#%d used as offset, casting to integer (%d) in %s on line %d 28 Warning: Resource ID#%d used as offset, casting to integer (%d) in %s on line %d 30 Warning: Resource ID#%d used as offset, casting to integer (%d) in %s on line %d 33 Warning: Resource ID#%d used as offset, casting to integer (%d) in %s on line %d 36 Warning: Resource ID#%d used as offset, casting to integer (%d) in %s on line %d
|
H A D | class_on_expression_in_constant_expression.phpt | 2 ::class on an expression cannot be used inside constant expressions 10 Fatal error: (expression)::class cannot be used in constant expressions in %s on line %d
|
H A D | bug71622.phpt | 2 Bug #71622 (Strings used in pass-as-reference cannot be used to invoke C::$callable())
|
/php-src/ext/standard/tests/class_object/ |
H A D | get_declared_interfaces_variation1.phpt | 11 echo "\n-- before interface is used --\n"; 15 echo "\n-- after interface is used --\n"; 24 -- before interface is used -- 27 -- after interface is used --
|
/php-src/ext/standard/tests/general_functions/ |
H A D | getrusage_basic.phpt | 16 echo "User time used (seconds) " . $dat["ru_utime.tv_sec"] . "\n"; 17 echo "User time used (microseconds) " . $dat["ru_utime.tv_usec"] . "\n"; 21 User time used (seconds) %d 22 User time used (microseconds) %d
|
/php-src/main/ |
H A D | output.c | 800 context->in.used = used; in php_output_context_feed() 814 context->in.used = context->out.used; in php_output_context_swap() 818 context->out.used = 0; in php_output_context_swap() 829 context->out.used = context->in.used; in php_output_context_pass() 833 context->in.used = 0; in php_output_context_pass() 875 if (buf->used) { in php_output_handler_append() 878 if ((handler->buffer.size - handler->buffer.used) <= buf->used) { in php_output_handler_append() 886 memcpy(handler->buffer.data + handler->buffer.used, buf->data, buf->used); in php_output_handler_append() 887 handler->buffer.used += buf->used; in php_output_handler_append() 924 context->in.used in php_output_handler_op() [all …]
|
/php-src/ext/pcre/tests/ |
H A D | 005.phpt | 5 // this file is not used in the cron job 122 [8] => `oci_ping' defined but not used 225 [8] => `nope' defined but not used 330 [8] => `yy_fatal_error' defined but not used 336 [14] => `yy_last_accepting_cpos' defined but not used 339 [17] => `yy_more_flag' defined but not used 342 [20] => `yy_more_len' defined but not used 345 [23] => `yyunput' defined but not used 348 [26] => `yy_top_state' defined but not used 369 [14] => `yyunput' defined but not used [all …]
|
/php-src/Zend/tests/offsets/ |
H A D | array_container_offset_behaviour.phpt | 176 Warning: Resource ID#3 used as offset, casting to integer (3) in %s on line 8 182 Warning: Resource ID#3 used as offset, casting to integer (3) in %s on line 15 185 Warning: Resource ID#3 used as offset, casting to integer (3) in %s on line 22 189 Warning: Resource ID#3 used as offset, casting to integer (3) in %s on line 29 192 Warning: Resource ID#3 used as offset, casting to integer (3) in %s on line 36 196 Warning: Resource ID#3 used as offset, casting to integer (3) in %s on line 42 200 Warning: Resource ID#3 used as offset, casting to integer (3) in %s on line 48 204 Warning: Resource ID#3 used as offset, casting to integer (3) in %s on line 55 209 Warning: Resource ID#3 used as offset, casting to integer (3) in %s on line 60 213 Warning: Resource ID#3 used as offset, casting to integer (3) in %s on line 67 [all …]
|
H A D | null_container_offset_behaviour.phpt | 181 Warning: Resource ID#3 used as offset, casting to integer (3) in %s on line 15 184 Warning: Resource ID#3 used as offset, casting to integer (3) in %s on line 22 188 Warning: Resource ID#3 used as offset, casting to integer (3) in %s on line 29 191 Warning: Resource ID#3 used as offset, casting to integer (3) in %s on line 36 195 Warning: Resource ID#3 used as offset, casting to integer (3) in %s on line 42 199 Warning: Resource ID#3 used as offset, casting to integer (3) in %s on line 48 203 Warning: Resource ID#3 used as offset, casting to integer (3) in %s on line 55 208 Warning: Resource ID#3 used as offset, casting to integer (3) in %s on line 60 212 Warning: Resource ID#3 used as offset, casting to integer (3) in %s on line 67 215 Warning: Resource ID#3 used as offset, casting to integer (3) in %s on line 74 [all …]
|
H A D | false_container_offset_behaviour.phpt | 189 Warning: Resource ID#3 used as offset, casting to integer (3) in %s on line 15 192 Warning: Resource ID#3 used as offset, casting to integer (3) in %s on line 22 196 Warning: Resource ID#3 used as offset, casting to integer (3) in %s on line 29 199 Warning: Resource ID#3 used as offset, casting to integer (3) in %s on line 36 203 Warning: Resource ID#3 used as offset, casting to integer (3) in %s on line 42 207 Warning: Resource ID#3 used as offset, casting to integer (3) in %s on line 48 211 Warning: Resource ID#3 used as offset, casting to integer (3) in %s on line 55 216 Warning: Resource ID#3 used as offset, casting to integer (3) in %s on line 60 220 Warning: Resource ID#3 used as offset, casting to integer (3) in %s on line 67 223 Warning: Resource ID#3 used as offset, casting to integer (3) in %s on line 74 [all …]
|
H A D | ArrayObject_container_offset_behaviour.phpt | 221 Warning: Resource ID#3 used as offset, casting to integer (3) in %s on line 8 227 Warning: Resource ID#3 used as offset, casting to integer (3) in %s on line 15 230 Warning: Resource ID#3 used as offset, casting to integer (3) in %s on line 22 234 Warning: Resource ID#3 used as offset, casting to integer (3) in %s on line 29 236 Warning: Resource ID#3 used as offset, casting to integer (3) in %s on line 29 239 Warning: Resource ID#3 used as offset, casting to integer (3) in %s on line 36 243 Warning: Resource ID#3 used as offset, casting to integer (3) in %s on line 42 247 Warning: Resource ID#3 used as offset, casting to integer (3) in %s on line 48 251 Warning: Resource ID#3 used as offset, casting to integer (3) in %s on line 55 256 Warning: Resource ID#3 used as offset, casting to integer (3) in %s on line 60 [all …]
|
/php-src/Zend/tests/generators/errors/ |
H A D | yield_outside_function_error.phpt | 2 Yield cannot be used outside of functions 10 Fatal error: The "yield" expression can only be used inside a function in %s on line %d
|
/php-src/Zend/tests/generators/ |
H A D | unused_return_value.phpt | 2 There shouldn't be any leaks when the generator's return value isn't used 8 gen('foo'); // return value not used
|
/php-src/ext/mysqli/tests/ |
H A D | bug55582.phpt | 2 Bug #55582 mysqli_num_rows() returns always 0 for unbuffered, when mysqlnd is used 37 mysqli_num_rows() cannot be used in MYSQLI_USE_RESULT mode 42 mysqli_num_rows() cannot be used in MYSQLI_USE_RESULT mode
|
/php-src/Zend/tests/type_declarations/mixed/syntax/ |
H A D | mixed_parameter_error1.phpt | 2 Test that the mixed parameter type can't be used together with any other type 12 Fatal error: Type mixed can only be used as a standalone type in %s on line %d
|
H A D | mixed_return_error.phpt | 2 Test that the mixed return type can't be used together with any other type 13 Fatal error: Type mixed can only be used as a standalone type in %s on line %d
|
/php-src/Zend/tests/type_declarations/literal_types/ |
H A D | false_standalone_implicit_nullability.phpt | 2 False can be used as a standalone type even with implicit nullability 12 …arameter $v as nullable is deprecated, the explicit nullable type must be used instead in %s on li…
|
H A D | true_standalone_implicit_nullability.phpt | 2 true can be used as a standalone type even with implicit nullability 12 …arameter $v as nullable is deprecated, the explicit nullable type must be used instead in %s on li…
|
/php-src/ext/zlib/ |
H A D | zlib.c | 191 ctx->buffer.used = 0; in php_zlib_output_handler_ex() 194 if (output_context->in.used) { in php_zlib_output_handler_ex() 204 memcpy(ctx->buffer.data + ctx->buffer.used, output_context->in.data, output_context->in.used); in php_zlib_output_handler_ex() 206 ctx->buffer.used += output_context->in.used; in php_zlib_output_handler_ex() 211 output_context->out.used = 0; in php_zlib_output_handler_ex() 213 ctx->Z.avail_in = ctx->buffer.used; in php_zlib_output_handler_ex() 236 ctx->buffer.used = ctx->Z.avail_in; in php_zlib_output_handler_ex() 442 buffer.used += buffer.free - Z->avail_out; in php_zlib_inflate_rounds() 453 buffer.data[buffer.used] = '\0'; in php_zlib_inflate_rounds() 455 *len = buffer.used; in php_zlib_inflate_rounds() [all …]
|
/php-src/ext/phar/tests/ |
H A D | phar_setalias2.phpt | 45 alias "test" is already used for archive "%sphar_setalias2.phar.php" and cannot be used for other a… 46 alias "test" is already used for archive "%sphar_setalias2.phar.php" cannot be overloaded with "%sn…
|