Home
last modified time | relevance | path

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

1...<<21222324252627282930>>...72

/PHP-8.3/Zend/tests/
H A Ddereference_004.phpt9 public $x = array();
13 $this->x = $h;
16 return $this->x;
H A Dbug68370.phpt12 $x = $c->test();
13 print_r($x);
14 unset($c, $x);
H A Dbug75420.phpt7 public function __isset($x) { $GLOBALS["name"] = 24; return true; }
8 public function __get($x) { var_dump($x); return 42; }
H A Dobjects_019.phpt13 $x = $foo[1]->a;
14 $x = 'foo';
16 var_dump($foo, $x);
H A Dbug78010.phpt17 $this->x = $this;
27 $x = []; //This must be reset
28 foreach (array_fill(0, 389, 'x') as &$params) { //Will not trigger <389
29 $x[] = new foo;
H A Dbug30162.phpt9 $this->x = "x";
50 ["x"]=>
51 string(1) "x"
H A Dbug75420.2.phpt6 public function __isset($x) { $GLOBALS["name"] = 24; return true; }
7 public function __get($x) { var_dump($x); return 42; }
H A Dbug75420.3.phpt6 public function __isset($x) { $GLOBALS["name"] = 24; return true; }
7 public function __get($x) { var_dump($x); return 42; }
H A Dbug75420.4.phpt6 public function __isset($x) { $GLOBALS["name"] = 24; return true; }
7 public function __get($x) { var_dump($x); return 42; }
H A Dbug71474.phpt11 function test($n, $x) {
14 $x->bug();
15 test($n - 1, $x);
H A Dbug30707.phpt25 $x = new C;
26 $x->byePHP($x->plip());
/PHP-8.3/ext/intl/tests/
H A Dspoofchecker_001.phpt13 $x = new Spoofchecker();
15 var_dump($x->isSuspicious($url));
18 var_dump($x->isSuspicious("NAPKIN PEZ"));
19 var_dump($x->isSuspicious("napkin pez"));
/PHP-8.3/ext/phar/tests/
H A Drmdir.phpt17 $files['a/x'] = 'a';
21 echo file_get_contents($pname . '/a/x') . "\n";
23 echo file_get_contents($pname . '/a/x') . "\n";
24 unlink($pname . '/a/x');
/PHP-8.3/ext/simplexml/tests/
H A Dbug51615.phpt10 $dom->loadHTML('<span title=""y">x</span><span title=""z">x</span>');
33 string(1) "x"
35 string(1) "x"
/PHP-8.3/Zend/tests/arrow_functions/
H A D001.phpt9 $foo = fn($x) => $x;
12 $foo = fn($x, $y) => $x + $y;
/PHP-8.3/ext/mbstring/tests/
H A Dbug30549.phpt17 printf("0x%04x, 0x%04x\n", $toc, $unic);
H A Dmbregex_stack_limit2.phpt17 …for( $x=0; $x<iconv_strlen( $chars ); $x++ ) $chars_array[] = preg_quote( iconv_substr( $chars, $x
/PHP-8.3/ext/standard/tests/strings/
H A Dhtml_entity_decode1.phpt11 "&#x&amp;",
12 "&#x&#x24;",
50 &#x&
51 &#x$
H A Dprintf_basic9.phpt11 $format1 = "%x";
12 $format2 = "%x %x";
13 $format3 = "%x %x %x";
/PHP-8.3/ext/mysqli/tests/
H A Dbug36802.phpt24 $x[0] = false;
34 $x[1] = ($mysql->error);
35 $x[2] = $mysql->errno;
39 var_dump($x);
/PHP-8.3/Zend/tests/match/
H A Dmatch_of_phi_optimization.phpt5 $x = true;
6 match ($x and true or true) {
7 false => $x
/PHP-8.3/Zend/tests/type_declarations/
H A Dtyped_properties_090.phpt10 $x =& $this->prop;
12 $x = "foo";
13 var_dump($x);
/PHP-8.3/ext/date/tests/
H A Dbug48678.phpt5 $x = new DateInterval("P3Y6M4DT12H30M5S");
6 print_r($x);
7 $y = unserialize(serialize($x));
H A Dbug78139.phpt6 "x",
7 "x UTC",
31 Parsing 'x':
40 Parsing 'x UTC':
42 Warning: timezone_open(): Unknown or bad timezone (x UTC) in %sbug78139.php on line %d
44 DateInvalidTimeZoneException: DateTimeZone::__construct(): Unknown or bad timezone (x UTC)
/PHP-8.3/ext/soap/tests/
H A Dserver004.phpt7 function Add($x,$y) {
8 return $x+$y;
10 function Sub($x,$y) {
11 return $x-$y;
27 <x xsi:type="xsd:int">22</x>

Completed in 32 milliseconds

1...<<21222324252627282930>>...72