Home
last modified time | relevance | path

Searched refs:X (Results 26 – 50 of 416) sorted by relevance

12345678910>>...17

/PHP-7.2/ext/pcre/pcrelib/testdata/
H A Dtestinput1011 /\X./8
18 /\X\X/8
36 /^\X+/8
85 /^\X{2,3}X/8
89 X
100 X
110 X
115 X
1088 /^(?>\X{2})X/8+
1091 /^\X{2,4}X/8+
[all …]
H A Dtestinput935 /X\b/8
36 X+oanon
42 /X\B/8
45 X+oanon
182 /(?<=(.))X/8
261 > >X Y
453 X
460 X
466 X
602 X X\x0a
[all …]
H A Dtestinput156 /X(\C{3})/8
7 X\x{1234}
9 /X(\C{4})/8
10 X\x{1234}YZ
12 /X\C*/8
15 /X\C*?/8
18 /X\C{3,5}/8
20 X\x{1234}
25 /X\C{3,5}?/8
27 X\x{1234}
[all …]
H A Dtestoutput1015 /\X./8
27 /\X\X/8
57 /^\X+/8
141 /^\X{2,3}X/8
148 X
166 X
167 0: X
182 X
2074 /^(?>\X{2})X/8+
2079 /^\X{2,4}X/8+
[all …]
H A Dtestinput613 X
23 X
28 X
33 X
38 X
43 X
105 X
111 X
869 /^(?>\X{2})X/8+
872 /^\X{2,4}X/8+
[all …]
/PHP-7.2/Zend/
H A DREADME.ZEND_VM55 OP<X>_TYPE
58 get_zval_ptr(&opline->op<X>, EX(Ts), &free_op<X>, <TYPE>)
60 get_zval_ptr_ptr(&opline->op<X>, EX(Ts), &free_op<X>, <TYPE>)
62 get_obj_zval_ptr(&opline->op<X>, EX(Ts), &free_op<X>, <TYPE>)
64 get_obj_zval_ptr_ptr(&opline->op<X>, EX(Ts), &free_op<X>, <TYPE>)
65 IS_OP<X>_TMP_FREE()
67 FREE_OP<X>()
68 FREE_OP(free_op<X>)
69 FREE_OP<X>_IF_VAR()
70 FREE_VAR(free_op<X>)
[all …]
H A Dbench.php114 $X[$i] = $i;
117 $Y[$i] = $X[$i];
127 $X[$i] = $i; ++$i;
128 $X[$i] = $i; ++$i;
129 $X[$i] = $i; ++$i;
130 $X[$i] = $i; ++$i;
131 $X[$i] = $i; ++$i;
133 $X[$i] = $i; ++$i;
134 $X[$i] = $i; ++$i;
135 $X[$i] = $i; ++$i;
[all …]
/PHP-7.2/ext/standard/tests/serialize/
H A Dbug55798.phpt7 $a->{0} = 'X';
15 string(51) "O:8:"stdClass":2:{s:1:"0";s:1:"X";s:1:"1";s:1:"Y";}"
16 string(1) "X"
17 string(51) "O:8:"stdClass":2:{s:1:"0";s:1:"X";s:1:"1";s:1:"Y";}"
18 string(1) "X"
/PHP-7.2/Zend/tests/
H A Dns_010.phpt5 namespace X;
6 use X as Y;
19 new \X\Foo();
22 \X\Foo::bar();
25 echo \X\Foo::C;
28 echo \X\Foo::$var;
H A Dns_065.phpt5 use X\Y as test, X\Z as test2;
12 X\Y\foo
13 X\Z\foo
H A Dns_040.phpt5 namespace X;
6 use X as Y;
12 function f2($x=\X\A) {
18 function f4($x=\X\A) {
34 echo \X\A;
36 echo \X\A;
H A Dbug33257.phpt7 class X {
14 //$arr1 = X::getArr();
15 array_splice(X::getArr(), 1, 1);
16 print_r(X::getArr());
H A Dbug70179.phpt6 class X {
11 (new X)();
15 object(X)#1 (0) {
H A Dindirect_reference_this.phpt5 class X {
8 $x = new X;
12 object(X)#%d (0) {
H A Dget_class_methods_001.phpt6 abstract class X {
12 class Y extends X {
16 var_dump(get_class_methods('X'));
22 var_dump(get_class_methods('X'));
/PHP-7.2/ext/reflection/tests/
H A DReflectionObject_isInstance_basic.phpt7 class X {}
9 $classes = array("A", "B", "X");
13 "myX" => new X );
31 is myA a X? bool(false)
32 is myB a X? bool(false)
33 is myX a X? bool(true)
H A DReflectionClass_getDefaultProperties_001.phpt56 class X {
61 public $pubC = "pubC in X";
62 protected $protC = "protC in X";
63 private $privC = "privC in X";
176 ---- Static properties in X ----
179 [statPubC] => stat pubC in X
185 ---- Default properties in X ----
188 [statPubC] => stat pubC in X
191 [pubC] => pubC in X
192 [protC] => protC in X
[all …]
H A DReflectionClass_isInstance_basic.phpt11 class X {}
13 $classes = array("A", "B", "C", "I", "X");
18 "myX" => new X );
48 is myA a X? bool(false)
49 is myB a X? bool(false)
50 is myC a X? bool(false)
51 is myX a X? bool(true)
/PHP-7.2/ext/standard/tests/strings/
H A Dvsprintf_basic9.phpt18 $format11 = "%X";
19 $format22 = "%X %X";
20 $format33 = "%X %X %X";
H A Dvprintf_basic9.phpt18 $format11 = "%X";
19 $format22 = "%X %X";
20 $format33 = "%X %X %X";
H A Dsprintf_basic9.phpt20 $format11 = "%X";
21 $format22 = "%X %X";
22 $format33 = "%X %X %X";
H A Dbug75075.phpt2 Bug #75075 (unpack with X* causes infinity loop)
5 var_dump(unpack("X*", ""));
8 Warning: unpack(): Type X: '*' ignored in %sbug75075.php on line %d
/PHP-7.2/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp932_1.phpt24 $item = "�e�X�g�}���`�o�C�g�E�p�X"; // cp932 string
48 getting basename of %s\�e�X�g�}���`�o�C�g�E�p�X42\�e�X�g�}���`�o�C�g�E�p�X4
49 string(%d) "�e�X�g�}���`�o�C�g�E�p�X4"
51 string(%d) "%s\�e�X�g�}���`�o�C�g�E�p�X42\�e�X�g�}���`�o�C�g�E�p�X4"
/PHP-7.2/ext/iconv/tests/
H A Dbug52941.phpt10 X-Foo: =?ks_c_5601-1987?B?UkU6odk=?= Foo
11 X-Bar: =?ks_c_5601-1987?B?UkU6odk=?= =?UTF-8?Q?Foo?=
19 var_dump($decoded['X-Foo']);
20 var_dump($decoded['X-Bar']);
27 var_dump($decoded['X-Foo']);
28 var_dump($decoded['X-Bar']);
/PHP-7.2/ext/spl/tests/
H A Dfilesystemiterator_flags.phpt21 printf("%08X\n", $it->getFlags());
22 printf("%08X\n", ($it->getFlags() & FileSystemIterator::CURRENT_MODE_MASK));
23 printf("%08X\n", ($it->getFlags() & FileSystemIterator::KEY_MODE_MASK));
24 printf("%08X\n", ($it->getFlags() & FileSystemIterator::OTHER_MODE_MASK));

Completed in 77 milliseconds

12345678910>>...17