Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...73

/php-src/ext/standard/tests/strings/
H A Dsprintf_basic9.phpt11 $format1 = "%x";
12 $format2 = "%x %x";
13 $format3 = "%x %x %x";
/php-src/ext/intl/tests/
H A Dlocale_get_keywords2.phpt53 'de-CH-x-phonebk',
54 'az-Arab-x-AZE-derbend',
59 'x-whatever',
60 'qaa-Qaaa-QM-x-southern',
66 'zh-CN-a-myExt-x-private',
111 i-enochian: Key is x and Value is i-enochian
127 de-CH-x-phonebk: Key is x and Value is phonebk
129 az-Arab-x-AZE-derbend: Key is x and Value is aze-derbend
133 x-whatever: Key is x and Value is whatever
135 qaa-Qaaa-QM-x-southern: Key is x and Value is southern
[all …]
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-src/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);
/php-src/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-src/ext/gd/libgd/
H A Dgd_xbm.c44 int bit, x = 0, y = 0; in gdImageCreateFromXbm() local
143 gdImageSetPixel(im, x++, y, (b & bit) ? 1 : 0); in gdImageCreateFromXbm()
144 if (x == im->sx) { in gdImageCreateFromXbm()
145 x = 0; in gdImageCreateFromXbm()
179 int x, y, c, b, sx, sy, p; in gdImageXbmCtx() local
212 for (x = 0; x < sx; x++) { in gdImageXbmCtx()
213 if (gdImageGetPixel(image, x, y) == fg) { in gdImageXbmCtx()
216 if ((b == 128) || (x == sx - 1)) { in gdImageXbmCtx()
/php-src/ext/pcre/tests/
H A Dbug76909.phpt13 $reg0 = "/^[\x{0100}-\x{017f}]{1,63}$/iu";
14 $reg1 = "/(*NO_JIT)^[\x{0100}-\x{017f}]{1,63}$/iu";
/php-src/Zend/tests/
H A Dstatic_variable_in_private_trait_method.phpt8 static $x;
9 if ($x === null) $x = new stdClass;
10 return $x;
H A Dbug80391.phpt9 public function method3(iterable $x) {}
10 public function method4(iterable $x) {}
16 public function method3(mixed $x) {}
17 public function method4(array|object $x) {}
H A Dbug60536_001.phpt5 trait T { private $x = 0; }
12 return ++$this->x;
18 return ++$this->x;
26 Warning: Undefined property: Z::$x in %s on line %d
H A Ddereference_007.phpt9 public $x = array();
12 return $this->x;
16 return $x;
36 Warning: Undefined variable $x in %s on line %d
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"]=>
/php-src/Zend/tests/traits/
H A Dabstract_method_10.phpt7 abstract private function method(self $x): self;
13 private function method(int $x): int { }
19 Fatal error: Declaration of C::method(int $x): int must be compatible with T::method(C $x): C in %s…
/php-src/ext/dom/lexbor/lexbor/core/
H A Ddef.h10 #define LEXBOR_STRINGIZE_HELPER(x) #x argument
11 #define LEXBOR_STRINGIZE(x) LEXBOR_STRINGIZE_HELPER(x) argument
/php-src/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-src/ext/pcre/pcre2lib/
H A Dpcre2_maketables.c142 int x = 0; local
143 if (isspace(i)) x += ctype_space;
144 if (isalpha(i)) x += ctype_letter;
145 if (islower(i)) x += ctype_lcletter;
146 if (isdigit(i)) x += ctype_digit;
147 if (isalnum(i) || i == '_') x += ctype_word;
148 *p++ = x;
/php-src/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-src/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-src/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'] ]
/php-src/ext/opcache/tests/jit/
H A Dsend_val_002.phpt10 var_dump(x:$x?1:0);
15 Warning: Undefined variable $x in %ssend_val_002.php on line 3
19 #0 %ssend_val_002.php(3): var_dump(x: 0)
/php-src/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-src/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-src/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

Completed in 32 milliseconds

1...<<11121314151617181920>>...73