Home
last modified time | relevance | path

Searched refs:s (Results 426 – 450 of 6057) sorted by relevance

1...<<11121314151617181920>>...243

/PHP-8.1/ext/intl/tests/
H A Ddateformat_get_set_timezone_variant5.phpt41 domingo, 1 de janeiro de 2012 às 03:00:00 Hor%s do Extremo Leste da Europa
45 sábado, 31 de dezembro de 2011 às 23:00:00 Hor%s padrão %Sdos Açores
49 domingo, 1 de janeiro de 2012 às 01:00:00 Hor%s padrão %Sda Europa Central
53 domingo, 1 de janeiro de 2012 às 01:00:00 Hor%s padrão %Sda Europa Central
57 domingo, 1 de janeiro de 2012 às 01:00:00 Hor%s padrão %Sda Europa Central
/PHP-8.1/ext/mysqli/tests/
H A D065.phpt18 printf("[001] [%d] %s\n", mysqli_connect_errno(), mysqli_connect_error());
21 printf("[002] Cannot set SQL-Mode, [%d] %s\n", mysqli_errno($mysql), mysqli_error($mysql));
30 printf("[003] Expecting 3/int got %s/%s\n", gettype($tmp), $tmp);
33 printf("[004] Expecting latin1/string got %s/%s\n", gettype($tmp), $tmp);
39 /* nothing should be escaped, it's a valid gbk character */
42 printf("[005] Expecting 2/int got %s/%s\n", gettype($tmp), $tmp);
45 printf("[005] Expecting gbk/string got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_use_result.phpt16 printf("[003] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
19 printf("[004] Expecting object, got %s/%s. [%d] %s\n",
31 printf("[006] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
34 printf("[007] Expecting boolean/false, got %s/%s. [%d] %s\n",
38 printf("[008] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
41 printf("[009] Expecting boolean/false, got %s/%s\n",
H A Dmysqli_local_infile_directory_access_denied.phpt14 die(sprintf("skip %s, [%d] %s", $msg, $link->errno, $link->error));
28 printf("[001] Connect failed, [%d] %s\n", mysqli_connect_errno(), mysqli_connect_error());
32 printf("[002] [%d] %s\n", $link->errno, $link->error);
36 printf("[003] [%d] %s\n", $link->errno, $link->error);
41 printf("[004] [%d] %s\n", $link->errno, $link->error);
54 …"[clean] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
59 …printf("[clean] Failed to drop old test table: [%d] %s\n", mysqli_errno($link), mysqli_error($link…
65 [004] [2068] LOAD DATA LOCAL INFILE %s
H A Dmysqli_insert_id_variation.phpt14 …f("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
23 printf("[001] Got no valid insert id: %s", var_export($i, true));
30 printf("[002] mysqli_option changes insert_id: %s", var_export($link->insert_id, true));
37 printf("[003] mysqli_debug_info changes insert_id: %s", var_export($link->insert_id, true));
44 printf("[004] mysqli_stat changes insert_id: %s", var_export($link->insert_id, true));
50 printf("[005] mysqli_kill changes insert_id: %s", var_export($link->insert_id, true));
56 printf("[006] mysqli_ping changes insert_id: %s", var_export($link->insert_id, true));
73 printf("[008a] mysqli_prepare changes insert_id: %s", var_export($link->insert_id, true));
84 printf("[009] stmt free changes insert_id: %s", var_export($link->insert_id, true));
96 printf("[c001] [%d] %s\n", mysqli_connect_errno(), mysqli_connect_error());
[all …]
H A D014.phpt23 printf("[001] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
26 printf("[002] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
29 printf("[003] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
32 printf("[004] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
35 printf("[005] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
38 printf("[006] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
41 printf("[007] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
44 printf("[008] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
47 printf("[009] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
51 printf("[010] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
[all …]
H A Dmysqli_stmt_send_long_data_packet_size_mysqlnd.phpt17 printf("[001] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
20 printf("[002] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
23 printf("[003] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
26 printf("[004] [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
31 printf("[005] [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
34 printf("[006] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
37 printf("[007] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
44 // let's ignore upper limits for LONGBLOB (2^32) ...
56 printf("[009] Expecting boolean/true, got %s/%s. [%d] %s\n",
84 printf("[011] Expecting boolean/false, got %s/%s. [%d] %s\n",
[all …]
H A Dmysqli_fetch_array_large.phpt25 $sql .= sprintf("('%s'), ", $random_char);
43 /* buffered result set - let's hope we do not run into PHP memory limit... */
51 printf("[%03d + 3] Wrong results - expecting '%s' got '%s', len = %d, [%d] %s\n",
65 …printf("[%03d + 5] len = %d, [%d] %s, [%d] %s\n", $offset, $len, mysqli_stmt_errno($stmt), mysqli_…
71 …printf("[%03d + 6] len = %d, [%d] %s, [%d] %s\n", $offset, $len, mysqli_stmt_errno($stmt), mysqli_…
77 printf("[%03d + 7] Wrong results - expecting '%s' got '%s', len = %d, [%d] %s\n",
113 …f("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
120 printf("[002] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
134 printf("stop: memory limit - %s vs. %s\n", $package_size, $limit);
171 stop: %s
[all …]
H A Dmysqli_change_user_get_lock.phpt24 printf("[001] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
27 printf("[002] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
30 printf("[003] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
32 printf("... lock '%s' acquired by thread %d\n", $lock, $thread_id);
47 printf("[004] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
50 printf("[005] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
53 printf("[006] Lock '%s' should have been released, [%d] %s\n",
65 printf("[009] Lock '%s' should have been released, [%d] %s\n",
71 /* Ok, let's try a NEW connection and a NEW lock! */
74 printf("[010] Cannot open new connection, [%d] %s\n",
[all …]
H A Dmysqli_kill.phpt26 printf("[005] Expecting boolean/any, got %s/%s\n", gettype($tmp), $tmp);
29 pintf("[006] Expecting boolean/false, got %s/%s\n", gettype($res), $res);
33 printf("[007] Expecting string/any non empty, got %s/%s\n", gettype($error), $error);
84 string(%d) "%s"
90 string(%d) "%s"
100 string(%d) "%s"
108 string(5) "%s"
110 string(%d) "%s"
116 string(%d) "%s"
118 %s
[all …]
H A Dmysqli_data_seek.phpt15 printf("[004] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
18 printf("[005] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
22 printf("[006] Expecting record 4/d, got record %s/%s\n", $row['id'], $row['label']);
25 printf("[007] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
29 printf("[008] Expecting record 1/a, got record %s/%s\n", $row['id'], $row['label']);
32 printf("[009] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
43 printf("[011] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
H A Dbug48909.phpt14 …f("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
18 … !$link->query(sprintf("CREATE TABLE test(id INT, label varchar(255)) ENGINE = %s", $engine)))
19 printf("[002] [%d] %s\n", $link->errno, $link->error);
22 printf("[003] [%d] %s\n", $link->errno, $link->error);
25 printf("[004] [%d] %s\n", $stmt->errno, $stmt->error);
33 printf("[005] [%d] %s\n", $stmt->errno, $stmt->error);
H A Dmysqli_stmt_send_long_data.phpt16 printf("[003] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
19 printf("[005] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
22 printf("[006] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
25 printf("[007] [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
33 printf("[009] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
36 printf("[010] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
47 // let's ignore upper limits for LONGBLOB (2^32) ...
74 printf("[014] Expecting boolean/false, got %s/%s. [%d] %s\n",
78 printf("[015] Expecting boolean/true, got %s/%s. [%d] %s\n",
87 printf("[017] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
[all …]
/PHP-8.1/ext/snmp/tests/
H A Dsnmp2_get.phpt59 string(%d) "%s"
62 ["%s"]=>
63 string(%d) "%s"
67 ["%s"]=>
68 string(%d) "%s"
69 ["%s"]=>
88 Warning: snmp2_get(): Error in packet at '%s': No Such Instance currently exists at this OID in %s
92 Warning: snmp2_get(): Error in packet at '%s': No Such Instance currently exists at this OID in %s
96 Warning: snmp2_get(): Error in packet at '%s': No Such Instance currently exists at this OID in %s
98 ["%s"]=>
[all …]
/PHP-8.1/ext/standard/tests/http/
H A Dbug38802.phpt92 Host: %s:%d
96 Host: %s:%d
100 Host: %s:%d
104 Host: %s:%d
113 Host: %s:%d
117 Host: %s:%d
126 Host: %s:%d
135 Host: %s:%d
149 Host: %s:%d
163 Host: %s:%d
[all …]
/PHP-8.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_serialize.phpt24 printf("%s(%s)\n", __METHOD__, $caller);
29 // printf("%s()\n", __METHOD__);
33 printf("%s()\n", __METHOD__);
37 printf("%s()\n", __METHOD__);
41 printf("%s(%s, %s)\n", __METHOD__, $method, var_export($params, true));
45 printf("%s(%s, %s)\n", __METHOD__, $prop, var_export($value, true));
50 printf("%s(%s)\n", __METHOD__, $prop);
56 printf("%s(%s)\n", __METHOD__, $caller);
67 printf("%s()\n", __METHOD__);
72 printf("%s(%s)\n", __METHOD__, var_export($data, true));
[all …]
/PHP-8.1/ext/phar/tests/
H A Dcreate_path_error.phpt68 1:Error: file_put_contents(phar://%s//): Failed to open stream: phar error: file "" in phar "%s" ca…
69 2:Error: file_put_contents(phar://%s/.): Failed to open stream: phar error: file "" in phar "%s" ca…
70 3:Error: file_put_contents(phar://%s/../): Failed to open stream: phar error: file "" in phar "%s" …
71 4:Error: file_put_contents(phar://%s/a/..): Failed to open stream: phar error: file "" in phar "%s"…
76 9:Error: file_put_contents(phar://%s): Failed to open stream: phar error: invalid path "%s" contain…
77 10:Error: file_put_contents(phar://%s): Failed to open stream: phar error: invalid path "%s" contai…
78 11:Error: file_put_contents(phar://%s): Failed to open stream: phar error: invalid path "%s" contai…
79 12:Error: file_put_contents(phar://%s): Failed to open stream: phar error: invalid path "%s" contai…
80 13:Error: file_put_contents(phar://%s): Failed to open stream: phar error: invalid path "%s" contai…
/PHP-8.1/ext/oci8/tests/
H A Ddrcp_cclass1.phpt18 $r = @oci_execute($s);
21 $r = oci_fetch_array($s);
43 $s = oci_parse($c, "select * from dual");
44 oci_execute($s);
45 oci_fetch_all($s, $r);
53 oci_execute($s);
54 oci_fetch_all($s, $r);
60 oci_execute($s);
61 oci_fetch_all($s, $r);
91 string(21) "%s.cc1_%d"
[all …]
H A Dimp_res_4.phpt39 $s = oci_parse($c, "begin imp_res_4_proc(); end;");
40 oci_execute($s);
41 oci_fetch($s); // This will fail with ORA-24374
42 var_dump(oci_result($s, 1));
45 $s = oci_parse($c, "begin imp_res_4_proc(); end;");
46 oci_execute($s);
47 $r = oci_fetch_row($s);
49 oci_fetch($s); // This will fail with ORA-24374
50 var_dump(oci_result($s, 1));
51 $r = oci_fetch_row($s);
[all …]
/PHP-8.1/ext/imap/tests/
H A Dimap_fetchheader_basic.phpt50 To: %s
52 Content-Type: %s; %s
58 To: %s
60 Content-Type: %s; %s
66 To: %s
68 Content-Type: %s; %s
75 To: %s
77 Content-Type: %s; %s
/PHP-8.1/Zend/tests/
H A Dbug69957.phpt12 printf("Type: %s\n", get_class($t));
13 printf("Message: %s\n", $t->getMessage());
22 printf("Type: %s\n", get_class($t));
23 printf("Message: %s\n", $t->getMessage());
31 printf("Type: %s\n", get_class($t));
32 printf("Message: %s\n", $t->getMessage());
40 printf("Type: %s\n", get_class($t));
41 printf("Message: %s\n", $t->getMessage());
49 printf("Type: %s\n", get_class($t));
50 printf("Message: %s\n", $t->getMessage());
[all …]
/PHP-8.1/ext/standard/tests/file/
H A Dsymlink_link_linkinfo_is_link_error1.phpt43 Warning: symlink(): %s in %s on line %d
46 Warning: symlink(): %s in %s on line %d
49 Warning: symlink(): %s in %s on line %d
52 Warning: symlink(): %s in %s on line %d
57 Warning: linkinfo(): %s in %s on line %d
60 Warning: linkinfo(): %s in %s on line %d
H A Dtempnam_variation7-win32.phpt69 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation7-win32.p…
70 File name is => %s%et%s
75 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation7-win32.p…
76 File name is => %s%et%s
80 File name is => %s%et%s
84 File name is => %s%et%s
89 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation7-win32.p…
90 File name is => %s%et%s
99 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation7-win32.p…
100 File name is => %s%et%s
[all …]
/PHP-8.1/tests/security/
H A Dopen_basedir_error_log.phpt34 …: open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the allowed path(s):…
37 …(): open_basedir restriction in effect. File(%s/test/bad.txt) is not within the allowed path(s): (…
40 …set(): open_basedir restriction in effect. File(%s/bad.txt) is not within the allowed path(s): (.)…
43 string(%d) "%s/test/ok/ok.txt"
/PHP-8.1/ext/pdo_oci/tests/
H A Dpdo_oci_attr_prefetch_2.phpt18 $s = $dbh->prepare("select '' as myempty, null as mynull from dual", array(PDO::ATTR_PREFETCH => 10…
21 var_dump($s->setAttribute(PDO::ATTR_PREFETCH, 102));
24 $s = $dbh->prepare("select dummy from dual" );
25 $s->execute();
26 while ($r = $s->fetch()) {
31 $s = $dbh->prepare("select '' as myempty, null as mynull from dual", array(PDO::ATTR_PREFETCH => 0)…
32 $s = $dbh->prepare("select dummy from dual" );
33 $s->execute();
34 while ($r = $s->fetch()) {
44 …ver does not support this function: This driver doesn't support setting attributes in %s on line %d

Completed in 28 milliseconds

1...<<11121314151617181920>>...243