Home
last modified time | relevance | path

Searched refs:use (Results 76 – 100 of 851) sorted by relevance

12345678910>>...35

/PHP-5.5/Zend/tests/traits/
H A Derror_001.phpt2 Trying to use instanceof for a method twice
20 use foo {
H A Dconflict001.phpt20 use THello1;
21 use THello2;
H A Dproperty002.phpt16 use THello1;
17 use THello2;
H A Dlanguage013.phpt17 use Counter;
21 use Counter;
H A Dmethods_002.phpt19 use foo;
20 use baz;
H A Dbug55554a.phpt15 use TConstructor {
21 use TConstructor {
H A Dbug61998.phpt6 use T1 {
31 use T1 {
35 use T2 {
H A Dbug55554f.phpt6 // Ensuring that inconsistent constructor use results in an error to avoid
16 use TNew;
H A Dbug55554g.phpt6 // Ensuring that inconsistent constructor use results in an error to avoid
16 use TLegacy;
H A Dflattening001.phpt20 use T1;
21 use T2;
H A Dproperty006.phpt15 // Now we use the trait, which happens to introduce another private variable
19 use THello1;
27 use THello1;
/PHP-5.5/Zend/tests/traits/bugs/
H A Dabstract-methods05.phpt18 use THelloB;
19 use THelloA;
H A Dabstract-methods06.phpt18 use THelloA;
19 use THelloB;
H A Dcase-sensitive.phpt18 use A;
19 use B;
/PHP-5.5/Zend/tests/
H A Dbug62907.phpt2 Bug #62907 (Double free when use traits)
9 eval ("abstract class A { use T { T::__construct as __asconstruct; }}");
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 Dns_060.phpt6 use Bar\A as B;
13 use Foo\A as B;
H A Dns_081.phpt6 use \foo;
16 use foo\bar as foo1;
H A Dns_084.phpt6 use \foo;
16 use foo\bar as foo1;
H A Dns_087.phpt6 use \foo;
18 use foo\bar as foo1;
H A Dbug60536_004.phpt15 // Now we use the trait, which happens to introduce another private variable
19 use THello1;
27 use THello1;
/PHP-5.5/sapi/cli/tests/
H A D009.phpt16 string(57) "Either execute direct code, process stdin or use a file.
18 string(57) "Either execute direct code, process stdin or use a file.
/PHP-5.5/
H A DREADME.STREAMS23 Streams use a php_stream* parameter just as ANSI stdio (fread etc.) use a
47 In most cases, you should use this API:
57 USE_PATH - use include path to search for the file
58 IGNORE_URL - do not use plugin wrappers
116 you should use:
126 As with copy_to_stream, this function will try use mmap where it can.
149 only makes sense to use this for read-only use.
207 You can use:
212 to check if a stream is a socket you might use:
310 hold it, allocate it (use pemalloc with the persistent flag set
[all …]
/PHP-5.5/ext/mysql/tests/
H A Dmysql_max_links.phpt57 …ct(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO inste…
59 …ct(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO inste…
61 …ct(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO inste…
66 …ct(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO inste…
68 …ct(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO inste…
H A Dmysql_pconn_reuse.phpt62 …ct(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO inste…
64 …ct(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO inste…
68 …ct(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO inste…
70 …ct(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO inste…
72 …ct(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO inste…

Completed in 37 milliseconds

12345678910>>...35