Home
last modified time | relevance | path

Searched refs:s (Results 576 – 600 of 6255) sorted by relevance

1...<<21222324252627282930>>...251

/PHP-7.4/tests/security/
H A Dopen_basedir_unlink.phpt32 …restriction in effect. File(../bad/bad.txt) is not within the allowed path(s): (.) in %s on line %d
35 …striction in effect. File(.././bad/bad.txt) is not within the allowed path(s): (.) in %s on line %d
38 …tion in effect. File(../bad/../bad/bad.txt) is not within the allowed path(s): (.) in %s on line %d
41 …riction in effect. File(./.././bad/bad.txt) is not within the allowed path(s): (.) in %s on line %d
44 …: open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the allowed path(s):…
/PHP-7.4/ext/oci8/tests/
H A Dfetch_into2.phpt16 if (!($s = oci_parse($c, $insert_sql))) {
21 if (!oci_execute($s)) {
32 if (!($s = oci_parse($c, $select_sql))) {
36 if (!oci_execute($s)) {
39 var_dump(ocifetchinto($s));
41 var_dump(ocifetchinto($s, $all, OCI_ASSOC, 5));
45 var_dump(ocifetchinto($s, $all, 1000000));
53 Warning: ocifetchinto() expects at least 2 parameters, 1 given in %s on line %d
56 Notice: Undefined variable: all in %s on line %d
59 Warning: ocifetchinto() expects at most 3 parameters, 4 given in %s on line %d
[all …]
H A Ddrcp_cclass1.phpt17 $r = @oci_execute($s);
20 $r = oci_fetch_array($s);
42 $s = oci_parse($c, "select * from dual");
43 oci_execute($s);
44 oci_fetch_all($s, $r);
52 oci_execute($s);
53 oci_fetch_all($s, $r);
59 oci_execute($s);
60 oci_fetch_all($s, $r);
90 string(21) "%s.cc1_%d"
[all …]
H A Dfetch_into1.phpt16 if (!($s = oci_parse($c, $insert_sql))) {
21 if (!oci_execute($s)) {
32 if (!($s = oci_parse($c, $select_sql))) {
36 if (!oci_execute($s)) {
39 var_dump(ocifetchinto($s, $all, OCI_NUM));
41 var_dump(ocifetchinto($s, $all, OCI_ASSOC));
43 var_dump(ocifetchinto($s, $all, OCI_RETURN_NULLS));
45 var_dump(ocifetchinto($s, $all, OCI_RETURN_LOBS));
47 var_dump(ocifetchinto($s, $all, OCI_NUM+OCI_ASSOC));
49 var_dump(ocifetchinto($s, $all, OCI_NUM+OCI_ASSOC+OCI_RETURN_NULLS));
[all …]
/PHP-7.4/ext/session/tests/
H A Dbug32330.phpt72 open: path = %s, name = sid
73 read: id = %s
75 write: id = %s, data = A|s:1:"B";
77 open: path = %s, name = sid
78 read: id = %s
80 destroy: id = %s
82 open: path = %s, name = sid
83 read: id = %s
85 write: id = %s, data = E|s:1:"F";
H A Dsession_set_save_handler_error.phpt100 Warning: session_set_save_handler(): Argument 1 is not a valid callback in %s on line %d
105 Warning: session_set_save_handler(): Argument 1 is not a valid callback in %s on line %d
110 Warning: session_set_save_handler(): Argument 1 is not a valid callback in %s on line %d
115 Warning: session_set_save_handler(): Argument 1 is not a valid callback in %s on line %d
120 Warning: session_set_save_handler(): Argument 1 is not a valid callback in %s on line %d
125 Warning: session_set_save_handler(): Argument 1 is not a valid callback in %s on line %d
130 Warning: session_set_save_handler(): Argument 1 is not a valid callback in %s on line %d
135 Warning: session_set_save_handler(): Argument 1 is not a valid callback in %s on line %d
140 Warning: session_set_save_handler(): Argument 1 is not a valid callback in %s on line %d
145 Warning: session_set_save_handler(): Argument 1 is not a valid callback in %s on line %d
[all …]
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_fetch_field_types.phpt15 printf("[001] %s, [%d] %s\n", $sql_type,
20 … $create = sprintf("CREATE TABLE test(id %s) DEFAULT CHARSET %s", $sql_type, $default_charset);
22 printf("[002] '%s' - '%s', [%d] %s\n", $sql_type, $create,
28 $sql = sprintf("INSERT INTO test(id) VALUES ('%s')", $php_value);
30 $sql = sprintf("INSERT INTO test(id) VALUES (%s)", $php_value);
33 printf("[003] '%s' - '%s' - '%s', [%d] %s\n", $sql_type, $create, $sql,
39 printf("[004] %s, [%d] %s\n", $sql_type,
45 printf("[004] %s, expecting object got %s, [%d] %s\n", $sql_type,
59 printf("[006] Expecting %d for %s got code %d for %s\n",
H A Dmysqli_sqlstate.phpt17 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
20 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
44 %s(5) "00000"
45 %s(5) "42S22"
46 %s(5) "00000"
48 Warning: mysqli_sqlstate(): Couldn't fetch mysqli in %s on line %d
H A Dmysqli_unclonable.phpt14 …f("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
23 Fatal error: Uncaught Error: Trying to clone an uncloneable object of class mysqli in %s:%d
26 thrown in %s on line %d
H A Dmysqli_real_escape_string_big5.phpt12 die(sprintf("skip Cannot connect to MySQL, [%d] %s\n",
25 printf("[001] Cannot connect to the server using host=%s, user=%s,
26 passwd=***, dbname=%s, port=%s, socket=%s - [%d] %s\n", $host, $user, $db,
31 printf("Failed to drop old test table: [%d] %s\n", mysqli_errno($link),
37 printf("Failed to create test table: [%d] %s\n", mysqli_errno($link),
45 printf("[004] Expecting \\\\, got %s\n", $tmp);
49 printf("[005] Expecting \", got %s\n", $tmp);
53 printf("[006] Expecting ', got %s\n", $tmp);
57 printf("[007] Expecting \\n, got %s\n", $tmp);
61 printf("[008] Expecting \\r, got %s\n", $tmp);
[all …]
H A Dmysqli_fetch_all.phpt19 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
22 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
89 printf("[019] Expecting boolean/false although, got %s/%s. [%d] %s\n",
142 … printf("[%04d] Expecting %s/%s [reg exp = %s], got %s/%s resp. %s/%s. [%d] %s\n", $offset + 4,
150 … printf("[%04d] Expecting %s/%s, got %s/%s resp. %s/%s. [%d] %s\n", $offset + 4,
225 …func_mysqli_fetch_all($link, $engine, "DATETIME", @date('Y-m-d H:i:s'), @date('Y-m-d H:i:s'), 440);
231 func_mysqli_fetch_all($link, $engine, "TIME", @date('H:i:s'), @date('H:i:s'), 480);
232 func_mysqli_fetch_all($link, $engine, "TIME NOT NULL", @date('H:i:s'), @date('H:i:s'), 490);
300 printf("[015] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
303 …f("[016] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
[all …]
/PHP-7.4/ext/spl/tests/
H A Darray_015.phpt45 %s"storage"%s"ArrayObject":private]=>
61 %s"storage"%s"ArrayObject":private]=>
76 %s"storage"%s"ArrayObject":private]=>
86 %s"storage"%s"ArrayObject":private]=>
/PHP-7.4/ext/standard/tests/file/
H A Dfputcsv_variation2.phpt80 Warning: fputcsv(): delimiter must be a character in %s on line %d
88 Warning: fputcsv(): delimiter must be a character in %s on line %d
96 Warning: fputcsv(): delimiter must be a character in %s on line %d
104 Warning: fputcsv(): delimiter must be a character in %s on line %d
112 Warning: fputcsv(): delimiter must be a character in %s on line %d
120 Warning: fputcsv(): delimiter must be a character in %s on line %d
128 Warning: fputcsv(): delimiter must be a character in %s on line %d
136 Warning: fputcsv(): delimiter must be a character in %s on line %d
144 Warning: fputcsv(): delimiter must be a character in %s on line %d
152 Warning: fputcsv(): delimiter must be a character in %s on line %d
[all …]
H A Dfputcsv_variation3.phpt80 Warning: fputcsv(): enclosure must be a character in %s on line %d
88 Warning: fputcsv(): enclosure must be a character in %s on line %d
96 Warning: fputcsv(): enclosure must be a character in %s on line %d
104 Warning: fputcsv(): enclosure must be a character in %s on line %d
112 Warning: fputcsv(): enclosure must be a character in %s on line %d
120 Warning: fputcsv(): enclosure must be a character in %s on line %d
128 Warning: fputcsv(): enclosure must be a character in %s on line %d
136 Warning: fputcsv(): enclosure must be a character in %s on line %d
144 Warning: fputcsv(): enclosure must be a character in %s on line %d
152 Warning: fputcsv(): enclosure must be a character in %s on line %d
[all …]
H A Dfputcsv_variation4.phpt80 Warning: fputcsv(): delimiter must be a character in %s on line %d
88 Warning: fputcsv(): delimiter must be a character in %s on line %d
96 Warning: fputcsv(): delimiter must be a character in %s on line %d
104 Warning: fputcsv(): delimiter must be a character in %s on line %d
112 Warning: fputcsv(): delimiter must be a character in %s on line %d
120 Warning: fputcsv(): delimiter must be a character in %s on line %d
128 Warning: fputcsv(): delimiter must be a character in %s on line %d
136 Warning: fputcsv(): delimiter must be a character in %s on line %d
144 Warning: fputcsv(): delimiter must be a character in %s on line %d
152 Warning: fputcsv(): delimiter must be a character in %s on line %d
[all …]
/PHP-7.4/ext/phar/tests/
H A Dbug77586.phpt17 …Uncaught PharException: tar-based phar "%s/bug77586.tar" cannot be created, link "%s" is too long …
19 #0 %s/bug77586.php(%d): PharData->buildFromDirectory('%s')
21 thrown in %s/bug77586.php %s on line %d
/PHP-7.4/sapi/cli/tests/
H A D015.phpt24 PHP %d.%d.%d%s(cli) (built: %s)%s
33 PHP %d.%d.%d%s(cli) (built: %s)%s
34 Usage: %s [options] [-f] <file> [--] [args...]
/PHP-7.4/ext/reflection/tests/
H A DReflectionMethod_006.phpt49 Warning: ReflectionMethod::isFinal() expects exactly 0 parameters, 1 given in %s on line %d
52 Warning: ReflectionMethod::isAbstract() expects exactly 0 parameters, 1 given in %s on line %d
55 Warning: ReflectionMethod::isPrivate() expects exactly 0 parameters, 1 given in %s on line %d
58 Warning: ReflectionMethod::isProtected() expects exactly 0 parameters, 1 given in %s on line %d
61 Warning: ReflectionMethod::isPublic() expects exactly 0 parameters, 1 given in %s on line %d
64 Warning: ReflectionMethod::isStatic() expects exactly 0 parameters, 1 given in %s on line %d
67 Warning: ReflectionMethod::isConstructor() expects exactly 0 parameters, 1 given in %s on line %d
70 Warning: ReflectionMethod::isDestructor() expects exactly 0 parameters, 1 given in %s on line %d
73 Warning: ReflectionMethod::getModifiers() expects exactly 0 parameters, 1 given in %s on line %d
76 Warning: ReflectionFunctionAbstract::isInternal() expects exactly 0 parameters, 1 given in %s on li…
[all …]
/PHP-7.4/tests/classes/
H A Dprivate_members_serialization.phpt23 string(114) "O:3:"bar":3:{s:12:"\0foo\0private";s:7:"private";s:12:"\0*\0protected";s:9:"protected"…
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_errmode.phpt49 printf("[005] Expecting SQL code 42000 got '%s'\n", $code);
51 printf("[006] Code and info should be identical, got errorCode() = %s, errorInfo()[0] = %s\n",
67 printf("[010] Code and info should be identical, got errorCode() = %s, errorInfo()[0] = %s\n",
86 printf("[014] Code and info should be identical, got errorCode() = %s, errorInfo()[0] = %s\n",
94 printf("[017] Exception code '%s' differs from errorCode '%s'\n",
100 printf("[018] Cannot find all parts of the error info ('%s') in the exception message '%s'\n",
110 printf("[020] Exception has been thrown in file '%s', exception object reports file '%s'\n",
124 printf("[022] Code and info should be identical, got errorCode() = %s, errorInfo()[0] = %s\n",
132 printf("[025] Exception code '%s' differs from errorCode '%s'\n",
138 printf("[026] Cannot find all parts of the error info ('%s') in the exception message '%s'\n",
[all …]
H A Dpdo_mysql_stmt_errorcode.phpt29 printf("[001] %s [%s] %s\n",
44 printf("[003] %s [%s] %s\n",
53 …ATE[42S02]: Base table or view not found: 1146 Table '%s.ihopeitdoesnotexist' doesn't exist in %s
57 …ATE[42S02]: Base table or view not found: 1146 Table '%s.ihopeitdoesnotexist' doesn't exist in %s
59 Fatal error: Uncaught Error: Call to a member function execute() on bool in %s:%d
62 thrown in %s on line %d
/PHP-7.4/ext/standard/tests/strings/
H A Dstr_word_count.phpt20 $str2 = "F0o B4r 1s bar foo";
78 Warning: str_word_count(): Invalid format value 3 in %s on line %d
84 Warning: str_word_count(): Invalid format value -1 in %s on line %d
113 string(1) "s"
127 string(2) "1s"
139 string(2) "1s"
161 string(1) "s"
173 string(1) "s"
187 string(2) "1s"
199 string(2) "1s"
[all …]
/PHP-7.4/Zend/tests/type_declarations/
H A Dscalar_basic.phpt18 'string' => function (string $s) { return $s; },
99 *** Caught Argument 1 passed to {closure}() must be of the type int, null given, called in %s on li…
105 *** Trying object(stdClass)#%s (0) {
109 *** Trying object(Stringable)#%s (0) {
141 float(%s)
159 *** Trying object(stdClass)#%s (0) {
163 *** Trying object(Stringable)#%s (0) {
212 *** Trying object(stdClass)#%s (0) {
216 *** Trying object(Stringable)#%s (0) {
265 *** Trying object(stdClass)#%s (0) {
[all …]
/PHP-7.4/ext/intl/tests/
H A Dbreakiter_following_preceding_isBoundary_error.phpt21 Warning: IntlBreakIterator::following() expects exactly 1 parameter, 2 given in %s on line %d
23 Warning: IntlBreakIterator::following(): breakiter_following: bad arguments in %s on line %d
26 Warning: IntlBreakIterator::following() expects parameter 1 to be int, array given in %s on line %d
28 Warning: IntlBreakIterator::following(): breakiter_following: bad arguments in %s on line %d
31 Warning: IntlBreakIterator::preceding() expects exactly 1 parameter, 2 given in %s on line %d
33 Warning: IntlBreakIterator::preceding(): breakiter_preceding: bad arguments in %s on line %d
36 Warning: IntlBreakIterator::preceding() expects parameter 1 to be int, array given in %s on line %d
38 Warning: IntlBreakIterator::preceding(): breakiter_preceding: bad arguments in %s on line %d
41 Warning: IntlBreakIterator::isBoundary() expects exactly 1 parameter, 2 given in %s on line %d
43 Warning: IntlBreakIterator::isBoundary(): breakiter_is_boundary: bad arguments in %s on line %d
[all …]
H A Dtimezone_getDisplayName_error.phpt20 Warning: IntlTimeZone::getDisplayName() expects parameter 1 to be bool, array given in %s on line %d
22 Warning: IntlTimeZone::getDisplayName(): intltz_get_display_name: bad arguments in %s on line %d
25 Warning: IntlTimeZone::getDisplayName() expects parameter 2 to be int, array given in %s on line %d
27 Warning: IntlTimeZone::getDisplayName(): intltz_get_display_name: bad arguments in %s on line %d
30 Warning: IntlTimeZone::getDisplayName(): intltz_get_display_name: wrong display type in %s on line …
33 Warning: IntlTimeZone::getDisplayName() expects parameter 3 to be string, array given in %s on line…
35 Warning: IntlTimeZone::getDisplayName(): intltz_get_display_name: bad arguments in %s on line %d
38 Warning: IntlTimeZone::getDisplayName() expects at most 3 parameters, 4 given in %s on line %d
40 Warning: IntlTimeZone::getDisplayName(): intltz_get_display_name: bad arguments in %s on line %d
45 #0 %s(%d): intltz_get_display_name(NULL, 1, false, 'pt_PT')
[all …]

Completed in 53 milliseconds

1...<<21222324252627282930>>...251