Home
last modified time | relevance | path

Searched refs:s (Results 3176 – 3200 of 6191) sorted by relevance

1...<<121122123124125126127128129130>>...248

/PHP-5.5/ext/standard/tests/file/
H A Dfgetc_variation2.phpt44 Warning: fgetc(): %d is not a valid stream resource in %s on line %d
48 Notice: Undefined variable: file_handle in %s on line %d
50 Warning: fgetc() expects parameter 1 to be resource, null given in %s on line %d
H A Dchmod_error.phpt37 Warning: chmod() expects exactly 2 parameters, 3 given in %s on line %d
42 Warning: chmod() expects exactly 2 parameters, 1 given in %s on line %d
45 Warning: chmod(): No such file or directory in %s on line %d
/PHP-5.5/ext/date/tests/
H A Dbug52808.phpt39 ["s"]=>
71 ["s"]=>
103 ["s"]=>
/PHP-5.5/ext/oci8/tests/
H A Dlob_019.phpt35 $s = oci_parse($c, $select_sql);
36 oci_execute($s, OCI_DEFAULT);
38 var_dump($row = oci_fetch_array($s));
H A Dconnect_scope1.phpt36 $s = oci_parse($c, "insert into connect_scope1_tab values (1)");
37 oci_execute($s, OCI_DEFAULT); // no commit
38 return($s); // this keeps the connection refcount positive so the connection isn't closed
H A Dconnect_scope2.phpt36 $s = oci_parse($c, "insert into connect_scope2_tab values (1)");
37 oci_execute($s, OCI_DEFAULT); // no commit
38 return($s); // this keeps the connection refcount positive so the connection isn't closed
/PHP-5.5/tests/security/
H A Dopen_basedir_linkinfo.phpt61 …: open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the allowed path(s):…
/PHP-5.5/ext/intl/tests/
H A Dsymfony_format_type_int32_intl1.phpt8 // port of Symfony's Symfony\Component\Locale\Tests\Stub\StubNumberFormatterTest#testFormatTypeInt3…
28 // PHP Unit's code to unserialize data passed as args to #testFormatTypeInt32Intl
29 $unit_test_args = unserialize('a:3:{i:0;O:15:"NumberFormatter":0:{}i:1;i:1;i:2;s:1:"1";}');
/PHP-5.5/ext/standard/tests/array/
H A Darray_unshift_basic2.phpt17 $array = array('f' => "first", "s" => 'second', 1 => "one", 2 => 'two');
47 ["s"]=>
64 ["s"]=>
H A Darray_walk_error2.phpt40 Warning: Missing argument 3 for callback1() in %s on line %d
45 Warning: Missing argument 4 for callback2() in %s on line %d
57 Warning: array_walk() expects at most 3 parameters, 4 given in %s on line %d
H A Darray_walk_recursive_error2.phpt40 Warning: Missing argument 3 for callback1() in %s on line %d
45 Warning: Missing argument 4 for callback2() in %s on line %d
57 Warning: array_walk_recursive() expects at most 3 parameters, 4 given in %s on line %d
H A Dsizeof_error.phpt31 Warning: sizeof() expects at least 1 parameter, 0 given in %s on line %d
35 Warning: sizeof() expects at most 2 parameters, 3 given in %s on line %d
39 Warning: sizeof() expects at most 2 parameters, 3 given in %s on line %d
/PHP-5.5/ext/standard/tests/strings/
H A Djoin_error.phpt38 Warning: join() expects at least 1 parameter, 0 given in %s on line %d
43 Warning: join() expects at most 2 parameters, 3 given in %s on line %d
48 Warning: join(): Argument must be an array in %s on line %d
H A Dmoney_format_error.phpt43 Warning: money_format() expects exactly 2 parameters, 0 given in %s on line %d
48 Warning: money_format() expects exactly 2 parameters, 1 given in %s on line %d
53 Warning: money_format() expects exactly 2 parameters, 3 given in %s on line %d
/PHP-5.5/ext/zlib/tests/
H A D004.phpt18 Warning: gzfile() expects at least 1 parameter, 0 given in %s on line %d
21 Warning: gzfile(nonexistent_file_gzfile): failed to open stream: No such file or directory in %s on…
24 Warning: gzfile() expects at most 2 parameters, 3 given in %s on line %d
/PHP-5.5/tests/lang/
H A DpassByReference_010.phpt40 Strict Standards: Only variables should be passed by reference in %s on line 9
47 Strict Standards: Only variables should be passed by reference in %s on line 15
59 Strict Standards: Only variables should be passed by reference in %s on line 28
/PHP-5.5/ext/gd/tests/
H A Dimagecolorallocate_error.phpt39 Warning: imagecolorallocate() expects exactly 4 parameters, 5 given in %s on line %d
44 Warning: imagecolorallocate() expects exactly 4 parameters, 0 given in %s on line %d
47 Warning: imagecolorallocate() expects exactly 4 parameters, 3 given in %s on line %d
/PHP-5.5/ext/mbstring/tests/
H A Dmb_stristr_variation1.phpt152 Error: 2 - mb_stristr() expects parameter 1 to be string, array given, %s(%d)
156 Error: 2 - mb_stristr() expects parameter 1 to be string, array given, %s(%d)
160 Error: 2 - mb_stristr() expects parameter 1 to be string, array given, %s(%d)
164 Error: 2 - mb_stristr() expects parameter 1 to be string, array given, %s(%d)
195 Error: 2 - mb_stristr() expects parameter 1 to be string, object given, %s(%d)
205 Error: 2 - mb_stristr() expects parameter 1 to be string, resource given, %s(%d)
H A Dmb_strrchr_variation1.phpt152 Error: 2 - mb_strrchr() expects parameter 1 to be string, array given, %s(%d)
156 Error: 2 - mb_strrchr() expects parameter 1 to be string, array given, %s(%d)
160 Error: 2 - mb_strrchr() expects parameter 1 to be string, array given, %s(%d)
164 Error: 2 - mb_strrchr() expects parameter 1 to be string, array given, %s(%d)
195 Error: 2 - mb_strrchr() expects parameter 1 to be string, object given, %s(%d)
205 Error: 2 - mb_strrchr() expects parameter 1 to be string, resource given, %s(%d)
H A Dmb_strrchr_variation2.phpt152 Error: 2 - mb_strrchr() expects parameter 2 to be string, array given, %s(%d)
156 Error: 2 - mb_strrchr() expects parameter 2 to be string, array given, %s(%d)
160 Error: 2 - mb_strrchr() expects parameter 2 to be string, array given, %s(%d)
164 Error: 2 - mb_strrchr() expects parameter 2 to be string, array given, %s(%d)
195 Error: 2 - mb_strrchr() expects parameter 2 to be string, object given, %s(%d)
205 Error: 2 - mb_strrchr() expects parameter 2 to be string, resource given, %s(%d)
H A Dmb_strstr_variation1.phpt152 Error: 2 - mb_strstr() expects parameter 1 to be string, array given, %s(%d)
156 Error: 2 - mb_strstr() expects parameter 1 to be string, array given, %s(%d)
160 Error: 2 - mb_strstr() expects parameter 1 to be string, array given, %s(%d)
164 Error: 2 - mb_strstr() expects parameter 1 to be string, array given, %s(%d)
195 Error: 2 - mb_strstr() expects parameter 1 to be string, object given, %s(%d)
205 Error: 2 - mb_strstr() expects parameter 1 to be string, resource given, %s(%d)
H A Dmb_strrichr_variation1.phpt152 Error: 2 - mb_strrichr() expects parameter 1 to be string, array given, %s(%d)
156 Error: 2 - mb_strrichr() expects parameter 1 to be string, array given, %s(%d)
160 Error: 2 - mb_strrichr() expects parameter 1 to be string, array given, %s(%d)
164 Error: 2 - mb_strrichr() expects parameter 1 to be string, array given, %s(%d)
195 Error: 2 - mb_strrichr() expects parameter 1 to be string, object given, %s(%d)
205 Error: 2 - mb_strrichr() expects parameter 1 to be string, resource given, %s(%d)
/PHP-5.5/ext/mcrypt/tests/
H A Dmcrypt_ecb_variation2.phpt156 Error: 2 - mcrypt_ecb() expects parameter 2 to be string, array given, %s(%d)
160 Error: 2 - mcrypt_ecb() expects parameter 2 to be string, array given, %s(%d)
164 Error: 2 - mcrypt_ecb() expects parameter 2 to be string, array given, %s(%d)
168 Error: 2 - mcrypt_ecb() expects parameter 2 to be string, array given, %s(%d)
199 Error: 2 - mcrypt_ecb() expects parameter 2 to be string, object given, %s(%d)
209 Error: 2 - mcrypt_ecb() expects parameter 2 to be string, resource given, %s(%d)
H A Dmcrypt_ecb_variation3.phpt156 Error: 2 - mcrypt_ecb() expects parameter 3 to be string, array given, %s(%d)
160 Error: 2 - mcrypt_ecb() expects parameter 3 to be string, array given, %s(%d)
164 Error: 2 - mcrypt_ecb() expects parameter 3 to be string, array given, %s(%d)
168 Error: 2 - mcrypt_ecb() expects parameter 3 to be string, array given, %s(%d)
199 Error: 2 - mcrypt_ecb() expects parameter 3 to be string, object given, %s(%d)
209 Error: 2 - mcrypt_ecb() expects parameter 3 to be string, resource given, %s(%d)
H A Dmcrypt_encrypt_variation3.phpt154 Error: 2 - mcrypt_encrypt() expects parameter 3 to be string, array given, %s(%d)
158 Error: 2 - mcrypt_encrypt() expects parameter 3 to be string, array given, %s(%d)
162 Error: 2 - mcrypt_encrypt() expects parameter 3 to be string, array given, %s(%d)
166 Error: 2 - mcrypt_encrypt() expects parameter 3 to be string, array given, %s(%d)
197 Error: 2 - mcrypt_encrypt() expects parameter 3 to be string, object given, %s(%d)
207 Error: 2 - mcrypt_encrypt() expects parameter 3 to be string, resource given, %s(%d)

Completed in 39 milliseconds

1...<<121122123124125126127128129130>>...248