Home
last modified time | relevance | path

Searched refs:x (Results 276 – 300 of 1169) sorted by relevance

1...<<11121314151617181920>>...47

/PHP-5.5/ext/intl/tests/
H A Dspoofchecker_001.phpt10 $x = new Spoofchecker();
12 var_dump($x->isSuspicious($url));
15 var_dump($x->isSuspicious("NAPKIN PEZ"));
16 var_dump($x->isSuspicious("napkin pez"));
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.5/Zend/tests/
H A Dcall_user_func_005.phpt7 public static function __callstatic($x, $y) {
8 var_dump($x,$y);
13 return foo::x(function &($a=1,$b) { });
22 %string|unicode%(1) "x"
H A Dbug31177-2.phpt10 $x = new foo();
12 $y=$x->foo(1);
14 var_dump($x);
H A Dbug37144.phpt6 $x = new stdClass();
7 $x->bar = array(1);
8 return $x;
H A Dindirect_method_call_003.phpt7 public $x = 1;
10 return $this->x;
13 $this->x = $val;
H A Dunset_cv09.phpt5 $x = "ok\n";
7 echo $x;
13 Notice: Undefined variable: x in %sunset_cv09.php on line %d
H A Dbug60825.phpt8 public static $x;
10 self::$x = $this;
16 debug_zval_dump(test::$x);
H A Dbug63882.phpt5 class Test { public $x = 5; }
9 $testobj1->x = $testobj1;
10 $testobj2->x = $testobj2;
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);
/PHP-5.5/ext/standard/tests/file/
H A Dfscanf_variation35.phpt34 $hexa_formats = array( "%x", "%hx", "%lx", "%Lx", " %x", "%x ", "% x", "\t%x", "\n%x", "%4x", "%30x
H A D007_variation16.phpt2 Test fopen and fclose() functions - usage variations - "x+t" mode
17 /* Test fopen() and fclose(): Opening the file in "x+t" mode,
20 checking for the warning msg when trying to open an existing file in "x+t" mode,
27 echo "*** Test fopen() & fclose() functions: with 'x+t' mode ***\n";
28 $file_handle = fopen($file, "x+t"); //opening the non-existing file in "x+t" mode, file will be cr…
39 $file_handle = fopen($file, "x+t"); //Opening the existing data file in "x+t" mode to check for th…
46 *** Test fopen() & fclose() functions: with 'x+t' mode ***
H A D007_variation24.phpt2 Test fopen and fclose() functions - usage variations - "x+b" mode
17 /* Test fopen() and fclose(): Opening the file in "x+b" mode,
20 checking for the warning msg when trying to open an existing file in "x+b" mode,
27 echo "*** Test fopen() & fclose() functions: with 'x+b' mode ***\n";
28 $file_handle = fopen($file, "x+b"); //opening the non-existing file in "x+b" mode, file will be cr…
39 $file_handle = fopen($file, "x+b"); //Opening the existing data file in "x+b" mode to check for th…
46 *** Test fopen() & fclose() functions: with 'x+b' mode ***
/PHP-5.5/ext/hash/
H A Dhash_haval.c139 #define ROTR(x,n) (((x) >> (n)) | ((x) << (32 - (n)))) argument
147 php_hash_uint32 x[32]; in PHP_3HAVALTransform() local
150 Decode(x, block, 128); in PHP_3HAVALTransform()
157 …R(F1(E[M1[i]],E[M0[i]],E[M3[i]],E[M5[i]],E[M6[i]],E[M2[i]],E[M4[i]]),7) + ROTR(E[M7[i]],11) + x[i]; in PHP_3HAVALTransform()
172 memset((unsigned char*) x, 0, sizeof(x)); in PHP_3HAVALTransform()
181 php_hash_uint32 x[32]; in PHP_4HAVALTransform() local
184 Decode(x, block, 128); in PHP_4HAVALTransform()
209 memset((unsigned char*) x, 0, sizeof(x)); in PHP_4HAVALTransform()
218 php_hash_uint32 x[32]; in PHP_5HAVALTransform() local
221 Decode(x, block, 128); in PHP_5HAVALTransform()
[all …]
/PHP-5.5/ext/gd/libgd/
H A Dgdft.c637 x = pen_x + col;
640 if ((x > im->cx2) || (x < im->cx1)) {
691 x = pen_x + col;
694 if (x >= im->sx || x < 0) {
789 int xb = x, yb = y;
931 penf.x = 0;
943 penf.x = 0;
948 xb = x + x1;
1040 pen.x += delta.x;
1041 penf.x += delta.x;
[all …]
/PHP-5.5/ext/standard/tests/strings/
H A Dhtml_entity_decode1.phpt11 "&#x&amp;",
12 "&#x&#x24;",
49 &#x&
50 &#x$
/PHP-5.5/ext/exif/tests/
H A Dbug60150.phpt17 Warning: exif_read_data(bug60150.jpg): Error reading from file: got=x%x(=%d) != itemlen-%d=x%x(=%d)…
/PHP-5.5/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.5/ext/gd/tests/
H A Dbug43073.phpt19 $x = 100;
24 $bbox = imagettftext($g, 24, $angle, 400+$x, 400+$y, $black, $font, 'ABCDEF');
27 $temp = $cos_t * $x + $sin_t * $y;
28 $y = $cos_t * $y - $sin_t * $x;
29 $x = $temp;
/PHP-5.5/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.5/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.5/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()

Completed in 47 milliseconds

1...<<11121314151617181920>>...47