Home
last modified time | relevance | path

Searched refs:x (Results 501 – 525 of 1216) sorted by relevance

1...<<21222324252627282930>>...49

/PHP-5.6/tests/classes/
H A Dinheritance_003.phpt8 function f($x) {}
20 Strict Standards: Declaration of B::f() should be compatible with A::f($x) in %sinheritance_003.php…
/PHP-5.6/ext/spl/tests/
H A DarrayObject_ksort_basic2.phpt14 public $x = 'prop1';
36 ["x"]=>
47 ["x"]=>
/PHP-5.6/ext/soap/tests/
H A Dserver002.phpt7 function Add($x,$y) {
8 return $x+$y;
24 <x xsi:type="xsd:int">22</x>
/PHP-5.6/ext/pdo_pgsql/tests/
H A Dbug43925.phpt37 AND (:x > 0 OR :x < 10 OR :x > 100)
43 $stmt->bindValue('x', 5, PDO::PARAM_INT);
/PHP-5.6/ext/intl/tests/
H A Dlocale_parse_locale.phpt49 'de-CH-x-phonebk',
50 'az-Arab-x-AZE-derbend',
55 'qaa-Qaaa-QM-x-southern',
61 'zh-CN-a-myExt-x-private',
166 de-CH-x-phonebk:
169 az-Arab-x-AZE-derbend:
178 qaa-Qaaa-QM-x-southern:
190 zh-CN-a-myExt-x-private:
H A Dbug62915.phpt16 $x = new foo;
19 $z = clone $x;
/PHP-5.6/ext/session/tests/
H A Dbug55688.phpt11 $x = new SessionHandler;
12 $x->gc(1);
/PHP-5.6/Zend/tests/traits/
H A Derror_013.phpt14 $x = new bar;
15 var_dump($x->test());
H A Derror_012.phpt14 $x = new bar;
15 var_dump($x->test());
H A Dinterface_003.phpt10 public function unserialize($x) {
11 var_dump($x);
H A Dbug55372.phpt23 $x = new foo;
24 $x->testMethod();
/PHP-5.6/ext/standard/tests/file/
H A Dfseek_ftell_rewind_variation2-win32.phpt2 Test fseek(), ftell() & rewind() functions : usage variations - all w and x modes, default whence
30 "x","xb","xt","x+","x+b","x+t");
72 *** Testing fseek(), ftell(), rewind() : default whence & all w and x modes ***
165 -- File opened in mode x --
210 -- File opened in mode x+ --
225 -- File opened in mode x+b --
240 -- File opened in mode x+t --
347 -- File opened in mode x --
392 -- File opened in mode x+ --
407 -- File opened in mode x+b --
[all …]
H A Dfseek_ftell_rewind_variation2.phpt2 Test fseek(), ftell() & rewind() functions : usage variations - all w and x modes, default whence
30 "x","xb","xt","x+","x+b","x+t");
72 *** Testing fseek(), ftell(), rewind() : default whence & all w and x modes ***
165 -- File opened in mode x --
210 -- File opened in mode x+ --
225 -- File opened in mode x+b --
240 -- File opened in mode x+t --
347 -- File opened in mode x --
392 -- File opened in mode x+ --
407 -- File opened in mode x+b --
[all …]
/PHP-5.6/ext/fileinfo/libmagic/
H A Dascmagic.c51 #define ISSPC(x) ((x) == ' ' || (x) == '\t' || (x) == '\r' || (x) == '\n' \ argument
52 || (x) == 0x85 || (x) == '\f')
/PHP-5.6/Zend/tests/
H A Ddereference_008.phpt9 public $x = array(1);
12 return $this->x;
H A Dheredoc_010.phpt16 $x = <<<ENDOFHEREDOC
23 print "{$x}";
H A Dbug36303.phpt5 $x="test";
6 foreach($x->a->b as &$v) {
H A Dbug63468.phpt26 $x = new Bar;
27 var_dump($x->run());
H A Dnowdoc_012.phpt8 $x = <<<'ENDOFNOWDOC'
16 print "{$x}\n";
H A Dnowdoc_001.phpt13 $x = <<<'ENDOFNOWDOC'
18 print "{$x}";
/PHP-5.6/ext/reflection/tests/
H A Dbug46064_2.phpt9 $x = new foo;
10 $x->test = 2000;
13 $p = new ReflectionObject($x);
/PHP-5.6/tests/strings/
H A Dbug22592.phpt7 $t = $x[] = 'x';
/PHP-5.6/ext/date/tests/
H A DDateInterval_format.phpt48 echo $interval->format('x=%x') . "\n";
71 x=%x
/PHP-5.6/ext/soap/tests/bugs/
H A Dbug31422-win.phpt14 function Add($x,$y) {
17 return $x+$y;
33 <x xsi:type="xsd:int">22</x>
H A Dbug31422.phpt15 function Add($x,$y) {
18 return $x+$y;
34 <x xsi:type="xsd:int">22</x>

Completed in 47 milliseconds

1...<<21222324252627282930>>...49