Home
last modified time | relevance | path

Searched refs:use (Results 176 – 200 of 948) sorted by relevance

12345678910>>...38

/PHP-7.4/Zend/tests/
H A Dbug54039.phpt2 Bug #54039 (use() of static variables in lambda functions can break staticness)
9 $f = function() use($v) {
20 $f = function() use($v) {
35 $f = function() use($v) {
H A Dbug77291.phpt22 use AccessibleProperties;
28 use AccessibleProperties;
H A Dns_086.phpt15 use \foo;
26 use foo\bar as foo1;
H A Dclass_name_as_scalar_error_002.phpt14 Deprecated: Cannot use "parent" when current class scope has no parent in %s on line %d
16 Fatal error: Uncaught Error: Cannot use "parent" when current class scope has no parent in %s:%d
H A Dbug62991.phpt8 $closure = function() use ( $array ) {
17 $closure = function() use ( $array ) {
H A Dns_012.phpt11 use test\ns1 as ns2;
12 use test as ns3;
H A Dns_090.phpt2 Group use statements declared inline
17 use Foo\Bar\Baz\{ A, B, C as AC, D };
18 use Foo\Bar\Baz\{ function foo, function bar as buz, const FOO, const BAR AS BOZ };
H A Dbug64239_2.phpt6 use T1;
11 use T2 { t2method as Bmethod; }
H A Duse_no_file_conflict_2.inc4 use A;
H A Dns_067.inc2 use Foo\Bar\Foo as Test;
/PHP-7.4/Zend/tests/traits/
H A Dbug61998.phpt6 use T1 {
31 use T1 {
35 use T2 {
H A Derror_010.phpt14 use foo, c { c::test insteadof foo; }
15 use foo, c { c::test insteadof foo; }
H A Dproperty004.phpt17 use THello1;
18 use THello2;
H A Dproperty003.phpt17 use THello1;
18 use THello2;
/PHP-7.4/docs/
H A Dstreams.md18 Streams use a `php_stream*` parameter just as ANSI stdio (fread etc.) use a
45 In most cases, you should use this API:
57 * `IGNORE_PATH` (default) - don't use include path to search for the file
58 * `USE_PATH` - use include path to search for the file
59 * `IGNORE_URL` - do not use plugin wrappers
117 you should use:
155 sense to use this for read-only use.
164 NOTE: If you are opening a stream and need it to be seekable, use the
223 You can use:
230 check if a stream is a socket you might use:
[all …]
/PHP-7.4/Zend/tests/assert/
H A Dexpect_015.phpt23 assert(0 && ($a = function &(array &$a, ?X $b = null) use ($c,&$d) : ?X {
65 assert(0 && ($a = function &(array &$a, X $b = null) use ($c,&$d) : X {
97 assert(0 && ($a = function &(?array &$a, X $b = null) use ($c,&$d) : X {
99 use T1, T2 {
105 use T3;
165 Warning: assert(): assert(0 && ($a = function &(array &$a, ?X $b = null) use($c, &$d): ?X {
207 Warning: assert(): assert(0 && ($a = function &(array &$a, X $b = null) use($c, &$d): X {
247 Warning: assert(): assert(0 && ($a = function &(?array &$a, X $b = null) use($c, &$d): X {
249 use T1, T2 {
255 use T3;
/PHP-7.4/ext/opcache/tests/
H A Dpreload.inc32 use T1;
38 use T2;
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_ssa.h188 static zend_always_inline int zend_ssa_next_use(const zend_ssa_op *ssa_op, int var, int use) in END_EXTERN_C()
190 ssa_op += use; in END_EXTERN_C()
262 #define FOREACH_USE(var, use) do { \ argument
264 for (use = (var)->use_chain; use >= 0; use = next) { \
265 next = zend_ssa_next_use(ssa->ops, _var_num, use);
H A Dscdf.h58 int use; in scdf_add_to_worklist() local
60 FOREACH_USE(var, use) { in scdf_add_to_worklist()
61 zend_bitset_incl(scdf->instr_worklist, use); in scdf_add_to_worklist()
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug29839.wsdl9 <attribute ref="xml:lang" use="required"/>
30 <soap:body use="literal"/>
33 <soap:body use="literal"/>
H A Dbug34453.wsdl9 <attribute ref="xml:lang" use="required"/>
30 <soap:body use="literal"/>
33 <soap:body use="literal"/>
/PHP-7.4/ext/spl/tests/
H A Dfileobject_003.phpt94 LogicException: Cannot use SplFileObject with directories
95 LogicException: Cannot use SplFileObject with directories
112 LogicException: Cannot use SplFileObject with directories
113 LogicException: Cannot use SplFileObject with directories
/PHP-7.4/ext/soap/
H A Dphp_sdl.h98 sdlEncodingUse use; member
107 sdlEncodingUse use; member
113 sdlEncodingUse use; member
250 sdlUse use; member
/PHP-7.4/ext/soap/tests/
H A Dclassmap.wsdl39 …<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http…
42 …<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http…
48 …<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http…
51 …<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http…
/PHP-7.4/ext/reflection/tests/
H A DReflectionGenerator_in_Generator.phpt23 ($gen = (function() use (&$gen) {
28 yield from (function() use ($ref) {

Completed in 41 milliseconds

12345678910>>...38