Home
last modified time | relevance | path

Searched refs:d (Results 7101 – 7125 of 7288) sorted by relevance

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

/PHP-7.3/ext/standard/tests/url/
H A Dparse_url_basic_005.phpt80 --> /foo.php?a=b&c=d : NULL
81 --> foo.php?a=b&c=d : NULL
/PHP-7.3/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.c1643 XMLRPC_SetValueDouble (xReturn, xSource->d); in XMLRPC_DupValueNew()
1863 value->d = val; in XMLRPC_SetValueDouble()
1887 XMLRPC_VALUE XMLRPC_CreateValueDouble(const char* id, double d) { in XMLRPC_CreateValueDouble() argument
1890 XMLRPC_SetValueDouble(val, d); in XMLRPC_CreateValueDouble()
2013 return ((value && value->type == xmlrpc_double) ? value->d : 0); in XMLRPC_GetValueDouble()
/PHP-7.3/
H A DREADME.TESTING125 TODAY=`date +"%Y%m%d"`
240 php server-tests.php -c /path/to/server-tests-config.php -w -t 3 -d /path/to/testdir
263 This section get's eval()'d to help build an environment for the
287 This section is also eval'd, and is similar in nature to --ENV--. However,
301 This section is also eval'd. It is used to provide additional headers sent
/PHP-7.3/ext/standard/tests/array/
H A Drsort_variation9.phpt33 array('a' => 1,'b' => array('e' => 2,'f' => 3),'c' => array('g' => 4),'d' => 5),
/PHP-7.3/ext/oci8/tests/
H A Ddefine6.phpt137 Warning: oci_fetch_row(): ORA-24374: %s in %sdefine6.php on line %d
/PHP-7.3/ext/iconv/tests/
H A Diconv_mime_decode.phpt20 printf("(%d) \"%s\"\n", iconv_strlen($result, "UTF-8"), $result);
H A Diconv_mime_decode_headers_variation1.phpt216 …ning: iconv_mime_decode_headers() expects parameter 1 to be string, resource given in %s on line %d
H A Diconv_strlen_variation1.phpt191 Warning: iconv_strlen() expects parameter 1 to be string, resource given in %s on line %d
/PHP-7.3/ext/mbstring/tests/
H A Dmb_ereg_replace_variation2.phpt176 Warning: mb_ereg_replace() expects parameter 2 to be string, resource given in %s on line %d
H A Dmb_ereg_variation2.phpt233 Warning: mb_ereg() expects parameter 2 to be string, resource given in %s on line %d
/PHP-7.3/sapi/phpdbg/
H A DREADME.md56 - -d define php ini entry
/PHP-7.3/ext/phar/
H A Dgdbhelp79 printf "Open file pointers: %d\n", $fpcount
/PHP-7.3/ext/standard/tests/file/
H A Dunlink_variation1.phpt79 Warning: unlink(%s): %s in %s on line %d
H A Duserstreams_003.phpt104 int(%d)
H A Dfscanf_variation51.phpt29 $formats = array( "%d", "%f", "%e", "%u", " %s", "%x", "%o");
/PHP-7.3/ext/standard/tests/image/
H A Dgetimagesize_basic.phpt91 string(%d)%s
/PHP-7.3/ext/standard/tests/strings/
H A Dstr_split_variation4.phpt137 string(5) "d ".c"
H A Dstrtok_variation6.phpt28 "\\\\\\\k\h\\e\l\o\w\r\l\d"
H A Ducwords_variation3.phpt20 't e s t i n g u c w o r d s ',
H A Dvfprintf_variation14.phpt79 fprintf($fp, "\n-- Iteration %d --\n",$counter);
H A Dvfprintf_variation14_64bit.phpt79 fprintf($fp, "\n-- Iteration %d --\n",$counter);
H A Dvfprintf_variation18.phpt68 fprintf($fp, "\n-- Iteration %d --\n",$counter);
/PHP-7.3/ext/filter/tests/
H A D043.phpt114 string(1) "d"
/PHP-7.3/Zend/
H A Dzend_API.c398 double d; in zend_parse_arg_long_weak() local
403 if (UNEXPECTED(zend_isnan(d))) { in zend_parse_arg_long_weak()
409 *dest = zend_dval_to_lval(d); in zend_parse_arg_long_weak()
443 double d; in zend_parse_arg_long_cap_weak() local
448 if (UNEXPECTED(zend_isnan(d))) { in zend_parse_arg_long_cap_weak()
451 *dest = zend_dval_to_lval_cap(d); in zend_parse_arg_long_cap_weak()
1398 ZVAL_DOUBLE(&tmp, d); in add_assoc_double_ex()
1485 ZVAL_DOUBLE(&tmp, d); in add_index_double()
1568 ZVAL_DOUBLE(&tmp, d); in add_next_index_double()
1639 ZVAL_DOUBLE(&tmp, d); in add_get_index_double()
[all …]
/PHP-7.3/ext/pdo_odbc/tests/
H A Dlong_columns.phpt84 printf("Expected %d bytes, got %d\n", strlen($expect), strlen($row['data']));

Completed in 52 milliseconds

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