Home
last modified time | relevance | path

Searched refs:y (Results 101 – 125 of 465) sorted by last modified time

12345678910>>...19

/PHP-7.1/ext/spl/tests/
H A DarrayObject___construct_basic7.phpt5 $y = 2;
7 $a = array($y, $x);
/PHP-7.1/ext/soap/tests/
H A Dserver011.phpt11 function Add($x,$y) {
12 return $x+$y;
H A Dclassmap003.phpt17 public $y;
20 $this->y = $a + 1;
52 [y] => 6
H A Dclassmap004.phpt28 $this->y = $a + 1;
63 [y] => 6
H A Dbug48557.phpt15 $y = new SoapServer(dirname(__FILE__) . '/bug48557.wsdl');
16 $y->addfunction("test");
53 $y->handle($request);
/PHP-7.1/ext/soap/tests/bugs/
H A Dbug29061.wsdl7 xmlns:y="http://new.webservice.namespace" targetNamespace="http
20 <input message="y:getQuoteRequest"/>
21 <output message="y:getQuoteResponse"/>
24 <binding name="bindingName" type="y:SOAPport">
37 <port name="myPort" binding="y:bindingName">
H A Dbug31422.phpt12 function Add($x,$y) {
15 return $x+$y;
32 <y xsi:type="xsd:int">33</y>
/PHP-7.1/ext/soap/interop/
H A Dtest.utility.php97 function compare(&$x,&$y) { argument
100 $y_type = gettype($y);
103 $ok = array_compare($x, $y);
105 $ok = object_compare($x, $y);
107 $ok = number_compare($x, $y);
111 $ok = ($x == $y);
H A Dclient_round2_params.php138 function make_2d($x, $y) argument
141 for ($_y = 0; $_y < $y; $_y++) {
/PHP-7.1/ext/skeleton/
H A Dcreate_stubs146 y = gobble(",")
147 if (!x && y && optional) {
/PHP-7.1/ext/reflection/tests/
H A Dparameters_001.phpt7 function func($x, $y = NULL){
19 $p = new ReflectionParameter(array('Test', 'func'), 'y');
H A Dbug46205.phpt6 $y = function() { };
9 $x->invokeArgs(new reflectionparameter('trim', 'str'), array($y, 1));
H A DReflectionObject_getName_error.phpt12 var_dump($r3->getName('x','y'));
H A DReflectionMethod_getDocComment_property_list.phpt15 $y = 'y',
25 $reflection = new ReflectionProperty('\X', 'y');
26 echo 'X::y', PHP_EOL;
38 X::y
H A DReflectionClass_getModifierNames_basic.phpt26 abstract class y
49 dump_methodModifierNames('y');
125 string(4) "y::a"
132 string(4) "y::b"
/PHP-7.1/ext/phar/tests/files/
H A Dfrontcontroller12.phar16 !�y��ܬ8:���0��V���GBMB
/PHP-7.1/ext/phar/tests/
H A Dbug47085.phpt15 rename("phar://a.phar/x", "phar://a.phar/y");
16 var_dump(rename("phar://a.phar/x", "phar://a.phar/y"));
22 Warning: rename(): phar error: cannot rename "phar://a.phar/x" to "phar://a.phar/y" from extracted …
/PHP-7.1/ext/phar/phar/
H A Dpharcommand.inc139 'y' => array(
161 unset($phar_args['y']);
566 $privkey = $this->args['y']['val'];
1196 $privkey = $this->args['y']['val'];
/PHP-7.1/ext/pdo_sqlite/tests/
H A Dbug44327_3.phpt13 $y = $x->fetch(PDO::FETCH_LAZY);
14 var_dump($y, $y->queryString, $y->queryStringzz, $y->queryStringxx);
18 var_dump($y[5], $y->{3});
H A Dpdo_fetch_func_001.phpt16 $st->fetchAll(PDO::FETCH_FUNC, function($x, $y) use ($st) { var_dump($st); print "data: $x, $y\n"; …
47 static public function test($x, $y) {
48 return $x .'---'. $y;
51 private function test2($x, $y) {
55 public function test3($x, $y) {
56 return $x .'==='. $y;
H A Dbug44327_2.phpt15 $y = $x->fetch();
16 var_dump($y, @$y->queryString);
23 $y = $x->fetch(PDO::FETCH_LAZY);
24 var_dump($y, $y->queryString);
/PHP-7.1/ext/pdo_pgsql/tests/
H A Dbug43925.phpt38 OR :y = 1 OR :left = 1
44 $stmt->bindValue('y', 50, PDO::PARAM_INT);
/PHP-7.1/ext/pcre/tests/
H A Dpcre_extra.phpt6 var_dump(preg_match('/\y/', '\y'));
7 var_dump(preg_match('/\y/X', '\y'));
H A Dpreg_match_basic_002.phpt21 string(1) "y"
H A Dpreg_replace2.phpt19 var_dump(preg_replace(array('/\s+/', '~[b-d]~'), array('$'), array('x y', 'bd bc')));
44 string(3) "x$y"

Completed in 95 milliseconds

12345678910>>...19