Home
last modified time | relevance | path

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

1...<<21222324252627282930>>...73

/php-src/ext/opcache/tests/
H A Dbug78341.phpt14 $x = $a === null;
15 if ($x) {
16 var_dump($x);
/php-src/Zend/tests/traits/
H A Dbug74922c.phpt7 public $x = self::X;
10 public $x = self::X;
16 var_dump((new C)->x);
/php-src/ext/opcache/tests/jit/
H A Dassign_op_005.phpt10 $x = "";
11 $a["x{$x}y"] %= 0;
H A Dsend_var_ex_002.phpt10 $x = 0;
11 test(a: $x);
12 var_dump($x);
/php-src/ext/standard/tests/file/
H A Dfscanf_variation38.phpt26 $hexa_formats = array( "%x", "%hx", "%lx", "%Lx", " %x", "%x ", "% x", "\t%x", "\n%x", "%4x", "%30x
/php-src/ext/random/tests/01_functions/
H A Drandom_int.phpt8 $x = random_int(10, 100);
9 var_dump($x >= 10 && $x <= 100);
/php-src/Zend/tests/type_declarations/
H A Dtyped_properties_protected_inheritance_mismatch.phpt6 class A { protected int $x; }
7 class B extends A { protected $x; }
11 Fatal error: Type of B::$x must be int (as in class A) in %s on line %d
/php-src/Zend/tests/
H A Dbug63882.phpt5 class Test { public $x = 5; }
9 $testobj1->x = $testobj1;
10 $testobj2->x = $testobj2;
H A Dbug30162.phpt9 $this->x = "x";
50 ["x"]=>
51 string(1) "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 Dcall_user_func_005.phpt7 public static function __callstatic($x, $y) {
8 var_dump($x,$y);
13 return foo::x(function &($a=1,$b) { });
22 string(1) "x"
H A Dobjects_019.phpt13 $x = $foo[1]->a;
14 $x = 'foo';
16 var_dump($foo, $x);
H A Dbug68370.phpt12 $x = $c->test();
13 print_r($x);
14 unset($c, $x);
H A Dbug75420.1.phpt6 public function __isset($x) { $GLOBALS["name"] = 24; return true; }
7 public function __get($x) { var_dump($x); return 42; }
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 Dbug79784.phpt9 $a[$c] = 'x' ;
11 $a[$c] .= 'x' ;
13 $a[$c][$c] = 'x' ;
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_x86.h153 #define CK(x, st) \ argument
154 do { if (!(x)) { \
160 #define CK(x, st) ((void)0) argument
368 #define dasmb(x) *cp++ = (unsigned char)(x) argument
373 #define dasmw(x) \ argument
375 #define dasmd(x) \ argument
377 #define dasmq(x) \ argument
380 #define dasmw(x) do { dasmb(x); dasmb((x)>>8); } while (0) argument
381 #define dasmd(x) do { dasmw(x); dasmw((x)>>16); } while (0) argument
382 #define dasmq(x) do { dasmd(x); dasmd((x)>>32); } while (0) argument
[all …]
/php-src/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-src/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-src/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-src/Zend/tests/arrow_functions/
H A D001.phpt9 $foo = fn($x) => $x;
12 $foo = fn($x, $y) => $x + $y;
/php-src/ext/standard/tests/strings/
H A Dhtml_entity_decode1.phpt11 "&#x&amp;",
12 "&#x&#x24;",
50 &#x&
51 &#x$
/php-src/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-src/ext/mysqli/tests/
H A Dbug36802.phpt24 $x[0] = false;
34 $x[1] = ($mysql->error);
35 $x[2] = $mysql->errno;
39 var_dump($x);

Completed in 48 milliseconds

1...<<21222324252627282930>>...73