Home
last modified time | relevance | path

Searched refs:x (Results 651 – 675 of 1819) sorted by relevance

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

/php-src/ext/opcache/tests/opt/
H A Dsccp_022.phpt14 function foo(int $x) {
15 $a[0] = $x;
38 0000 CV0($x) = RECV 1
40 0002 OP_DATA CV0($x)
H A Dsccp_011.phpt14 function foo(int $x) {
16 if ($x) {
37 0000 CV0($x) = RECV 1
H A Ddce_004.phpt14 function foo(int $x, int $y) {
15 $a = [$x];
32 0000 CV0($x) = RECV 1
/php-src/Zend/tests/
H A Dobjects_034.phpt23 $a[$c] = 'x' ;
27 $a[$c] .= 'x' ;
31 $a[$c][$c] = 'x' ;
H A Dbug43200.phpt18 class x extends c implements a, b {
22 echo new ReflectionClass('x');
26 Class [ <user> class x extends c implements a, b ] {
H A Dexception_014.phpt9 $x = new C;
11 var_dump($x->p);
16 var_dump($x->p);
H A Dnowdoc_008.phpt11 $x = <<<'ENDOFNOWDOC'
14 print "{$x}";
H A Dheredoc_008.phpt11 $x = <<<ENDOFHEREDOC
14 print "{$x}";
/php-src/ext/ffi/tests/
H A Dgh10403.phpt11 uint64_t x : 10;
17 $test_struct->x = 1023;
23 var_dump($test_struct->x);
/php-src/ext/opcache/tests/jit/
H A Dassign_dim_006.phpt12 $x = $s[-5] = "x";
14 var_dump($x);
H A Dgh8591-005.inc9 global $x;
10 $x = static::$field;
H A Dgh8591-006.inc9 global $x;
10 $x = static::$field;
/php-src/ext/dom/tests/modern/common/
H A Dserialize_entity_reference_in_attribute.phpt12 <root><el x="&foo;bar&foo;"/></root>
28 <root><el x="&foo;bar&foo;"/></root>
29 <el x="&foo;bar&foo;"></el>
/php-src/ext/spl/tests/
H A Dbug46031.phpt5 $x = new AppendIterator();
6 var_dump($x->next());
H A DSplFileInfo_001.phpt5 $x = new splfileinfo(1);
6 $x->__construct(1);
/php-src/ext/intl/tests/
H A Dlocale_parse_locale2.phpt48 'de-CH-x-phonebk',
49 'az-Arab-x-AZE-derbend',
54 'qaa-Qaaa-QM-x-southern',
60 'zh-CN-a-myExt-x-private',
66 'x-AAAAAA',
166 de-CH-x-phonebk:
169 az-Arab-x-AZE-derbend:
178 qaa-Qaaa-QM-x-southern:
190 zh-CN-a-myExt-x-private:
205 x-AAAAAA:
H A Dbug48227.phpt8 $x = new NumberFormatter('en_US', NumberFormatter::DECIMAL);
9 foreach (['', 1, NULL, $x] as $value) {
11 var_dump($x->format($value));
/php-src/ext/pcre/tests/
H A Dpreg_match_caseless_restrict.phpt26 var_dump(preg_match('/A\x{17f}\x{212a}Z/iu', 'AskZ')); // match
27 var_dump(preg_match('/A\x{17f}\x{212a}Z/iur', 'AskZ')); // no match
40 var_dump(preg_match('/[\x{17f}\x{212a}]+/iur', 'AskZ')); // no match
41 var_dump(preg_match('/[\x{17f}\x{212a}]+/iu', 'AskZ')); // match
51 var_dump(preg_match('/[^\x{17f}]+/iur', "AsSZ")); // match
52 var_dump(preg_match('/[^\x{17f}]+/iu', "AsSZ")); // match
/php-src/Zend/tests/constexpr/
H A Dnew_anon_class.phpt6 static $x = new class {};
8 var_dump($x);
/php-src/tests/lang/
H A Dengine_assignExecutionOrder_008.phpt14 echo "\n" . '$$x=f(): ';
15 $x='i';
16 echo $a[$$x=f()][++$$x];
17 unset($i, $x);
70 $$x=f(): good
/php-src/main/
H A Dreentrancy.c40 #define local_lock(x) tsrm_mutex_lock(reentrant_locks[x]) argument
41 #define local_unlock(x) tsrm_mutex_unlock(reentrant_locks[x]) argument
45 #define local_lock(x) argument
46 #define local_unlock(x) argument
/php-src/ext/mbstring/tests/
H A Dsjismac_encoding.phpt24 if (sscanf($line, "0x%x\t0x%x+0x%x+0x%x+0x%x+0x%x", $bytes, $cp1, $cp2, $cp3, $cp4, $cp5) >= 2) {
/php-src/ext/standard/
H A Dcrypt_sha512.c156 #define Ch(x, y, z) ((x & y) ^ (~x & z)) in sha512_process_block() argument
157 #define Maj(x, y, z) ((x & y) ^ (x & z) ^ (y & z)) in sha512_process_block() argument
158 #define S0(x) (CYCLIC (x, 28) ^ CYCLIC (x, 34) ^ CYCLIC (x, 39)) in sha512_process_block() argument
159 #define S1(x) (CYCLIC (x, 14) ^ CYCLIC (x, 18) ^ CYCLIC (x, 41)) in sha512_process_block() argument
160 #define R0(x) (CYCLIC (x, 1) ^ CYCLIC (x, 8) ^ (x >> 7)) in sha512_process_block() argument
161 #define R1(x) (CYCLIC (x, 19) ^ CYCLIC (x, 61) ^ (x >> 6)) in sha512_process_block() argument
/php-src/ext/spl/tests/SplFileObject/
H A DSplFileObject_fputcsv_variation10.phpt26 "x+", "x+b", "x+t");
126 -- file opened in x+ --
133 -- file opened in x+b --
140 -- file opened in x+t --
219 -- file opened in x+ --
227 -- file opened in x+b --
235 -- file opened in x+t --
306 -- file opened in x+ --
313 -- file opened in x+b --
320 -- file opened in x+t --
/php-src/ext/standard/tests/file/
H A Dfputcsv_variation10.phpt25 "x+", "x+b", "x+t");
129 -- file opened in x+ --
136 -- file opened in x+b --
143 -- file opened in x+t --
222 -- file opened in x+ --
230 -- file opened in x+b --
238 -- file opened in x+t --
309 -- file opened in x+ --
316 -- file opened in x+b --
323 -- file opened in x+t --

Completed in 26 milliseconds

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