Home
last modified time | relevance | path

Searched refs:d (Results 7126 – 7150 of 7288) sorted by relevance

1...<<281282283284285286287288289290>>...292

/PHP-7.3/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct_options.phpt22 printf("[%03d] Expecting '%s'/%s got '%s'/%s' for options '%s'\n",
28 printf("[%03d] %s\n", $offset, $e->getMessage());
H A Dpdo_mysql___construct.phpt17 assert(sprintf("[%03d] Should have failed\n", $offset) != '');
19 return sprintf("[%03d] %s, [%s] %s\n",
303 [017] DSN=%s, SQLSTATE[%s] [%d] %s
H A Dpdo_mysql_prepare_native_named_placeholder.phpt51 // Again, I'd like to see an error message
/PHP-7.3/ext/standard/tests/url/
H A Dparse_url_basic_002.phpt81 --> /foo.php?a=b&c=d : NULL
82 --> foo.php?a=b&c=d : NULL
H A Dparse_url_basic_007.phpt80 --> /foo.php?a=b&c=d : string(8) "/foo.php"
81 --> foo.php?a=b&c=d : string(7) "foo.php"
/PHP-7.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeSPARC_common.c112 #define D(d) (reg_map[d] << 25) argument
113 #define FD(d) (freg_map[d] << 25) argument
114 #define FDN(d) ((freg_map[d] | 0x1) << 25) argument
115 #define DA(d) ((d) << 25) argument
/PHP-7.3/ext/standard/tests/strings/
H A Dhtml_entity_decode_koi8-r.phpt139 $d = unpack("H*", $res);
140 echo sprintf("%s: %s => %s\n", $v[1], $ent, $d[1]);
188 FULL BLOCK: &#x2588; => 8d
236 SUPERSCRIPT TWO: &#xB2; => 9d
300 &#xB2; => 9d
H A Daddslashes_variation2.phpt189 string(7%d) "This is line 1 of \'heredoc\' string
/PHP-7.3/ext/standard/tests/array/
H A Dsizeof_variation2.phpt23 array("a" => 1, 'b' => 2, array( "c" =>3, array( "d" => 5))),
/PHP-7.3/ext/standard/tests/file/
H A D007_variation11-win32.phpt64 resource(%d) of type (stream)
H A D007_variation19.phpt59 resource(%d) of type (stream)
H A D007_variation3.phpt59 resource(%d) of type (stream)
H A D007_variation4.phpt59 resource(%d) of type (stream)
H A Dfeof_basic.phpt100 Warning: feof(): supplied resource is not a valid stream resource in %s on line %d
H A Dfscanf_variation52.phpt18 $formats = array( "%d", "%f", "%e", "%u", " %s", "%x", "%o");
/PHP-7.3/ext/mbstring/tests/
H A Dmb_encode_mimeheader_variation3.phpt184 Warning: mb_encode_mimeheader() expects parameter 3 to be string, resource given in %s on line %d
/PHP-7.3/ext/spl/tests/
H A Diterator_022.phpt116 …("ba", array("bba", "bbb"), array(array("bcaa"), array("bcba"))), array("ca"), "d")), 2) as $k=>$v)
H A Diterator_034.phpt98 …"a", array("ba", array("bba", "bbb"), array(array("bcaa"), array("bcba"))), array("ca"), "d")), 2);
/PHP-7.3/ext/standard/tests/file/windows_mb_path/
H A Dutil.inc7 preg_match(",.*: (\d+),", $s, $m);
/PHP-7.3/ext/date/tests/
H A Ddate_parse_001.phpt302 …ning: date_parse() expects parameter 1 to be string, array given in %sdate_parse_001.php on line %d
H A Drfc-datetime_and_daylight_saving_time-type3-ba.phpt9 $date_format = 'Y-m-d H:i:s T e';
H A Drfc-datetime_and_daylight_saving_time-type3-bs.phpt10 $date_format = 'Y-m-d H:i:s T e';
H A Ddate_modify_variation2.phpt134 object(DateTime)#%d (3) {
149 object(DateTime)#%d (3) {
/PHP-7.3/ext/gd/tests/
H A Dbug53504.phpt54 printf('%2d: ', $testnum);
/PHP-7.3/Zend/
H A Dzend_API.h392 ZEND_API int add_assoc_double_ex(zval *arg, const char *key, size_t key_len, double d);
418 ZEND_API int add_index_double(zval *arg, zend_ulong idx, double d);
428 ZEND_API int add_next_index_double(zval *arg, double d);
441 ZEND_API zval *add_get_index_double(zval *arg, zend_ulong idx, double d);
452 ZEND_API int add_property_double_ex(zval *arg, const char *key, size_t key_len, double d);
620 #define RETVAL_DOUBLE(d) ZVAL_DOUBLE(return_value, d) argument
638 #define RETURN_DOUBLE(d) { RETVAL_DOUBLE(d); return; } argument

Completed in 83 milliseconds

1...<<281282283284285286287288289290>>...292