Home
last modified time | relevance | path

Searched refs:x (Results 351 – 375 of 1783) sorted by relevance

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

/PHP-8.3/ext/standard/
H A Dversioning.c48 #define isdig(x) (isdigit(x)&&(x)!='.') in php_canonicalize_version() argument
49 #define isndig(x) (!isdigit(x)&&(x)!='.') in php_canonicalize_version() argument
50 #define isspecialver(x) ((x)=='-'||(x)=='_'||(x)=='+') in php_canonicalize_version() argument
/PHP-8.3/ext/standard/tests/array/
H A Dbug25708.phpt18 * a = temp_var[x] // refcount = 2
47 $b = 'x';
100 string(1) "x"
102 string(1) "x"
138 string(1) "x"
140 string(1) "x"
176 string(1) "x"
178 string(1) "x"
214 string(1) "x"
216 string(1) "x"
H A Dbug72116.phpt6 $x = array_fill(0, 1, '..');
7 $x[] = 'a';
8 var_dump($x);
H A Dbug71334.phpt14 private function _mySort($x, $y)
16 if (!isset($this->a[$x])) {
17 throw new Exception('Missing X: "' . $x . '"');
24 return $x <=> $y;
/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_maketables.c140 int x = 0; local
141 if (isspace(i)) x += ctype_space;
142 if (isalpha(i)) x += ctype_letter;
143 if (islower(i)) x += ctype_lcletter;
144 if (isdigit(i)) x += ctype_digit;
145 if (isalnum(i) || i == '_') x += ctype_word;
146 *p++ = x;
/PHP-8.3/ext/dom/tests/
H A Dgh11625.phpt40 $div->replaceWith($fragment, $dom->createElement('x'), "hello");
61 <p>Hi 0!</p><x></x>hello<div></div>
64 <p>Hi 0!</p><x></x>hello<p>Hi 1!</p><x></x>hello
/PHP-8.3/tests/classes/
H A D__set__get_004.phpt6 protected $x;
9 if (isset($this->x[$name])) {
10 return $this->x[$name];
19 $this->x[$name] = $val;
/PHP-8.3/ext/reflection/tests/
H A Dbug60357.phpt6 array $x = array('a', 'b'),
7 array $y = ['x' => 'y'],
18 Parameter #0 [ <optional> array $x = ['a', 'b'] ]
19 Parameter #1 [ <optional> array $y = ['x' => 'y'] ]
H A D024.phpt12 $x = new C1();
13 $x->z = 4;
14 $x->p3 = 5;
16 $obj = new ReflectionObject($x);
/PHP-8.3/ext/fileinfo/tests/
H A Dbug69107.phpt15 string(10) "text/x-php"
16 string(10) "text/x-php"
17 string(10) "text/x-php"
18 string(10) "text/x-php"
/PHP-8.3/Zend/tests/
H A Dbug19859.phpt12 $x = new test;
13 $x->fake(1);
14 call_user_func_array(array($x,'fake'),array(1));
15 call_user_func(array($x,'fake'),2);
H A Dctor_promotion_defaults.phpt8 public float $x = 0.0,
21 ["x"]=>
29 ["x"]=>
37 ["x"]=>
H A Dassign_dim_ref_free.phpt5 var_dump($ary[] = [&$x] = $x);
6 var_dump($x);
H A Dassign_ref_to_overloaded_prop.phpt7 private $x;
9 return $this->x;
15 $test->x =& $y;
16 var_dump($test->x);
/PHP-8.3/ext/intl/tests/
H A Dlocale_set_default.phpt48 'de-CH-x-phonebk',
49 'az-Arab-x-AZE-derbend',
54 'x-whatever',
55 'qaa-Qaaa-QM-x-southern',
61 'zh-CN-a-myExt-x-private',
120 de-CH-x-phonebk: set locale 'de-CH-x-phonebk'
121 az-Arab-x-AZE-derbend: set locale 'az-Arab-x-AZE-derbend'
124 x-whatever: set locale 'x-whatever'
125 qaa-Qaaa-QM-x-southern: set locale 'qaa-Qaaa-QM-x-southern'
129 zh-CN-a-myExt-x-private: set locale 'zh-CN-a-myExt-x-private'
/PHP-8.3/ext/standard/tests/serialize/
H A Dbug78438.phpt53 echo "Testcase tree $width x $depth".PHP_EOL;
83 Testcase tree 3 x 1
88 Testcase tree 3 x 2
93 Testcase tree 3 x 3
98 Testcase tree 3 x 4
103 Testcase tree 3 x 5
108 Testcase tree 3 x 6
113 Testcase tree 3 x 7
118 Testcase tree 3 x 8
/PHP-8.3/ext/opcache/tests/
H A Dassign_obj_exceptions.phpt7 public stdClass $x;
12 $test->x = "";
24 $test->x = "";
45 Cannot assign string to property Test::$x of type stdClass
47 Attempt to assign property "x" on null
/PHP-8.3/Zend/tests/match/
H A D028.phpt9 public static function usesRef(&$x) {
10 $x = 'modified';
12 public static function usesValue($x) {
13 echo "usesValue $x\n";
37 Caught Test::usesRef(): Argument #1 ($x) could not be passed by reference
/PHP-8.3/ext/standard/tests/general_functions/
H A Dvar_export_basic9.phpt5 $x = new stdClass();
6 $x->{'\'\\'} = 7;
7 echo var_export($x);
/PHP-8.3/ext/soap/tests/bugs/
H A Dbug30928.phpt15 function test($x) {
16 return $x;
37 $x = new LocalSoapClient(__DIR__."/bug30928.wsdl",
39 var_dump($x->test(new foo()));
41 $x = new LocalSoapClient(__DIR__."/bug30928.wsdl",
43 var_dump($x->test(new foo()));
/PHP-8.3/ext/standard/tests/strings/
H A Dsubstr_int_min.phpt5 var_dump(substr('x', PHP_INT_MIN));
6 var_dump(substr('x', 0, PHP_INT_MIN));
9 string(1) "x"
/PHP-8.3/ext/opcache/tests/jit/
H A Dassign_035.phpt25 $x = $arr;
26 unset($x['b'][$closure()]['d']);
28 $x = $arr;
29 $x['a'] = $closure();
H A Dsend_val_002.phpt11 var_dump(x:$x?1:0);
16 Warning: Undefined variable $x in %ssend_val_002.php on line 3
20 #0 %ssend_val_002.php(3): var_dump(x: 0)
/PHP-8.3/ext/json/tests/
H A Dbug63737.phpt6 $x = json_decode($json);
7 var_dump($x);
8 $x = json_decode($json, false, 512, JSON_BIGINT_AS_STRING);
9 var_dump($x);
/PHP-8.3/Zend/tests/type_declarations/
H A Dtyped_properties_086.phpt14 // $x must be undefined or a non-string type
15 $x = 1;
16 $t->$x = 2;
17 $t->$x--;

Completed in 37 milliseconds

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