Home
last modified time | relevance | path

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

12345678910>>...31

/PHP-5.4/Zend/tests/
H A Dbug41813.phpt12 Fatal error: Cannot use string offset as an array in %s on line %d
H A Dbug55825.phpt11 class C { use T1; }
H A Dbug62892.phpt11 use myTrait {
H A Dbug64239_1.phpt6 use T2 { t2method as Bmethod; }
H A Dbug65291.phpt15 use TestTrait;
H A Dforeach_unset_globals.phpt2 traverse an array and use its keys to unset GLOBALS
H A Dclosure_024.phpt7 $c = function($add) use(&$a) { return $a+$add; };
H A Dbug60536_005.phpt19 use THello1;
26 use THello1;
H A Derrmsg_014.phpt17 Fatal error: Cannot call __clone() method on objects - use 'clone $obj' instead in %s on line %d
H A Dbug63219.phpt10 use TFoo {
H A Dclass_alias_021.phpt12 use \baz as stdClass;
/PHP-5.4/Zend/tests/traits/bugs/
H A Dabstract-methods03.phpt12 use THello;
/PHP-5.4/ext/standard/tests/strings/
H A Dbug54238.phpt2 Bug #54238 (use-after-free in substr_replace())
/PHP-5.4/ext/date/lib/
H A DREADME4 Make sure you use re2c 0.9.10 or higher:
/PHP-5.4/Zend/tests/traits/
H A Dinheritance002.phpt20 use SayWorld;
H A Dproperty007.phpt19 use THello1;
26 use THello1;
H A Dlanguage003.phpt20 use Hello, World {
H A Dlanguage002.phpt20 use Hello, World;
/PHP-5.4/ext/standard/tests/general_functions/
H A Dclosures_002.phpt9 register_tick_function(function () use (&$i) { $i++; });
/PHP-5.4/ext/tokenizer/
H A Dconfig.m44 dnl Otherwise use enable:
/PHP-5.4/ext/iconv/
H A Dconfig.m4104 AC_DEFINE([PHP_ICONV_IMPL],["libiconv"],[Which iconv implementation to use])
113 AC_DEFINE([PHP_ICONV_IMPL],["BSD iconv"],[Which iconv implementation to use])
120 AC_DEFINE([PHP_ICONV_IMPL],["glibc"],[Which iconv implementation to use])
126 AC_DEFINE([PHP_ICONV_IMPL],["IBM iconv"],[Which iconv implementation to use])
/PHP-5.4/ext/ereg/
H A Dconfig0.m49 WARNING: Do NOT use unless you know what you are doing!], php, no)
28 AC_MSG_CHECKING([which regex library to use])
/PHP-5.4/ext/pdo_mysql/tests/
H A Dbug54929.phpt50 … manual that corresponds to your %s server version for the right syntax to use near '--'' at line …
57 … manual that corresponds to your %s server version for the right syntax to use near '--'' at line …
/PHP-5.4/Zend/
H A DREADME.ZEND_MM13 between malloc and emalloc at runtime so you can use internal and external memory
41 can also use "mmap_anon", "mmap_zero" and "win32" storage managers.
/PHP-5.4/ext/spl/tests/
H A DSplFixedArray_fromarray_indexes.phpt2 Create a SplFixedArray from an array using the fromArray() function use the default behaviour of pr…

Completed in 24 milliseconds

12345678910>>...31