Home
last modified time | relevance | path

Searched refs:d (Results 276 – 300 of 6662) sorted by relevance

1...<<11121314151617181920>>...267

/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_execute_stored_proc.phpt12 die(sprintf('skip Needs MySQL 5.0+, found version %d.', mysqli_get_server_version($link)));
25 printf("[009] [%d] %s.\n", mysqli_errno($link), mysqli_error($link));
51 printf("[017] [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
54 printf("[018] Results seem wrong, got %s, [%d] %s\n",
67 printf("[019] [%d] %s.\n", mysqli_errno($link), mysqli_error($link));
90 printf("[026] Results seem wrong, got %s, [%d] %s\n",
102 printf("[028] [%d] %s.\n", mysqli_errno($link), mysqli_error($link));
128 printf("[035] Results seem wrong, got %s, [%d] %s\n",
140 printf("[037] [%d] %s.\n", mysqli_errno($link), mysqli_error($link));
170 printf("[045] Results seem wrong, got %s, [%d] %s\n",
[all …]
H A Dmysqli_stmt_fetch_bit.phpt9 …die(sprintf("skip Can't connect to MySQL Server - [%d] %s", mysqli_connect_errno(), mysqli_connect…
29 …!mysqli_query($link, $sql = sprintf('CREATE TABLE test(id INT, label BIT(%d)) ENGINE="%s"', $bits,…
30 printf("[002 - %d] [%d] %s\n",$bits, mysqli_errno($link), mysqli_error($link));
33 printf("[003 - %d] [%d] %s\n", $bits, mysqli_errno($link), mysqli_error($link));
38 … $sql = sprintf("INSERT INTO test(id, label) VALUES (%d, b'%s')", $value, decbin($value));
42 … printf("[004 - %d] [%d] %s\n", $bits, mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
45 … $sql = sprintf("SELECT id, label + 0 AS _label0, label FROM test WHERE id = %d", $value);
49 … printf("[005 - %d] [%d] %s\n", $bits, mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
52 … printf("[006 - %d] [%d] %s\n", $bits, mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
55 …printf("[007 - %d] Insert of %d in BIT(%d) column might have failed. MySQL reports odd values, id …
[all …]
H A Dmysqli_poll.phpt51 printf("[%03d + 1] There should be %d links ready to read from, %d ready\n",
63 printf("[%03d + 3] Error indicated through links array: %d/%s",
71 printf("[%03d + 5] Error on %d: %d/%s\n",
75 printf("[%03d + 6] Rejecting thread %d: %d/%s\n",
125 [012 + 6] Rejecting thread %d: 0/
126 [013 + 6] Rejecting thread %d: 0/
127 [014 + 6] Rejecting thread %d: 0/
128 [014 + 6] Rejecting thread %d: 0/
129 [015 + 6] Rejecting thread %d: 0/
130 [015 + 6] Rejecting thread %d: 0/
[all …]
H A Dmysqli_stmt_bind_result_bit.phpt44 printf("[003 - %d] [%d] %s\n", $bits, mysqli_errno($link_ins), mysqli_error($link_ins));
47 …ink_ins, sprintf("CREATE TABLE test(id BIGINT, bit_value BIT(%d) NOT NULL, bit_null BIT(%d) DEFAUL…
52 printf("[004 - %d] [%d] %s\n", $bits, mysqli_errno($link_ins), mysqli_error($link_ins));
57 … printf("[005 - %d] [%d] %s\n", $bits, mysqli_stmt_errno($stmt_ins), mysqli_stmt_error($stmt_ins));
63 printf("[006 - %d] [%d] %s\n", $bits, mysqli_errno($link_sel), mysqli_error($link_sel));
95 … printf("[007 - %d] [%d] %s\n", $bits, mysqli_stmt_errno($stmt_ins), mysqli_stmt_error($stmt_ins));
100 … printf("[008 - %d] [%d] %s\n", $bits, mysqli_stmt_errno($stmt_ins), mysqli_stmt_error($stmt_ins));
106 … printf("[009 - %d] [%d] %s\n", $bits, mysqli_stmt_errno($stmt_sel), mysqli_stmt_error($stmt_sel));
112 … printf("[010 - %d] [%d] %s\n", $bits, mysqli_stmt_errno($stmt_sel), mysqli_stmt_error($stmt_sel));
117 … printf("[011 - %d] mysqli_stmt_fetch() has failed for %d bits - ret = %s/%s, [%d] %s, [%d] %s\n",
[all …]
H A Dbug42378.phpt18 printf("[%03d] Cannot drop table test, [%d] %s\n",
28 printf("[%03d] Cannot create table test, [%d] %s\n",
41 printf("[%03d] Cannot insert data, [%d] %s\n",
54 printf("[%03d] Cannot create PS, [%d] %s\n",
67 printf("[%03d] Cannot prepare PS, [%d] %s\n",
74 printf("[%03d] Cannot execute PS, [%d] %s\n",
81 printf("[%03d] Cannot store result set, [%d] %s\n",
91 printf("[%03d] Cannot bind result, [%d] %s\n",
98 printf("[%03d] Cannot fetch result,, [%d] %s\n",
117 printf("[%03d] Cannot bind result, [%d] %s\n",
[all …]
H A Dmysqli_fetch_fields.phpt33 printf("[004] Expecting charset %s/%d got %d\n",
57 object(stdClass)#%d (13) {
65 string(%d) "%s"
69 string(%d) "%s"
71 string(%d) "%s"
85 object(stdClass)#%d (13) {
93 string(%d) "%s"
97 string(%d) "%s"
99 string(%d) "%s"
103 int(%d)
[all …]
/php-src/ext/pgsql/tests/
H A D98old_api.phpt48 Deprecated: Function pg_numrows() is deprecated in %s on line %d
50 Deprecated: Function pg_numfields() is deprecated in %s on line %d
52 Deprecated: Function pg_fieldname() is deprecated in %s on line %d
54 Deprecated: Function pg_fieldsize() is deprecated in %s on line %d
56 Deprecated: Function pg_fieldtype() is deprecated in %s on line %d
58 Deprecated: Function pg_fieldprtlen() is deprecated in %s on line %d
60 Deprecated: Function pg_fieldprtlen() is deprecated in %s on line %d
70 Deprecated: Function pg_result() is deprecated in %s on line %d
72 Deprecated: Function pg_result() is deprecated in %s on line %d
76 Deprecated: Function pg_getlastoid() is deprecated in %s on line %d
[all …]
/php-src/ext/reflection/tests/
H A DReflectionProperty_getDocComment_basic.phpt15 * My Doc Comment for $d
17 var $d;
46 string(%d) "/**
60 ---> Doc comment for A::$d:
61 string(%d) "/**
62 * My Doc Comment for $d
71 string(%d) "/**
92 ---> Doc comment for B::$d:
93 string(%d) "/**
94 * My Doc Comment for $d
[all …]
/php-src/ext/session/tests/
H A Dsession_decode_error2.phpt39 …ing: session_decode(): Failed to decode session object. Session has been destroyed in %s on line %d
46 …ing: session_decode(): Failed to decode session object. Session has been destroyed in %s on line %d
53 …ing: session_decode(): Failed to decode session object. Session has been destroyed in %s on line %d
60 …ing: session_decode(): Failed to decode session object. Session has been destroyed in %s on line %d
67 …ing: session_decode(): Failed to decode session object. Session has been destroyed in %s on line %d
74 …ing: session_decode(): Failed to decode session object. Session has been destroyed in %s on line %d
81 …ing: session_decode(): Failed to decode session object. Session has been destroyed in %s on line %d
88 …ing: session_decode(): Failed to decode session object. Session has been destroyed in %s on line %d
95 …ing: session_decode(): Failed to decode session object. Session has been destroyed in %s on line %d
102 …ing: session_decode(): Failed to decode session object. Session has been destroyed in %s on line %d
[all …]
/php-src/ext/standard/tests/strings/
H A Dsprintf_rope_optimization_004.phpt2 Test sprintf() function : Rope Optimization for '%d' with GMP objects
14 var_dump(sprintf("%d/%d/%d/%s", $a, $b, $c, $c + 1));
18 var_dump(sprintf("%d/%d/%d/%s", $a, $b, $c, $c + 1));
/php-src/ext/date/tests/
H A DDateInterval_serialize-002.phpt10 $d = $d1->diff($d2);
12 var_dump($d);
15 $s = serialize($d);
27 $d->__unserialize(
31 'd' => 24,
39 var_dump($d);
53 ["d"]=>
82 ["d"]=>
102 array(%d) {
107 ["d"]=>
[all …]
H A Ddate_create-2.phpt6 $d = date_create("2005-07-18 22:10:00 +0400");
7 echo $d->format('D, d M Y H:i:s T'), "\n";
9 $d = date_create("@1121710200 +0912");
10 echo $d->format('D, d M Y H:i:s T'), "\n";
H A Ddate_modify-2.phpt6 $d = date_create("2005-07-18 22:10:00 +0400");
7 echo date_format($d, 'D, d M Y H:i:s T'), "\n";
8 date_modify($d, "+1 hour");
9 echo date_format($d, 'D, d M Y H:i:s T'), "\n";
H A Dstrftime_variation5.phpt34 Deprecated: Function strftime() is deprecated in %s on line %d
35 string(%d) "%d"
37 Deprecated: Function strftime() is deprecated in %s on line %d
42 Deprecated: Function strftime() is deprecated in %s on line %d
43 string(%d) "%d"
45 Deprecated: Function strftime() is deprecated in %s on line %d
50 Deprecated: Function strftime() is deprecated in %s on line %d
51 string(%d) "%s"
53 Deprecated: Function strftime() is deprecated in %s on line %d
54 string(%d) "%s"
/php-src/ext/ffi/tests/
H A D041.phpt62 object(FFI\CData:int32_t)#%d (1) {
66 object(FFI\CData:int32_t[2])#%d (2) {
72 object(FFI\CData:int32_t)#%d (1) {
76 object(FFI\CData:int32_t[2])#%d (2) {
82 object(FFI\CType:int32_t)#%d (0) {
84 object(FFI\CType:int32_t[2])#%d (0) {
86 object(FFI\CType:int32_t)#%d (0) {
88 object(FFI\CType:int32_t[2])#%d (0) {
90 object(FFI\CData:int32_t)#%d (1) {
94 object(FFI\CData:int32_t[2])#%d (2) {
[all …]
/php-src/Zend/tests/generators/
H A Dyield_from_backtrace.phpt31 #0 %s(%d): gen()
33 #0 %s(%d): from(2)
34 #1 %s(%d): gen()
36 #0 %s(%d): gen()
41 #1 %s(%d): Generator->next()
43 #0 %s(%d): from(2)
45 #2 %s(%d): Generator->next()
48 #1 %s(%d): Generator->next()
/php-src/ext/dom/tests/
H A Dgh12870.inc6 $d = new DOMDocument();
7 $d->appendChild($d->createElement('root'));
9 $attr = $d->createAttributeNS($uri, $qualifiedName);
10 $d->documentElement->setAttributeNodeNS($attr);
18 var_dump($d->documentElement->namespaceURI);
21 … var_dump($attr === $d->documentElement->getAttributeNodeNS($uri, $parts[count($parts) - 1]));
22 echo $d->saveXML(), "\n";
/php-src/Zend/tests/type_declarations/
H A Dcallable_001.phpt24 object(Closure)#%d (3) {
26 string(%d) "{closure:%s:%d}"
28 string(%d) "%s"
30 int(%d)
39 …ncaught TypeError: foo(): Argument #1 ($bar) must be of type callable, array given, called in %s:%d
41 #0 %s(%d): foo(Array)
43 thrown in %s on line %d
/php-src/tests/security/
H A Dopen_basedir_opendir.phpt32 Warning: opendir(../bad): Failed to open directory: %s in %s on line %d
37 Warning: opendir(../bad/bad.txt): Failed to open directory: %s in %s on line %d
42 Warning: opendir(..): Failed to open directory: %s in %s on line %d
47 Warning: opendir(../): Failed to open directory: %s in %s on line %d
52 Warning: opendir(/): Failed to open directory: %s in %s on line %d
57 Warning: opendir(../bad/.): Failed to open directory: %s in %s on line %d
62 Warning: opendir(%s/test/bad/bad.txt): Failed to open directory: %s in %s on line %d
67 Warning: opendir(%s/test/bad/../bad/bad.txt): Failed to open directory: %s in %s on line %d
69 resource(%d) of type (stream)
70 resource(%d) of type (stream)
[all …]
/php-src/tests/lang/
H A Dbug24658.phpt34 object(foo)#%d (0) {
36 object(foo)#%d (0) {
38 object(foo)#%d (0) {
40 object(foo)#%d (0) {
43 object(foo)#%d (0) {
48 object(foo)#%d (0) {
53 object(foo)#%d (0) {
56 …tal error: Uncaught TypeError: typehint(): Argument #1 ($a) must be of type foo, int given in %s:%d
59 #1 %s(%d): array_walk(Array, 'typehint')
61 thrown in %s on line %d
/php-src/Zend/tests/
H A Dflexible-heredoc-nowdoc.phpt27 d
35 d
47 d
58 d\r\n
66 d
91 d
96 d
105 d
117 d
124 d
H A Dclosure_043.phpt25 $d = $staticUnscoped->bindTo(null, null); $d(); echo "\n";
26 $d = $staticScoped->bindTo(null, null); $d(); echo "\n";
29 $d = $staticUnscoped->bindTo(new A, null);
30 $d = $staticScoped->bindTo(new A, null);
33 $d = $staticUnscoped->bindTo(null, 'A'); $d(); echo "\n";
34 $d = $staticScoped->bindTo(null, 'A'); $d(); echo "\n";
37 $d = $staticUnscoped->bindTo(new A, 'A');
38 $d = $staticScoped->bindTo(new A, 'A');
59 Warning: Cannot bind an instance to a static closure in %s on line %d
61 Warning: Cannot bind an instance to a static closure in %s on line %d
[all …]
/php-src/Zend/tests/type_declarations/union_types/
H A Dtype_checking_weak.phpt69 "42x" => {closure:%s:%d}(): Argument #1 ($arg) must be of type int|float, string given
70 "x" => {closure:%s:%d}(): Argument #1 ($arg) must be of type int|float, string given
71 "" => {closure:%s:%d}(): Argument #1 ($arg) must be of type int|float, string given
74 null => {closure:%s:%d}(): Argument #1 ($arg) must be of type int|float, null given
75 [] => {closure:%s:%d}(): Argument #1 ($arg) must be of type int|float, array given
76 new stdClass => {closure:%s:%d}(): Argument #1 ($arg) must be of type int|float, stdClass given
122 null => {closure:%s:%d}(): Argument #1 ($arg) must be of type int|bool, null given
123 [] => {closure:%s:%d}(): Argument #1 ($arg) must be of type int|bool, array given
154 null => {closure:%s:%d}(): Argument #1 ($arg) must be of type string|bool, null given
170 null => {closure:%s:%d}(): Argument #1 ($arg) must be of type array|float, null given
[all …]
/php-src/ext/soap/tests/
H A Dany.phpt57 object(stdClass)#%d (%d) {
59 object(stdClass)#%d (%d) {
63 object(SOAPComplexType)#%d (%d) {
74 object(stdClass)#%d (%d) {
76 object(stdClass)#%d (%d) {
80 object(SOAPComplexType)#%d (%d) {
/php-src/Zend/asm/
H A Djump_mips64_n64_elf_gas.S71 s.d $f24, 0($sp) # save F24
72 s.d $f25, 8($sp) # save F25
73 s.d $f26, 16($sp) # save F26
74 s.d $f27, 24($sp) # save F27
75 s.d $f28, 32($sp) # save F28
76 s.d $f29, 40($sp) # save F29
77 s.d $f30, 48($sp) # save F30
78 s.d $f31, 56($sp) # save F31
88 l.d $f24, 0($sp) # restore F24
89 l.d $f25, 8($sp) # restore F25
[all …]

Completed in 157 milliseconds

1...<<11121314151617181920>>...267