Home
last modified time | relevance | path

Searched refs:use (Results 201 – 225 of 948) sorted by relevance

12345678910>>...38

/PHP-7.4/Zend/tests/
H A Dconstant_expressions_classes.phpt12 # This test validates that autoloading works for common const expression (AST) use cases
19 'E' => 'class E extends B { use trE; }',
24 spl_autoload_register(function ($class) use ($classlist) {
H A Dbug60536_005.phpt18 use THello1;
25 use THello1;
H A Dbug60536_002.phpt16 use THello1;
24 use THello1;
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 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_005.phpt2 Invalid use: underscore right of period
H A Dnumeric_literal_separator_006.phpt2 Invalid use: underscore next to 0x
H A Dnumeric_literal_separator_007.phpt2 Invalid use: underscore next to 0b
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug40609.wsdl26use="literal" /></wsdl:input></wsdl:operation><wsdl:operation name="getPrice"><soap:operation soap…
/PHP-7.4/win32/build/
H A Dconfig.w32.phpize.in8 ARG_WITH("toolset", "Toolset to use for the compilation, give: vs, clang, icc. " +
9 "The only recommended and supported toolset for production use " +
17 // do we use x64 or 80x86 version of compiler?
46 ARG_WITH('mp', 'Tell Visual Studio use up to [n,auto,disable] processes for compilation', 'auto');
88 ARG_WITH('extra-includes', 'Extra include path to use when building everything', '');
89 ARG_WITH('extra-libs', 'Extra library path to use when linking everything', '');
/PHP-7.4/Zend/tests/traits/
H A Dproperty005.phpt16 use THello1;
24 use THello1;
H A Dproperty007.phpt18 use THello1;
25 use THello1;
/PHP-7.4/ext/opcache/tests/
H A Dpreload_undef_const_2.inc10 use T;
H A Dpreload_trait_static.inc11 use Foo;
/PHP-7.4/ext/oci8/tests/
H A Dnull_byte_3.phpt15 echo "Test 1: Invalid use of a null byte\n";
33 Test 1: Invalid use of a null byte
H A Dnull_byte_2.phpt18 echo "Test 1: Valid use of a null byte\n";
37 Test 1: Valid use of a null byte
/PHP-7.4/ext/opcache/Optimizer/
H A Descape_analysis.c277 static int is_escape_use(zend_op_array *op_array, zend_ssa *ssa, int use, int var) /* {{{ */ in is_escape_use() argument
279 zend_ssa_op *op = ssa->ops + use; in is_escape_use()
280 zend_op *opline = op_array->opcodes + use; in is_escape_use()
392 int i, root, use; in zend_ssa_escape_analysis() local
458 FOREACH_USE(ssa_vars + i, use) { in zend_ssa_escape_analysis()
459 if (is_escape_use(op_array, ssa, use, i)) { in zend_ssa_escape_analysis()
483 FOREACH_USE(ssa_vars + i, use) { in zend_ssa_escape_analysis()
484 zend_ssa_op *op = ssa->ops + use; in zend_ssa_escape_analysis()
485 zend_op *opline = op_array->opcodes + use; in zend_ssa_escape_analysis()
/PHP-7.4/Zend/tests/grammar/
H A Dsemi_reserved_008.phpt25 use TraitA {
38 use TraitB {
/PHP-7.4/ext/curl/tests/
H A Dbug63363.phpt28 … deprecated and will be removed as of libcurl 7.28.1. It is recommended to use value 2 instead in …
32 … deprecated and will be removed as of libcurl 7.28.1. It is recommended to use value 2 instead in …
/PHP-7.4/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-7.4/ext/session/tests/
H A Dsave_handler_closures.inc6 ${$fn.'_closure'} = function () use ($fn) { return call_user_func_array ($fn, func_get_args ()); };

Completed in 37 milliseconds

12345678910>>...38