Home
last modified time | relevance | path

Searched refs:use (Results 226 – 250 of 1030) sorted by relevance

12345678910>>...42

/PHP-8.0/ext/standard/tests/math/
H A Dnumber_format_with_3_args.phpt2 number_format should use default thousands seperator when 3 arguments are used
/PHP-8.0/Zend/tests/
H A Dnumeric_literal_separator_002.phpt2 Invalid use: trailing underscore
H A Dnumeric_literal_separator_003.phpt2 Invalid use: adjacent underscores
H A Dlist_empty_error.phpt10 Fatal error: Cannot use empty list in %s on line %d
H A Dclosure_034.phpt6 $a = function () use(&$a) {};
H A Dbug70183.phpt8 Fatal error: Cannot use [] for reading in %sbug70183.php on line %d
H A Dclosure_028.phpt2 Closure 028: Trying to use lambda directly in foreach
H A Dnumeric_literal_separator_004.phpt2 Invalid use: underscore left of period
H A Dnumeric_literal_separator_007.phpt2 Invalid use: underscore next to 0b
H A Dnumeric_literal_separator_008.phpt2 Invalid use: underscore left of e
H A Dnumeric_literal_separator_009.phpt2 Invalid use: underscore right of e
H A Dnumeric_literal_separator_005.phpt2 Invalid use: underscore right of period
H A Dnumeric_literal_separator_006.phpt2 Invalid use: underscore next to 0x
H A D036.phpt2 Trying to use lambda in array offset
H A Dthis_as_parameter.phpt11 Fatal error: Cannot use $this as parameter in %sthis_as_parameter.php on line 2
H A D038.phpt2 Trying to use lambda as array key
H A Dlist_012.phpt10 Fatal error: Cannot use empty array elements in arrays in %s on line %d
/PHP-8.0/ext/opcache/Optimizer/
H A Descape_analysis.c274 static int is_escape_use(zend_op_array *op_array, zend_ssa *ssa, int use, int var) /* {{{ */ in is_escape_use() argument
276 zend_ssa_op *ssa_op = ssa->ops + use; in is_escape_use()
277 zend_op *opline = op_array->opcodes + use; in is_escape_use()
389 int i, root, use; in zend_ssa_escape_analysis() local
455 FOREACH_USE(ssa_vars + i, use) { in zend_ssa_escape_analysis()
456 if (is_escape_use(op_array, ssa, use, i)) { in zend_ssa_escape_analysis()
480 FOREACH_USE(ssa_vars + i, use) { in zend_ssa_escape_analysis()
481 zend_ssa_op *op = ssa->ops + use; in zend_ssa_escape_analysis()
482 zend_op *opline = op_array->opcodes + use; in zend_ssa_escape_analysis()
/PHP-8.0/ext/session/tests/
H A Dsave_handler_closures.inc6 …${$fn.'_closure'} = function () use ($fn) { return call_user_func_array ($fn, func_get_args ()); };
/PHP-8.0/ext/oci8/tests/
H A Dnull_byte_2.phpt18 echo "Test 1: Valid use of a null byte\n";
35 Test 1: Valid use of a null byte
/PHP-8.0/Zend/tests/grammar/
H A Dsemi_reserved_008.phpt25 use TraitA {
38 use TraitB {
/PHP-8.0/Zend/tests/anon/
H A D014.phpt11 use TaskTrait;
/PHP-8.0/ext/iconv/
H A Dconfig.m469 AC_DEFINE([PHP_ICONV_IMPL],["libiconv"],[Which iconv implementation to use])
75 AC_DEFINE([PHP_ICONV_IMPL],["BSD iconv"],[Which iconv implementation to use])
80 AC_DEFINE([PHP_ICONV_IMPL],["glibc"],[Which iconv implementation to use])
84 AC_DEFINE([PHP_ICONV_IMPL],["IBM iconv"],[Which iconv implementation to use])
/PHP-8.0/Zend/
H A DLICENSE6 Redistribution and use in source and binary forms, with or without
27 of the license, you may always continue to use it under the
28 terms of that version. You may also choose to use such covered
39 6. All advertising materials mentioning features or use of this
/PHP-8.0/tests/classes/
H A Dconstants_visibility_007.phpt10 Fatal error: Cannot use 'final' as constant modifier in %s on line 3

Completed in 31 milliseconds

12345678910>>...42