Home
last modified time | relevance | path

Searched refs:x (Results 526 – 550 of 1216) sorted by relevance

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

/PHP-5.6/ext/interbase/tests/
H A Dibase_errmsg_001.phpt10 $x = ibase_connect($test_base);
15 ibase_close($x);
/PHP-5.6/ext/standard/tests/general_functions/
H A Dhighlight_heredoc.phpt8 $x=<<<DD
20 <br />$x=&lt;&lt;&lt;DD<br />jhdsjkfhjdsh<br />DD<br />."";<br />$a=&lt;&lt;&lt;DDDD<br />jhdsjkfhj…
/PHP-5.6/Zend/tests/
H A Dbug33171.phpt23 $x = new B;
24 $x->go();
H A Dns_027.phpt16 $x = new Foo;
18 $x = new Foo\Bar\Foo;
H A Dclosure_001.phpt10 $lambda2 = function ($x) {
11 echo "Hello $x!\n";
H A Dheredoc_005.phpt13 $x = <<<ENDOFHEREDOC
18 print "{$x}";
H A Dnowdoc_010.phpt16 $x = <<<'ENDOFNOWDOC'
23 print "{$x}";
H A Dbug50394.phpt5 function inc( &$x ) { $x++; }
H A Dns_025.phpt16 $x = new Foo;
18 $x = new \Foo\Bar\Foo;
H A Dheredoc_006.phpt13 $x = <<<ENDOFHEREDOC
18 print "{$x}";
/PHP-5.6/Zend/tests/traits/
H A Derror_014.phpt18 $x = new bar;
19 var_dump($x->test());
/PHP-5.6/ext/soap/tests/bugs/
H A Dbug39815.phpt35 $x = new LocalSoapClient(NULL,array('location'=>'test://',
39 var_dump($x->test());
40 echo $x->__getLastResponse();
42 var_dump($x->test());
43 echo $x->__getLastResponse();
/PHP-5.6/ext/standard/tests/array/
H A Darray_reduce_variation1.phpt18 function threeArgs($v, $w, $x) {
19 return $v + $w + $x;
42 Notice: Undefined variable: x in %sarray_reduce_variation1.php on line %d
/PHP-5.6/ext/standard/tests/file/
H A Dreadfile_basic-win32.phpt26 "x", "xb", "xt", "x+", "x+b", "x+t");
33 if ( strstr($mode, "x") ) {
90 -- File opened with mode: x --
99 -- File opened with mode: x+ --
102 -- File opened with mode: x+b --
105 -- File opened with mode: x+t --
146 -- File opened with mode: x --
155 -- File opened with mode: x+ --
202 -- File opened with mode: x --
258 -- File opened with mode: x --
[all …]
H A Dreadfile_basic.phpt26 "x", "xb", "xt", "x+", "x+b", "x+t");
33 if ( strstr($mode, "x") ) {
90 -- File opened with mode: x --
99 -- File opened with mode: x+ --
102 -- File opened with mode: x+b --
105 -- File opened with mode: x+t --
146 -- File opened with mode: x --
155 -- File opened with mode: x+ --
202 -- File opened with mode: x --
258 -- File opened with mode: x --
[all …]
H A Dfseek_ftell_rewind_variation8-win32.phpt2 Test fseek(), ftell() & rewind() functions : usage variations - all w and x modes, SEEK_END
30 "x","xb","xt","x+","x+b","x+t");
176 -- File opened in mode x --
227 -- File opened in mode x+ --
244 -- File opened in mode x+b --
261 -- File opened in mode x+t --
382 -- File opened in mode x --
433 -- File opened in mode x+ --
450 -- File opened in mode x+b --
467 -- File opened in mode x+t --
H A Dfseek_ftell_rewind_variation8.phpt2 Test fseek(), ftell() & rewind() functions : usage variations - all w and x modes, SEEK_END
30 "x","xb","xt","x+","x+b","x+t");
176 -- File opened in mode x --
227 -- File opened in mode x+ --
244 -- File opened in mode x+b --
261 -- File opened in mode x+t --
382 -- File opened in mode x --
433 -- File opened in mode x+ --
450 -- File opened in mode x+b --
467 -- File opened in mode x+t --
/PHP-5.6/ext/intl/tests/
H A Dbug62081.phpt12 $x = new IntlDateFormatter('en', 1, 1);
13 var_dump($x->__construct('en', 1, 1));
/PHP-5.6/ext/soap/tests/
H A Dserver011.phpt11 function Add($x,$y) {
12 return $x+$y;
/PHP-5.6/Zend/tests/generators/finally/
H A Dthrow_yield.phpt14 foreach (foo(1, 5) as $x) {
15 echo $x, "\n";
H A Dyield_throw.phpt14 foreach (foo(1, 5) as $x) {
15 echo $x, "\n";
/PHP-5.6/ext/calendar/tests/
H A Dbug53574_1.phpt12 $x = 882858043;
14 var_dump(cal_from_jd($x, CAL_JULIAN));
H A Dbug53574_2.phpt12 $x = 3315881921229094912;
14 var_dump(cal_from_jd($x, CAL_JULIAN));
/PHP-5.6/tests/lang/
H A Dfunc_get_arg.005.phpt6 function refVal($x) {
9 var_dump($x);
/PHP-5.6/ext/wddx/tests/
H A Dbug71335.phpt9 $x = "<?xml version='1.0'?>
24 $d = wddx_deserialize($x);

Completed in 54 milliseconds

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