Home
last modified time | relevance | path

Searched refs:Test (Results 1 – 25 of 2916) sorted by relevance

12345678910>>...117

/PHP-5.6/ext/standard/tests/strings/
H A Dhtmlspecialchars_basic.phpt62 Test 1: abc<>"&
66 Test 5: &<
67 Test 6: abc<>"&
71 Test 10: &<
72 Test 11: abc<>"&
76 Test 15: &<
77 Test 16: abc<>"&
81 Test 20: &<
84 Test 21: abc<>"&
87 Test 24: &<
[all …]
H A Dstr_pad_variation2.phpt73 $input = "Test string";
90 string(11) "Test string"
92 string(11) "Test string"
94 string(11) "Test string"
98 string(11) "Test string"
100 string(11) "Test string"
116 string(11) "Test string"
118 string(11) "Test string"
120 string(11) "Test string"
122 string(11) "Test string"
[all …]
/PHP-5.6/ext/standard/tests/general_functions/
H A Descapeshellcmd-win32.phpt2 Test escapeshellcmd() functionality on Windows
26 echo "-- Test " . $count++ . " --\n";
34 -- Test 1 --
36 -- Test 2 --
38 -- Test 3 --
40 -- Test 4 --
42 -- Test 5 --
44 -- Test 6 --
46 -- Test 7 --
48 -- Test 8 --
[all …]
/PHP-5.6/tests/classes/
H A Dserialize_001.phpt53 Test::__construct(String)
54 Test::serialize(String)
55 Test::unserialize(String)
56 object(Test)#%d (1) {
60 object(Test)#%d (1) {
66 Test::__construct()
67 Test::serialize()
71 Test::__construct(42)
72 Test::serialize(42)
76 Test::__construct()
[all …]
H A Dtype_hinting_003.phpt6 class Test
34 Test::f2(NULL);
35 Test::f2();
36 Test::f3();
37 Test::f4();
38 Test::f1(1);
42 Test::f1()
47 Test::f2()
49 Test::f2()
51 Test::f3()
[all …]
/PHP-5.6/ext/oci8/tests/
H A Dbind_char_1.phpt32 // Run Test
209 Test 1.2: Type: AFC. Length: default
214 Test 1.3: Type: AFC: Length: 0
219 Test 1.4: Type: AFC: Length: strlen
239 Test 2.2: Type: AFC. Length: default
241 Test 2.3: Type: AFC: Length: 0
243 Test 2.4: Type: AFC: Length: strlen
262 Test 3.3: Type: AFC: Length: 0
267 Test 3.4: Type: AFC: Length: strlen
289 Test 4.3: Type: AFC: Length: 0
[all …]
H A Dbind_char_1_11gR1.phpt34 // Run Test
211 Test 1.2: Type: AFC. Length: default
216 Test 1.3: Type: AFC: Length: 0
219 Test 1.4: Type: AFC: Length: strlen
237 Test 2.2: Type: AFC. Length: default
239 Test 2.3: Type: AFC: Length: 0
241 Test 2.4: Type: AFC: Length: strlen
260 Test 3.3: Type: AFC: Length: 0
263 Test 3.4: Type: AFC: Length: strlen
283 Test 4.3: Type: AFC: Length: 0
[all …]
H A Dextauth_02.phpt14 // Run Test
111 Test 1
116 Test 2
121 Test 3
126 Test 4
131 Test 5
136 Test 6
141 Test 7
155 Test 8
169 Test 9
[all …]
H A Dextauth_03.phpt14 // Run Test
111 Test 1
116 Test 2
121 Test 3
126 Test 4
131 Test 5
136 Test 6
141 Test 7
155 Test 8
169 Test 9
[all …]
H A Dnum.phpt19 // Run Test
174 Test 1
187 Test 2
192 Test 3
197 Test 4
202 Test 5a
207 Test 5b
212 Test 5c
217 Test 6
222 Test 7
[all …]
H A Dextauth_01.phpt15 // Run Test
112 Test 1
117 Test 2
122 Test 3
127 Test 4
132 Test 5
137 Test 6
142 Test 7
156 Test 8
170 Test 9
[all …]
/PHP-5.6/ext/reflection/tests/
H A Dbug52854.phpt5 class Test {
7 $c = new ReflectionClass('Test');
8 var_dump(new Test);
9 var_dump(new Test());
20 object(Test)#%d (0) {
22 object(Test)#%d (0) {
24 object(Test)#%d (0) {
26 object(Test)#%d (0) {
28 Class Test does not have a constructor, so you cannot pass any constructor arguments
/PHP-5.6/ext/pcre/pcrelib/testdata/
H A Dgrepoutput1 ---------------------------- Test 1 ------------------------------
6 ---------------------------- Test 2 ------------------------------
9 ---------------------------- Test 3 ------------------------------
15 ---------------------------- Test 4 ------------------------------
18 ---------------------------- Test 5 ------------------------------
27 ---------------------------- Test 6 ------------------------------
36 ---------------------------- Test 7 ------------------------------
40 ---------------------------- Test 8 ------------------------------
43 ---------------------------- Test 9 ------------------------------
45 ---------------------------- Test 10 -----------------------------
[all …]
H A DgrepoutputN1 ---------------------------- Test N1 ------------------------------
4 ---------------------------- Test N2 ------------------------------
8 jkl---------------------------- Test N3 ------------------------------
12 jkl---------------------------- Test N4 ------------------------------
14 jkl---------------------------- Test N5 ------------------------------
18 4:jkl---------------------------- Test N6 ------------------------------
/PHP-5.6/ext/standard/tests/array/
H A Darray_diff_key.phpt2 Test of the array_diff_key() and array_diff_ukey()
20 echo "------ Test $i --------\n";$i++;// 1
66 ------ Test 1 --------
87 ------ Test 2 --------
104 ------ Test 3 --------
133 ------ Test 4 --------
150 ------ Test 5 --------
171 ------ Test 6 --------
188 ------ Test 7 --------
205 ------ Test 8 --------
[all …]
H A Darray_diff_basic.phpt2 Test array_diff() function : basic functionality
12 * Test basic functionality of array_diff
17 //Test indexed array with integers as elements
21 echo "-- Test indexed array with integers as elements --\n";
26 //Test indexed array with strings as elements
30 echo "-- Test indexed array with strings as elements --\n";
42 //Test associative array with strings as keys and elements
50 echo "-- Test array_diff with more than 2 arguments --\n";
57 -- Test indexed array with integers as elements --
70 -- Test indexed array with strings as elements --
[all …]
/PHP-5.6/ext/dba/tests/
H A Ddba_handlers.phpt2 DBA Handler Test
28 echo "Test 1\n";
32 echo "Test 2\n";
36 echo "Test 3\n";
40 echo "Test 4\n";
44 echo "Test 5 - full info\n";
59 Test 1
61 Test 2
63 Test 3
66 Test 4
[all …]
H A Ddba015.phpt16 echo "Test 1\n";
22 echo "Test 2\n";
37 echo "Test 4 - fetch both rows from first resource\n";
41 echo "Test 5 - close 2nd resource\n";
46 echo "Test 6 - query after closing 2nd resource\n";
60 Test 1
62 Test 2
64 Test 3 - fetch both rows from second resource
67 Test 4 - fetch both rows from first resource
70 Test 5 - close 2nd resource
[all …]
H A Ddba_db4_018.phpt16 echo "Test 1\n";
22 echo "Test 2\n";
37 echo "Test 4 - fetch both rows from first resource\n";
41 echo "Test 5 - close 2nd resource\n";
46 echo "Test 6 - query after closing 2nd resource\n";
60 Test 1
62 Test 2
64 Test 3 - fetch both rows from second resource
67 Test 4 - fetch both rows from first resource
70 Test 5 - close 2nd resource
[all …]
/PHP-5.6/ext/intl/tests/
H A Dcollator_sort.phpt41 "Test $test_num.$md5:" .
105 Test 1.e8f1cd28133d79ecd660002f1c660d0e:
113 Test 2.c2ded12173dd2996927378cae37eb275:
121 Test 3.54071c968d71cb98c5d379145f8d7d38:
129 Test 4.19abe63d6f6dfef65b0e3c9ab4826b07:
137 Test 5.9a8dc0a9bc771368c2f1fc3d02754610:
145 Test 6.ab530b060e5e54a65bfb8b9f8fc61870:
153 Test 7.0718dd838509017bded2ed307a6e785f:
161 Test 8.923d65739c5219c634616ffd100a50e4:
169 Test 9.289bc2f28e87d3201ec9d7e8477ae1b0:
[all …]
H A Dcollator_sort_variant2.phpt41 "Test $test_num.$md5:" .
105 Test 1.e8f1cd28133d79ecd660002f1c660d0e:
113 Test 2.c2ded12173dd2996927378cae37eb275:
121 Test 3.54071c968d71cb98c5d379145f8d7d38:
129 Test 4.19abe63d6f6dfef65b0e3c9ab4826b07:
137 Test 5.9a8dc0a9bc771368c2f1fc3d02754610:
145 Test 6.ab530b060e5e54a65bfb8b9f8fc61870:
153 Test 7.0718dd838509017bded2ed307a6e785f:
161 Test 8.923d65739c5219c634616ffd100a50e4:
169 Test 9.289bc2f28e87d3201ec9d7e8477ae1b0:
[all …]
H A Dcollator_asort.phpt40 "Test $test_num.$md5:" .
49 * Test main function.
139 Test 1.162b81ac12878b817fc39063097e45b5:
147 Test 2.93d96e22f692d8a281b0a389f01f8d1e:
155 Test 3.9f25de4482bc7b58de508e278113317c:
163 Test 4.a85a41ea78e45b651080cfd98c0b431d:
172 Test 5.99dc71f405b286e03d489061b36e6900:
180 Test 6.bf5bba243307c9d12934e756ad4be190:
188 Test 7.e4ee7024c61476e9e7a6c28b5e47df6f:
196 Test 8.5fa7033dd43784be0db1474eb48b83c8:
[all …]
H A Dcollator_asort_variant2.phpt40 "Test $test_num.$md5:" .
49 * Test main function.
139 Test 1.162b81ac12878b817fc39063097e45b5:
147 Test 2.93d96e22f692d8a281b0a389f01f8d1e:
155 Test 3.9f25de4482bc7b58de508e278113317c:
163 Test 4.a85a41ea78e45b651080cfd98c0b431d:
172 Test 5.99dc71f405b286e03d489061b36e6900:
180 Test 6.bf5bba243307c9d12934e756ad4be190:
188 Test 7.e4ee7024c61476e9e7a6c28b5e47df6f:
196 Test 8.5fa7033dd43784be0db1474eb48b83c8:
[all …]
/PHP-5.6/ext/soap/tests/bugs/
H A Dbug31695.phpt9 function Test($x) {
17 $this->server->addFunction("Test");
31 $client->Test("str");
33 $client->Test("str");
34 $client->__soapCall("Test",
39 $client->Test("str");
40 $client->Test("str");
42 $client->Test("str");
44 $client->Test("str");
46 $client->Test("str");
[all …]
/PHP-5.6/ext/standard/tests/file/
H A D004.phpt10 echo "String Test: ";
16 echo "Integer Test: ";
26 echo "Float Test: ";
35 echo "Bool Test: ";
44 echo "Array Test: ";
57 String Test: OK
58 Integer Test: OK
59 Float Test: OK
60 Bool Test: OK
61 Array Test: OK

Completed in 158 milliseconds

12345678910>>...117