Home
last modified time | relevance | path

Searched refs:x (Results 301 – 325 of 1216) sorted by relevance

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

/PHP-5.6/Zend/tests/
H A Dbug30162.phpt8 $this->x = "x";
49 ["x"]=>
50 string(1) "x"
H A Dns_058.phpt23 function f1($x=namespace\C) {
24 return $x;
26 function f2($x=namespace\foo::C) {
27 return $x;
30 function f3(namespace\foo $x) {
H A Ddereference_004.phpt9 public $x = array();
13 $this->x = $h;
16 return $this->x;
H A Dobjects_019.phpt13 $x = $foo[1]->a;
14 $x = 'foo';
16 var_dump($foo, $x);
H A Dbug30707.phpt25 $x = new C;
26 $x->byePHP($x->plip());
H A Dns_057.phpt25 function f1($x=namespace\C) {
26 return $x;
28 function f2($x=namespace\foo::C) {
29 return $x;
32 function f3(namespace\foo $x) {
H A Dtry_finally_010.phpt12 echo "x";
14 echo "x";
24 echo "x";
/PHP-5.6/ext/standard/tests/serialize/
H A Dbug69152.phpt5 $x = unserialize('O:9:"exception":1:{s:16:"'."\0".'Exception'."\0".'trace";s:4:"ryat";}');
6 echo $x;
7 $x = unserialize('O:4:"test":1:{s:27:"__PHP_Incomplete_Class_Name";R:1;}');
8 $x->test();
/PHP-5.6/ext/soap/tests/bugs/
H A Dbug39832.phpt19 function Test($x) {
20 return $x->priority;
23 $x = new SoapServer(dirname(__FILE__)."/bug39832.wsdl");
24 $x->addFunction("Test");
25 $x->handle($HTTP_RAW_POST_DATA);
/PHP-5.6/ext/gd/tests/
H A Dbug43073.phpt35 $x = 100;
40 $bbox = imagettftext($g, 24, $angle, 400+$x, 400+$y, $black, $font, 'ABCDEF');
51 $temp = $cos_t * $x + $sin_t * $y;
52 $y = $cos_t * $y - $sin_t * $x;
53 $x = $temp;
/PHP-5.6/ext/intl/formatter/
H A Dformatter.c43 #define FORMATTER_EXPOSE_CONST(x) REGISTER_LONG_CONSTANT(#x, x, CONST_CS) in formatter_register_constants() argument
44 …e FORMATTER_EXPOSE_CLASS_CONST(x) zend_declare_class_constant_long( NumberFormatter_ce_ptr, ZEND_S… in formatter_register_constants() argument
/PHP-5.6/ext/soap/tests/
H A Dserver004.phpt7 function Add($x,$y) {
8 return $x+$y;
10 function Sub($x,$y) {
11 return $x-$y;
27 <x xsi:type="xsd:int">22</x>
/PHP-5.6/ext/pcre/pcrelib/
H A Dpcre_xclass.c102 pcre_uint32 x, y; in PRIV() local
108 GETCHARINC(x, data); /* macro generates multiple statements */ in PRIV()
112 x = *data++; in PRIV()
113 if (c == x) return !negated; in PRIV()
120 GETCHARINC(x, data); /* macro generates multiple statements */ in PRIV()
126 x = *data++; in PRIV()
129 if (c >= x && c <= y) return !negated; in PRIV()
/PHP-5.6/ext/intl/tests/
H A Dlocale_get_region.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',
110 de-CH-x-phonebk: region='CH'
111 az-Arab-x-AZE-derbend: region='%r(X)?%r'
114 x-whatever: region=''
115 qaa-Qaaa-QM-x-southern: region='QM'
119 zh-CN-a-myExt-x-private: region='CN'
/PHP-5.6/tests/classes/
H A Dbug27468.phpt7 foreach ($this->x as $x);
14 Notice: Undefined property: foo::$x in %sbug27468.php on line 4
/PHP-5.6/ext/json/tests/
H A Dbug40503.phpt9 function json_test_show_eq($x, $y) {
10 echo "$x ". ( $x == $y ? "==" : "!=") ." $y\n";
/PHP-5.6/ext/opcache/tests/
H A Dbug70631.phpt12 function x($x = array("Okay")) {}
14 $func = new ReflectionFunction('x');
/PHP-5.6/ext/standard/tests/math/
H A Dpow-operator.phpt6 $x = 2;
7 $x **= 3;
14 $x === 8
/PHP-5.6/ext/pcre/pcrelib/sljit/
H A DsljitConfigInternal.h228 #define SLJIT_LIKELY(x) __builtin_expect((x), 1) argument
229 #define SLJIT_UNLIKELY(x) __builtin_expect((x), 0) argument
231 #define SLJIT_LIKELY(x) (x) argument
232 #define SLJIT_UNLIKELY(x) (x) argument
672 #define SLJIT_ASSERT(x) \ argument
674 if (SLJIT_UNLIKELY(!(x))) { \
698 #define SLJIT_ASSERT(x) \ argument
708 #define SLJIT_COMPILE_ASSERT(x, description) \ argument
709 SLJIT_ASSERT(x)
/PHP-5.6/ext/reflection/tests/
H A Dbug46064.phpt6 class x {
10 $o = new x;
54 string(1) "x"
66 string(30) "Property x::$zz does not exist"
71 string(1) "x"
/PHP-5.6/tests/lang/
H A Dengine_assignExecutionOrder_003.phpt65 $x = array(array(0),0);
68 global $x;
69 $x = $b;
78 $x[mod($x1)][mod($x2)] = $bx[mod($x3)];
82 var_dump($x);
/PHP-5.6/ext/interbase/tests/
H A Dibase_trans_001.phpt10 $x = ibase_connect($test_base);
11 var_dump(ibase_trans($x));
14 var_dump(ibase_close($x));
/PHP-5.6/ext/mbstring/tests/
H A Dbug30549.phpt17 printf("0x%04x, 0x%04x\n", $toc, $unic);
/PHP-5.6/ext/simplexml/tests/
H A Dbug51615.phpt11 $dom->loadHTML('<span title=""y">x</span><span title=""z">x</span>');
34 string(1) "x"
36 string(1) "x"
/PHP-5.6/ext/phar/tests/
H A Drmdir.phpt17 $files['a/x'] = 'a';
21 echo file_get_contents($pname . '/a/x') . "\n";
23 echo file_get_contents($pname . '/a/x') . "\n";
24 unlink($pname . '/a/x');

Completed in 34 milliseconds

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