Home
last modified time | relevance | path

Searched refs:x (Results 326 – 350 of 1216) sorted by relevance

1...<<11121314151617181920>>...49

/PHP-5.6/ext/pcre/tests/
H A Dmatch_flags.phpt6 var_dump(preg_match_all('/(.)x/', 'zxax', $match, PREG_PATTERN_ORDER));
9 var_dump(preg_match_all('/(.)x/', 'zxyx', $match, PREG_SET_ORDER));
12 var_dump(preg_match_all('/(.)x/', 'zxyx', $match, PREG_OFFSET_CAPTURE));
15 var_dump(preg_match_all('/(.)x/', 'zxyx', $match, PREG_SET_ORDER | PREG_OFFSET_CAPTURE));
H A Dpreg_replace2.phpt15 var_dump(preg_replace(array('/\da(.)/ui', '@(.)@'), '$1', array('x','a2aA', '1av2Ab')));
19 var_dump(preg_replace(array('/\s+/', '~[b-d]~'), array('$'), array('x y', 'bd bc')));
30 string(1) "x"
44 string(3) "x$y"
H A Dpcre_extended.phpt2 x (PCRE_EXTENDED) modififer
9 var_dump(preg_match('/a e i o u/x', 'aeiou', $m));
12 var_dump(preg_match("/a e\ni\to\ru/x", 'aeiou', $m));
/PHP-5.6/ext/standard/tests/file/
H A Dfscanf_variation38.phpt31 $hexa_formats = array( "%x", "%hx", "%lx", "%Lx", " %x", "%x ", "% x", "\t%x", "\n%x", "%4x", "%30x
/PHP-5.6/ext/spl/tests/
H A Dbug45826.phpt32 unset($o,$x,$s1,$s2,$o1,$o2);
72 string(84) "C:11:"ArrayObject":60:{x:i:0;a:3:{i:0;O:8:"stdClass":0:{}i:1;r:4;i:2;r:1;};m:a:0:{}}"
73 string(125) "x:i:0;a:3:{i:0;O:8:"stdClass":0:{}i:1;r:3;i:2;C:11:"ArrayObject":45:{x:i:0;a:3:{i:0;r:…
82 string(85) "C:12:"ArrayObject2":60:{x:i:0;a:3:{i:0;O:8:"stdClass":0:{}i:1;r:4;i:2;r:1;};m:a:0:{}}"
83 string(126) "x:i:0;a:3:{i:0;O:8:"stdClass":0:{}i:1;r:3;i:2;C:12:"ArrayObject2":45:{x:i:0;a:3:{i:0;r…
H A DSplFileObject_fputcsv_variation5.phpt32 "x+", "x+b", "x+t");
133 -- file opened in x+ --
140 -- file opened in x+b --
147 -- file opened in x+t --
217 -- file opened in x+ --
224 -- file opened in x+b --
231 -- file opened in x+t --
301 -- file opened in x+ --
385 -- file opened in x+ --
469 -- file opened in x+ --
[all …]
H A DSplFileObject_fputcsv_variation6.phpt35 "x+", "x+b", "x+t");
136 -- file opened in x+ --
143 -- file opened in x+b --
150 -- file opened in x+t --
220 -- file opened in x+ --
227 -- file opened in x+b --
234 -- file opened in x+t --
304 -- file opened in x+ --
388 -- file opened in x+ --
472 -- file opened in x+ --
[all …]
H A DSplFileObject_fputcsv_variation7.phpt35 "x+", "x+b", "x+t");
136 -- file opened in x+ --
143 -- file opened in x+b --
150 -- file opened in x+t --
220 -- file opened in x+ --
227 -- file opened in x+b --
234 -- file opened in x+t --
304 -- file opened in x+ --
388 -- file opened in x+ --
472 -- file opened in x+ --
[all …]
H A DSplFileObject_fputcsv_variation8.phpt35 "x+", "x+b", "x+t");
136 -- file opened in x+ --
143 -- file opened in x+b --
150 -- file opened in x+t --
220 -- file opened in x+ --
227 -- file opened in x+b --
234 -- file opened in x+t --
304 -- file opened in x+ --
388 -- file opened in x+ --
472 -- file opened in x+ --
[all …]
H A DSplFileObject_fputcsv_variation1.phpt32 "x+", "x+b", "x+t");
133 -- file opened in x+ --
140 -- file opened in x+b --
147 -- file opened in x+t --
217 -- file opened in x+ --
224 -- file opened in x+b --
231 -- file opened in x+t --
301 -- file opened in x+ --
385 -- file opened in x+ --
469 -- file opened in x+ --
[all …]
H A DSplFileObject_fputcsv_variation11.phpt32 "x+", "x+b", "x+t");
133 -- file opened in x+ --
140 -- file opened in x+b --
147 -- file opened in x+t --
217 -- file opened in x+ --
224 -- file opened in x+b --
231 -- file opened in x+t --
301 -- file opened in x+ --
385 -- file opened in x+ --
469 -- file opened in x+ --
[all …]
H A DSplFileObject_fputcsv_variation12.phpt33 "x+", "x+b", "x+t");
134 -- file opened in x+ --
141 -- file opened in x+b --
148 -- file opened in x+t --
218 -- file opened in x+ --
225 -- file opened in x+b --
232 -- file opened in x+t --
302 -- file opened in x+ --
386 -- file opened in x+ --
470 -- file opened in x+ --
[all …]
/PHP-5.6/Zend/tests/
H A Dclosure_007.phpt7 private $x = 0;
12 $this->x++;
18 echo $this->x."\n";
H A Dinter_01.phpt7 public function bar($x = foo);
12 public function bar($x = foo::foo) {
13 var_dump($x);
H A Dns_055.phpt8 function test1(Foo $x) {
11 function test2(\test\ns1\Foo $x) {
14 function test3(\Exception $x) {
H A Dbug48409.phpt10 public function xyz($d, $x)
12 if ($x == 34) {
46 public function run($x)
49 $x->func();
H A Dlsb_017.phpt6 public static function test($x=null) {
7 if (!is_null($x)) {
8 echo "$x\n";
/PHP-5.6/ext/standard/tests/strings/
H A Dprintf_basic9.phpt16 $format1 = "%x";
17 $format2 = "%x %x";
18 $format3 = "%x %x %x";
H A Dsscanf_basic8.phpt14 $format1 = "%x %x %x %x %x %x";
/PHP-5.6/ext/standard/tests/array/
H A Dbug25708.phpt18 * a = temp_var[x] // refcount = 2
47 $b = 'x';
100 string(1) "x" refcount(1)
102 string(1) "x" refcount(1)
138 string(1) "x" refcount(1)
140 string(1) "x" refcount(1)
176 string(1) "x" refcount(1)
178 string(1) "x" refcount(1)
214 string(1) "x" refcount(1)
216 string(1) "x" refcount(1)
/PHP-5.6/Zend/
H A Dbench.php52 $x=0; $y=0; $w2=0; $h2=0; $color=0;
58 for ($x=0 ; $x<=$h1; $x=$x+1) {
59 $rec=$s*($x-$w2)+$recen;
89 for ($x=0; $c = $x*0.04 - 2, $z=0, $Z=0, $x++ < 75;){
282 $x = 0;
284 $x += $m1[$i][$k] * $m2[$k][$j];
286 $m3[$i][$j] = $x;
305 $x = 0;
312 $x++;
313 print "$x\n";
/PHP-5.6/ext/phar/tests/zip/
H A Drmdir.phpt19 $phar['a/x'] = 'a';
24 echo file_get_contents($alias . '/a/x') . "\n";
26 echo file_get_contents($alias . '/a/x') . "\n";
27 unlink($alias . '/a/x');
/PHP-5.6/ext/phar/tests/
H A Dbug47085.phpt13 $phar['x'] = 'hi';
15 rename("phar://a.phar/x", "phar://a.phar/y");
16 var_dump(rename("phar://a.phar/x", "phar://a.phar/y"));
22 Warning: rename(): phar error: cannot rename "phar://a.phar/x" to "phar://a.phar/y" from extracted …
/PHP-5.6/ext/gd/tests/
H A Dimagefttext.phpt29 for ($x = 0; $x < $sx; ++$x) {
30 if (imagecolorat($im, $x, $y) == $colour_b) {
/PHP-5.6/ext/date/tests/
H A Dbug48678.phpt5 $x = new DateInterval("P3Y6M4DT12H30M5S");
6 print_r($x);
7 $y = unserialize(serialize($x));

Completed in 48 milliseconds

1...<<11121314151617181920>>...49