Home
last modified time | relevance | path

Searched refs:x (Results 751 – 775 of 1349) sorted by relevance

1...<<31323334353637383940>>...54

/PHP-7.1/ext/standard/tests/file/
H A Dfgetcsv_variation30.phpt34 "x+", "x+b", "x+t");
174 -- Testing fgetcsv() with file opened using x+ mode --
181 -- Testing fgetcsv() with file opened using x+b mode --
188 -- Testing fgetcsv() with file opened using x+t mode --
279 -- Testing fgetcsv() with file opened using x+ mode --
286 -- Testing fgetcsv() with file opened using x+b mode --
293 -- Testing fgetcsv() with file opened using x+t mode --
384 -- Testing fgetcsv() with file opened using x+ mode --
391 -- Testing fgetcsv() with file opened using x+b mode --
489 -- Testing fgetcsv() with file opened using x+ mode --
[all …]
H A Dbug37158.phpt18 $x = str_repeat(1, 8192);
21 fwrite($fp, $x);
/PHP-7.1/ext/gd/
H A Dgd.c1950 int x,y; in PHP_FUNCTION() local
1952 for (x=0; x <= Width; x++) { in PHP_FUNCTION()
2010 int x,y; in PHP_FUNCTION() local
2012 for (x=0; x <= Width; x++) { in PHP_FUNCTION()
3058 for (x = 0; x < gdImageSX(im); x++) { in PHP_FUNCTION()
3523 for (px = x; (px < (x + f->h)); px++) { in php_gdimagecharup()
3570 x = X; in php_imagechar()
3980 int x, y; in _php_image_bw_convert() local
4005 for (x = 0; x < dest_width; x++) { in _php_image_bw_convert()
4038 int x, y; in _php_image_convert() local
[all …]
/PHP-7.1/ext/intl/tests/
H A Dlocale_get_display_name.phpt22 'sl_IT_nedis-a-kirti-x-xyz',
62 'de-CH-x-phonebk',
63 'az-Arab-x-AZE-derbend',
68 'x-whatever',
69 'qaa-Qaaa-QM-x-southern',
75 'zh-CN-a-myExt-x-private',
113 locale='sl_IT_nedis-a-kirti-x-xyz'
273 locale='de-CH-x-phonebk'
278 locale='az-Arab-x-AZE-derbend'
293 locale='x-whatever'
[all …]
H A Dlocale_get_display_name2.phpt23 'sl_IT_nedis-a-kirti-x-xyz',
63 'de-CH-x-phonebk',
64 'az-Arab-x-AZE-derbend',
69 'x-whatever',
70 'qaa-Qaaa-QM-x-southern',
76 'zh-CN-a-myExt-x-private',
114 locale='sl_IT_nedis-a-kirti-x-xyz'
274 locale='de-CH-x-phonebk'
279 locale='az-Arab-x-AZE-derbend'
294 locale='x-whatever'
[all …]
H A Dlocale_get_display_name3.phpt22 'sl_IT_nedis-a-kirti-x-xyz',
62 'de-CH-x-phonebk',
63 'az-Arab-x-AZE-derbend',
68 'x-whatever',
69 'qaa-Qaaa-QM-x-southern',
75 'zh-CN-a-myExt-x-private',
113 locale='sl_IT_nedis-a-kirti-x-xyz'
273 locale='de-CH-x-phonebk'
278 locale='az-Arab-x-AZE-derbend'
293 locale='x-whatever'
[all …]
H A Dlocale_get_display_name4.phpt23 'sl_IT_nedis-a-kirti-x-xyz',
63 'de-CH-x-phonebk',
64 'az-Arab-x-AZE-derbend',
69 'x-whatever',
70 'qaa-Qaaa-QM-x-southern',
76 'zh-CN-a-myExt-x-private',
114 locale='sl_IT_nedis-a-kirti-x-xyz'
274 locale='de-CH-x-phonebk'
279 locale='az-Arab-x-AZE-derbend'
294 locale='x-whatever'
[all …]
H A Dlocale_get_display_name5.phpt22 'sl_IT_nedis-a-kirti-x-xyz',
62 'de-CH-x-phonebk',
63 'az-Arab-x-AZE-derbend',
68 'x-whatever',
69 'qaa-Qaaa-QM-x-southern',
75 'zh-CN-a-myExt-x-private',
113 locale='sl_IT_nedis-a-kirti-x-xyz'
273 locale='de-CH-x-phonebk'
278 locale='az-Arab-x-AZE-derbend'
293 locale='x-whatever'
[all …]
/PHP-7.1/ext/standard/
H A Dmath.c233 static double php_acosh(double x) in php_acosh() argument
236 return(acosh(x)); in php_acosh()
239 if (x >= 1) { in php_acosh()
240 return log(x + sqrt(x * x - 1)); in php_acosh()
245 return(log(x + sqrt(x * x - 1))); in php_acosh()
265 static double php_log1p(double x) in php_log1p() argument
268 return(log1p(x)); in php_log1p()
270 return(log(1 + x)); in php_log1p()
277 static double php_expm1(double x) in php_expm1() argument
280 return(expm1(x)); in php_expm1()
[all …]
H A Dphp_smart_string.h32 #define smart_string_0(x) do { \ argument
33 if ((x)->c) { \
34 (x)->c[(x)->len] = '\0'; \
/PHP-7.1/ext/interbase/tests/
H A Dibase_num_params_001.phpt10 $x = ibase_connect($test_base);
18 $rs = ibase_prepare('SELECT * FROM test1 WHERE 1 = ? AND 2 = ? AND 3 = :x');
/PHP-7.1/ext/soap/tests/bugs/
H A Dbug46419.phpt29 $x = new LocalSoapClient(NULL,array('location'=>'test://',
31 var_dump($x->bar());
H A Dbug30106.phpt36 $x = $client->getContinentList(array("AFFILIATE_ID"=>1,"PASSWORD"=>"x"));
37 var_dump($x);
61 …y><ns1:getContinentList><ns1:AFFILIATE_ID>1</ns1:AFFILIATE_ID><ns1:PASSWORD>x</ns1:PASSWORD></ns1:…
/PHP-7.1/ext/simplexml/tests/
H A DSimpleXMLElement_xpath_3.phpt10 $xml = simplexml_load_string("XXXXXXX^",$x,0x6000000000000001);
14 Notice: Undefined variable: x in %s on line %d
/PHP-7.1/Zend/tests/
H A Dbug52193.phpt16 var_dump($x = (array)$i);
17 var_dump($y = $x[0]);
H A Ddereference_001.phpt38 $x = array('a' => 'foo', 'b' => $y);
39 return $x;
H A Dnowdoc_014.phpt13 $x = <<<'EOT'
22 <span style="color: #0000BB">&lt;?php<br />&nbsp;&nbsp;$x&nbsp;</span><span style="color: #007700">…
H A Dns_072.phpt13 public function __construct(foo $x = NULL) {
14 var_dump($x);
/PHP-7.1/ext/gd/tests/
H A Dbug51263.phpt19 $x = array(0, 1, 2, 3, 13);
21 foreach ($x as $i) {
H A Dbug67447.phpt15 $cropped = imagecrop($image, ['x' => 0, 'y' => 0, 'width' => 250, 'height' => 250]);
25 $cropped = imagecrop($image, ['x' => 0, 'y' => 0, 'width' => 250, 'height' => 250]);
/PHP-7.1/ext/soap/tests/
H A Dany.phpt19 function echoAnyElement($x) {
22 $g = $x;
23 $struct = $x->inputAny->any["SOAPComplexType"];
/PHP-7.1/ext/standard/tests/strings/
H A Dvprintf_variation19.phpt26 "% x % x % x",
H A Dvprintf_variation19_64bit.phpt26 "% x % x % x",
/PHP-7.1/tests/classes/
H A Darray_access_005.phpt45 $x = $people[0]; // creates a copy
46 $x['name'] .= 'Foo';
47 $people[0] = $x;
/PHP-7.1/ext/reflection/tests/
H A DReflectionClass_newInstance_001.phpt42 $a2 = $rcA->newInstance('x');
51 var_dump($rcB->newInstance('x', 123));
74 $e2 = $rcE->newInstance('x');
89 In constructor of class B with args x, 123

Completed in 51 milliseconds

1...<<31323334353637383940>>...54