Home
last modified time | relevance | path

Searched refs:x (Results 376 – 400 of 1783) sorted by relevance

1...<<11121314151617181920>>...72

/PHP-8.3/ext/standard/tests/serialize/
H A Dbug69152.phpt5 $x = unserialize('O:9:"exception":1:{s:16:"'."\0".'Exception'."\0".'trace";s:4:"ryat";}');
6 echo $x;
7 $x = unserialize('O:4:"test":1:{s:27:"__PHP_Incomplete_Class_Name";R:1;}');
8 $x->test();
H A Dunserialize_overwrite_undeclared_protected.phpt11 O:4:"Test":2:{s:4:"\0*\0x";N;s:4:"\0*\0x";N;}
16 Deprecated: Creation of dynamic property Test::$x is deprecated in %s on line %d
20 ["x":protected]=>
/PHP-8.3/ext/soap/tests/soap12/
H A Dsoap12-test.inc5 function echoOk($x) {
6 return $x;
33 function echoStruct($x) {
34 return $x;
37 function echoStructArray($x) {
38 return $x;
103 function requiredHeader($x) {
104 $this->header = $x;
/PHP-8.3/ext/spl/tests/
H A DSplFixedArray_get_properties_for.phpt7 public $x;
16 $array->x = new SplFixedArray();
36 ["x"]=>
46 ["x"]=>
54 ["x"]=>
69 ["x"]=>
74 O:15:"MySplFixedArray":4:{i:0;O:8:"stdClass":0:{}i:1;O:1:"Y":0:{}s:1:"x";O:13:"SplFixedArray":0:{}s…
82 ["x"]=>
H A Dbug67582.phpt16 foreach($list as $x) var_dump($list->offsetExists($x));
19 foreach($list2 as $x) var_dump($list2->offsetExists($x));
/PHP-8.3/Zend/tests/generators/
H A Daborted_yield_during_switch.phpt6 function gen($x) {
7 switch ($x."y") {
13 $gen = gen("x");
/PHP-8.3/ext/opcache/tests/jit/
H A Dgh8461-003.inc3 $x = 0;
14 global $x;
15 $x++;
H A Dgh8461-004.inc3 $x = 0;
14 global $x;
15 $x++;
H A Dinc_021.phpt18 function inc(int|float $x) {
19 return ++$x;
21 function dec(int|float $x) {
22 return --$x;
/PHP-8.3/Zend/tests/
H A Dmagic_get_destroy_object.phpt7 $GLOBALS["x"] = null;
10 $x = new Test;
11 var_dump($x->prop);
H A Dbug38461.phpt16 private $x;
20 $op->x = 'test';
25 Fatal error: Uncaught Error: Cannot access private property ExtOperation::$x in %s:%d
27 #0 %s(%d): Operation->__set('x', 'test')
H A Dbug67633.phpt6 function id($x) {
7 return $x;
10 function &ref_id(&$x) {
11 return $x;
H A Dbug42802.phpt27 $x = new bar();
29 test1($x);
30 test2($x);
31 test3($x);
33 test5($x);
/PHP-8.3/ext/reflection/tests/
H A Dbug51905.phpt12 public function x($x = 1, $y = array(self::X), $z = parent::Y) {}
16 $method = $clazz->getMethod('x');
24 $x : 1
/PHP-8.3/ext/intl/tests/
H A Dspoofchecker_002.phpt12 $x = new Spoofchecker();
14 var_dump($x->areConfusable("hello, world", "goodbye, world"));
15 var_dump($x->areConfusable("hello, world", "hello, world"));
16 var_dump($x->areConfusable("hello, world", "he11o, wor1d"));
/PHP-8.3/ext/json/tests/
H A Dbug81532.phpt11 $b->x = $a;
15 $c->x = [$a];
29 '{"x":{}}'
31 '{"x":[{}]}'
/PHP-8.3/ext/standard/tests/array/
H A Dbug42177.phpt28 $x = 'foo';
29 $y =& $x;
30 $a1 = array($x, $y, $x, $y);
31 $a2 = array( 'key1' => $a1, $x, $y );
/PHP-8.3/Zend/tests/arrow_functions/
H A D006.phpt8 $id = fn&(&$x) => $x;
15 $int_fn = fn(int $x): int => $x;
35 {closure}(): Argument #1 ($x) must be of type int, string given, called in %s on line %d
/PHP-8.3/Zend/tests/match/
H A D027.phpt9 public static function usesRef(&$x) {
10 $x = 'modified';
12 public static function usesValue($x) {
13 echo "usesValue $x\n";
33 Fatal error: Uncaught Error: Test::usesRef(): Argument #1 ($x) could not be passed by reference in …
/PHP-8.3/ext/ffi/tests/
H A Dbug80847.phpt35 $x = $ffi->new('bug80847_02');
36 $x->a->b = 42;
37 $x->a->c = 42.5;
38 var_dump($x);
39 $y = $ffi->ffi_bug80847($x);
40 var_dump($x, $y);
/PHP-8.3/ext/standard/tests/file/
H A D007_variation8.phpt2 Test fopen and fclose() functions - usage variations - "x+" mode
6 /* Test fopen() and fclose(): Opening the file in "x+" mode,
9 checking for the warning msg when trying to open an existing file in "x+" mode,
16 echo "*** Test fopen() & fclose() functions: with 'x+' mode ***\n";
17 $file_handle = fopen($file, "x+"); //opening the non-existing file in "x+" mode, file will be crea…
28 $file_handle = fopen($file, "x+"); //Opening the existing data file in "x+" mode to check for the …
35 *** Test fopen() & fclose() functions: with 'x+' mode ***
/PHP-8.3/ext/gmp/tests/
H A Dbug80560.phpt72 var_dump(gmp_init('0x', 16));
104 $function('0x');
105 echo $function, ' failed with 0x', \PHP_EOL;
122 $function('0x', 1);
123 echo $function, ' failed with 0x', \PHP_EOL;
140 $function('0x', 1);
141 echo $function, ' arg 1 failed with 0x', \PHP_EOL;
156 $function(1, '0x');
174 $function('0x', 1, 1);
190 $function(1, '0x', 1);
[all …]
/PHP-8.3/ext/opcache/tests/opt/
H A Dinference_013.phpt11 $x[] &= y;
12 $x = false;
13 $x[""] = y;
/PHP-8.3/ext/opcache/tests/
H A Dbug73654.phpt9 function x () : string {
10 return 'x';
14 return x().'yz';
/PHP-8.3/ext/standard/tests/math/
H A Dpow-operator.phpt6 $x = 2;
7 $x **= 3;
13 var_dump( $x === 8);

Completed in 28 milliseconds

1...<<11121314151617181920>>...72