Home
last modified time | relevance | path

Searched refs:b (Results 426 – 450 of 2383) sorted by relevance

1...<<11121314151617181920>>...96

/PHP-5.5/ext/gd/libgd/
H A Dgd_arc.c20 long aq,bq,dx,dy,r,rx,ry,a,b; in gdImageEllipse() local
23 b=h>>1; in gdImageEllipse()
30 bq = b * b; in gdImageEllipse()
59 long aq,bq,dx,dy,r,rx,ry,a,b; in gdImageFilledEllipse() local
64 b=h>>1; in gdImageFilledEllipse()
74 bq = b * b; in gdImageFilledEllipse()
/PHP-5.5/ext/pdo_pgsql/tests/
H A Dcopy_from.phpt128 ["b"]=>
142 ["b"]=>
156 ["b"]=>
172 ["b"]=>
186 ["b"]=>
200 ["b"]=>
216 ["b"]=>
230 ["b"]=>
244 ["b"]=>
262 ["b"]=>
[all …]
/PHP-5.5/ext/dom/tests/
H A Dbug28721.phpt58 $p->appendChild($b = $xml->createElement("b"));
77 $d->appendChild($b = $xml->createElement("b"));
133 name (value): b (X)
160 name (value): b (X)
199 name (value): b ()
236 name (value): b ()
259 name (value): b (X)
318 name (value): b (X)
387 name (value): b ()
420 name (value): b ()
[all …]
/PHP-5.5/ext/mbstring/tests/
H A Dmb_stripos_basic.phpt26 b'abc defabc def',
27 b'ABC DEFABC DEF',
28 b'Abc dEFaBC Def',
33 b'DE',
34 b'de',
35 b'De',
36 b'dE',
42 b'df',
43 b'Df',
44 b'dF',
[all …]
H A Dmb_strripos_basic.phpt26 b'abc defabc def',
27 b'ABC DEFABC DEF',
28 b'Abc dEFaBC Def',
33 b'DE',
34 b'de',
35 b'De',
36 b'dE',
42 b'df',
43 b'Df',
44 b'dF',
[all …]
/PHP-5.5/tests/lang/
H A D040.phpt6 $b[0]=2;
7 foreach($a as $b[0]) {
8 echo $b[0]."\n";
H A DreturnByReference.002.phpt16 $b =& returnVal();
17 $b = "changed";
21 $b =& returnRef();
22 $b = "changed";
H A DforeachLoopObjects.003.phpt8 public $b = "Original b";
69 unset($obj->b);
79 unset($obj->b);
90 string(10) "Original b"
95 ["b"]=>
96 string(9) "changed.b"
109 ["b"]=>
123 ["b"]=>
124 string(9) "changed.b"
149 ["b"]=>
[all …]
/PHP-5.5/ext/mcrypt/tests/
H A Dmcrypt_decrypt_3des_cbc.phpt26 b'12345678',
27 b'12345678901234567890',
28 b'123456789012345678901234',
29 b'12345678901234567890123456'
39 b'1234',
40 b'12345678',
41 b'123456789'
49 $iv = b'12345678';
56 $key = b'1234567890123456';
/PHP-5.5/ext/standard/tests/array/
H A Darray_intersect_uassoc_basic.phpt9 function key_compare_func($a, $b) {
10 if ($a === $b) {
13 return ($a > $b) ? 1 : -1;
15 $array1 = array("a" => "green", "b" => "brown", "c" => "blue", "red");
H A Darray_map_variation7.phpt21 function callback($a, $b)
23 return array($a => $b);
28 var_dump( array_map('callback', array(), array('a', 'b', 'c')) );
29 var_dump( array_map('callback', array(1, 2, 3), array('a', 'b')) );
31 var_dump( array_map('callback', array(), array(1, 2, 3), array('a', 'b')) ); // passing more no. o…
63 string(1) "b"
80 string(1) "b"
H A Darray_multisort_natural.phpt21 $b = array(
23 '1 b',
29 array_multisort($b, SORT_NATURAL, $a);
31 var_dump($a, $b);
51 string(3) "1 b"
/PHP-5.5/Zend/tests/
H A Dclosure_048.phpt18 echo replace_variables('a=?, b=?', array('0', '1')) . "\n";
19 echo replace_variables('a=?, b=?, c=?', array('0', '1', '2')) . "\n";
24 a=0, b=1
25 a=0, b=1, c=2
H A Dns_060.phpt9 $b = new A;
11 echo get_class($b)."\n";
15 $b = new A;
17 echo get_class($b)."\n";
/PHP-5.5/ext/mysqli/tests/
H A D042.phpt64 [%u|b%"c1"]=>
66 [%u|b%"c2"]=>
68 [%u|b%"c3"]=>
70 [%u|b%"c4"]=>
72 [%u|b%"c5"]=>
74 [%u|b%"c6"]=>
76 [%u|b%"c7"]=>
H A D060.phpt59 [%u|b%"c1"]=>
61 [%u|b%"c2"]=>
63 [%u|b%"c3"]=>
65 [%u|b%"c4"]=>
67 [%u|b%"c5"]=>
69 [%u|b%"c6"]=>
71 [%u|b%"c7"]=>
/PHP-5.5/ext/filter/tests/
H A D011.phpt8 a=<b>test</b>&b=http://example.com
15 var_dump(filter_input(INPUT_GET, "b", FILTER_SANITIZE_URL));
17 var_dump(filter_input(INPUT_GET, "b", FILTER_VALIDATE_FLOAT, new stdClass));
34 string(27) "&#60;b&#62;test&#60;/b&#62;"
H A D026.phpt8 var_dump(filter_var("<p>Let me <font color=\"#000000\">see</font> you <br /><b>Stripped</b> down to…
12 var_dump(filter_var("<p>Let me <font color=\"#000000\">see</font> you <br /><b>Stripped</b> down to…
16 var_dump(filter_var("<p>Let me <font color=\"#000000\">see</font> you <br /><b>Stripped</b> down to…
/PHP-5.5/ext/spl/tests/
H A DarrayObject_magicMethods4.phpt7 public $b = 2;
79 ["b"]=>
90 ["b"]=>
96 ["b"]=>
117 ["b"]=>
128 ["b"]=>
134 ["b"]=>
153 ["b"]=>
164 ["b"]=>
186 ["b"]=>
[all …]
H A DarrayObject_magicMethods5.phpt7 public $b = 2;
82 ["b"]=>
91 ["b"]=>
97 ["b"]=>
117 ["b"]=>
126 ["b"]=>
132 ["b"]=>
152 ["b"]=>
161 ["b"]=>
184 ["b"]=>
[all …]
H A DarrayObject_magicMethods6.phpt7 public $b = 2;
79 ["b"]=>
90 ["b"]=>
96 ["b"]=>
117 ["b"]=>
128 ["b"]=>
134 ["b"]=>
153 ["b"]=>
164 ["b"]=>
186 ["b"]=>
[all …]
/PHP-5.5/tests/basic/
H A Drfc1867_array_upload.phpt34 [%u|b%"file"]=>
36 [%u|b%"name"]=>
45 [%u|b%"type"]=>
54 [%u|b%"tmp_name"]=>
63 [%u|b%"error"]=>
72 [%u|b%"size"]=>
/PHP-5.5/ext/iconv/tests/
H A Diconv_strrpos_basic.phpt23 $string_ascii = b'This is an English string. 0123456789.';
25 $string_mb = base64_decode(b'5pel5pys6Kqe44OG44Kt44K544OI44Gn44GZ44CCMDEyMzTvvJXvvJbvvJfvvJjvvJnjgI…
28 var_dump(iconv_strrpos($string_ascii, b'is', 'ISO-8859-1'));
31 var_dump(iconv_strrpos($string_ascii, b'hello, world'));
34 $needle1 = base64_decode(b'44CC');
38 $needle2 = base64_decode(b'44GT44KT44Gr44Gh44Gv44CB5LiW55WM');
/PHP-5.5/ext/fileinfo/libmagic/
H A Dfile.h121 #define MIN(a,b) (((a) < (b)) ? (a) : (b)) argument
125 #define MAX(a,b) (((a) > (b)) ? (a) : (b)) argument
147 uint8_t b; member
358 #define CAST(T, b) static_cast<T>(b) argument
359 #define RCAST(T, b) reinterpret_cast<T>(b) argument
361 #define CAST(T, b) (T)(b) argument
362 #define RCAST(T, b) (T)(b) argument
476 #define strtoul(a, b, c) strtol(a, b, c) argument
/PHP-5.5/ext/phar/tests/
H A Dphar_magic.phpt12 $p['a'] = '<?php include "b/c.php";' . "\n";
13 $p['b/c.php'] = '<?php echo "in b\n";$a = fopen("a", "r", true);echo stream_get_contents($a);fclose…
31 in b
32 <?php include "b/c.php";

Completed in 42 milliseconds

1...<<11121314151617181920>>...96