Home
last modified time | relevance | path

Searched refs:b (Results 101 – 125 of 2383) sorted by last modified time

12345678910>>...96

/PHP-5.5/tests/classes/
H A Dconstants_basic_004.phpt40 $b = new B;
42 var_dump($x, $b, $c);
/PHP-5.5/
H A Dserver-tests.php729 function test_sort($a, $b) { argument
731 …$tb = strpos($b, "{$this->cwd}/tests")===0 ? 1 + (strpos($b, "{$this->cwd}/tests/run-test")===0 ? …
733 return strcmp($a, $b);
/PHP-5.5/tests/basic/
H A D003.phpt6 b=Hello+Again+World&c=Hi+Mom
10 echo "post-a=({$_POST['a']}) get-b=({$_GET['b']}) get-c=({$_GET['c']})"?>
12 post-a=(Hello World) get-b=(Hello Again World) get-c=(Hi Mom)
H A D004.phpt4 a=Hello+World&b=Hello+Again+World
8 echo "{$_POST['a']} {$_POST['b']}" ?>
H A D005.phpt4 a=Hello+World&b=Hello+Again+World&c=1
8 echo "{$_POST['a']} {$_POST['b']} {$_POST['c']}"?>
H A D016.phpt4 a[a]=1&a[b]=3
13 ["b"]=>
H A D017.phpt4 a[]=1&a[a]=1&a[b]=3
15 ["b"]=>
H A D018.phpt4 a[][]=1&a[][]=3&b[a][b][c]=1&b[a][b][d]=1
8 var_dump($_POST['b']);
26 ["b"]=>
H A D020.phpt4 a[a[]]=1&a[b[]]=3
13 ["b["]=>
H A D026.phpt7 a=1&b=ZYX
15 string(9) "a=1&b=ZYX"
H A D027.phpt11 a=1&b=ZYX&c[][][][][][][][][][][][][][][][][][][][][][]=123&d=123&e[][]][]=3
20 ["b"]=>
H A Dbug55500.phpt38 [%u|b%"file"]=>
40 [%u|b%"name"]=>
45 [%u|b%"type"]=>
50 [%u|b%"tmp_name"]=>
55 [%u|b%"error"]=>
60 [%u|b%"size"]=>
H A Dbug61000.phpt6 1[a][]=foo&1[a][b][c]=bar
8 a[a][]=foo&a[a][b][c]=bar
H A Denable_post_data_reading_01.phpt7 a=1&b=ZYX
22 string(9) "a=1&b=ZYX"
H A Denable_post_data_reading_03.phpt8 a=1&b=ZYX
23 string(9) "a=1&b=ZYX"
H A Denable_post_data_reading_04.phpt8 a=1&b=ZYX
23 string(9) "a=1&b=ZYX"
H A Drfc1867_anonymous_upload.phpt31 [%u|b%"name"]=>
33 [%u|b%"type"]=>
35 [%u|b%"tmp_name"]=>
37 [%u|b%"error"]=>
39 [%u|b%"size"]=>
44 [%u|b%"name"]=>
46 [%u|b%"type"]=>
48 [%u|b%"tmp_name"]=>
50 [%u|b%"error"]=>
52 [%u|b%"size"]=>
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"]=>
H A Drfc1867_boundary_1.phpt23 [%u|b%"foobar"]=>
H A Drfc1867_boundary_2.phpt23 [%u|b%"foobar"]=>
H A Drfc1867_empty_upload.phpt44 [%u|b%"file1"]=>
46 [%u|b%"name"]=>
48 [%u|b%"type"]=>
54 [%u|b%"size"]=>
57 [%u|b%"file2"]=>
59 [%u|b%"name"]=>
61 [%u|b%"type"]=>
67 [%u|b%"size"]=>
70 [%u|b%"file3"]=>
72 [%u|b%"name"]=>
[all …]
H A Drfc1867_file_upload_disabled.phpt32 [%u|b%"foo"]=>
34 [%u|b%"bar"]=>
H A Drfc1867_max_file_size.phpt44 [%u|b%"file1"]=>
46 [%u|b%"name"]=>
48 [%u|b%"type"]=>
54 [%u|b%"size"]=>
57 [%u|b%"file2"]=>
59 [%u|b%"name"]=>
61 [%u|b%"type"]=>
67 [%u|b%"size"]=>
70 [%u|b%"file3"]=>
72 [%u|b%"name"]=>
[all …]
H A Drfc1867_missing_boundary_2.phpt22 [%u|b%"file1"]=>
24 [%u|b%"name"]=>
26 [%u|b%"type"]=>
28 [%u|b%"tmp_name"]=>
30 [%u|b%"error"]=>
32 [%u|b%"size"]=>
H A Drfc1867_post_max_filesize.phpt40 [%u|b%"file1"]=>
42 [%u|b%"name"]=>
44 [%u|b%"type"]=>
50 [%u|b%"size"]=>
53 [%u|b%"file2"]=>
55 [%u|b%"name"]=>
57 [%u|b%"type"]=>
63 [%u|b%"size"]=>
66 [%u|b%"file3"]=>
68 [%u|b%"name"]=>
[all …]

Completed in 36 milliseconds

12345678910>>...96