Home
last modified time | relevance | path

Searched refs:use (Results 126 – 150 of 756) sorted by relevance

12345678910>>...31

/PHP-5.4/ext/standard/tests/assert/
H A Dassert_variation.phpt58 echo "Reset callback options to use a class method \n";
65 echo "Reset callback options to use an object method \n";
99 Reset callback options to use a class method
114 Reset callback options to use an object method
/PHP-5.4/ext/standard/tests/strings/
H A Dmoney_format_basic1.phpt32 // Same again but use '(' for negative values
37 // Same again but use a '0' for padding character
42 // Same again but use a '*' for padding character
/PHP-5.4/Zend/tests/traits/
H A Dproperty005.phpt17 use THello1;
25 use THello1;
H A Dlanguage001.phpt14 use THello;
H A Dstatic_001.phpt15 use TestTrait;
H A Dinterface_001.phpt16 use foo;
/PHP-5.4/Zend/tests/
H A Dbug60536_002.phpt17 use THello1;
25 use THello1;
H A D038.phpt2 Trying to use lambda as array key
H A Dclosure_025.phpt6 $a = create_function('$x', 'return function($y) use ($x) { return $x * $y; };');
H A Dclosure_034.phpt6 $a = function () use(&$a) {};
H A Dns_066.phpt6 use Foo\Bar\Foo as stdClass;
H A Doffset_object.phpt11 Fatal error: Cannot use object of type stdClass as array in %s on line %d
H A Dclosure_010.phpt6 $lambda = function ($lambda) use (&$i) {
H A Dclosure_022.phpt6 $foo = function() use ($a) {
H A Dinter_06.phpt2 Trying use name of an internal class as interface name
H A D031.phpt11 Fatal error: Cannot use [] for reading in %s on line %d
H A Dclosure_006.phpt7 return function () use ($v) {
H A Dclass_alias_010.phpt2 Trying use an existing alias name in class declaration
/PHP-5.4/ext/xmlreader/
H A DTODO4 use new api for creating the xmlTextReaderPtr
/PHP-5.4/ext/xmlwriter/
H A DTODO1 - Fix up config file for PHP 5 to use libxml extension configuration
/PHP-5.4/Zend/tests/traits/bugs/
H A Dmissing-trait.phpt8 use THello;
/PHP-5.4/tests/lang/
H A Dbug29893.phpt10 Warning: Cannot use a scalar value as an array in %sbug29893.php on line %d
/PHP-5.4/ext/date/tests/
H A Ddate_default_timezone_get-1.phpt16 … not safe to rely on the system's timezone settings. You are *required* to use the date.timezone s…
19 … not safe to rely on the system's timezone settings. You are *required* to use the date.timezone s…
/PHP-5.4/ext/soap/tests/bugs/
H A Dbug29795.wsdl28 <soap:body use="literal"/>
31 <soap:body use="literal"/>
/PHP-5.4/ext/imap/
H A DIMAP_Win32_HOWTO.txt4 Note 1: You *must* use NT's cmd.exe for this job; 4NT.exe will NOT work properly.
12 use '/MDd' instead.

Completed in 22 milliseconds

12345678910>>...31