Home
last modified time | relevance | path

Searched refs:dec (Results 1 – 19 of 19) sorted by relevance

/PHP-5.3/ext/soap/interop/
H A Dserver_round2_base.php86 function echoDecimal($dec) argument
88 return $dec;
/PHP-5.3/ext/filter/tests/
H A D031.phpt35 foreach ($floats as $float => $dec) {
36 $out = filter_var($float, FILTER_VALIDATE_FLOAT, array("options"=>array('decimal' => $dec)));
/PHP-5.3/ext/standard/
H A Dmath.c1110 dec = MAX(0, dec); in _php_math_number_format()
1111 d = _php_math_round(d, dec, PHP_ROUND_HALF_UP); in _php_math_number_format()
1113 tmplen = spprintf(&tmpbuf, 0, "%.*F", dec, d); in _php_math_number_format()
1120 if (dec) { in _php_math_number_format()
1141 if (dec) { in _php_math_number_format()
1142 reslen += dec; in _php_math_number_format()
1162 if (dec) { in _php_math_number_format()
1164 int topad = dec > declen ? dec - declen : 0; in _php_math_number_format()
1210 long dec = 0; in PHP_FUNCTION() local
1224 RETURN_STRING(_php_math_number_format(num, dec, dec_point_chr, thousand_sep_chr), 0); in PHP_FUNCTION()
[all …]
/PHP-5.3/ext/soap/tests/interop/Round2/Base/
H A Dround2_base.inc65 function echoDecimal($dec)
67 return $dec;
/PHP-5.3/ext/standard/tests/url/
H A Dbase64_encode_basic_002.phpt32 $dec = base64_decode($enc);
34 if ($dec != $str) {
/PHP-5.3/ext/soap/tests/soap12/
H A Dsoap12-test.inc57 function echoDecimal($dec) {
58 return $dec;
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_fetch_assoc_bit.phpt22 function dec32bin($dec, $bits) {
27 if (($dec / $bitval) >= 1) {
29 $dec -= $bitval;
H A Dmysqli_stmt_get_result_bit.phpt25 function dec32bin($dec, $bits) {
30 if (($dec / $bitval) >= 1) {
32 $dec -= $bitval;
H A Dmysqli_stmt_bind_result_bit.phpt13 function dec32bin($dec, $bits) {
18 if (($dec / $bitval) >= 1) {
20 $dec -= $bitval;
/PHP-5.3/ext/mcrypt/tests/
H A Dbug37595.phpt41 var_dump($dec = @mdecrypt_generic($td, $enc));
/PHP-5.3/ext/date/lib/
H A Dastro.c155 static void astro_sun_RA_dec(double d, double *RA, double *dec, double *r) in astro_sun_RA_dec() argument
175 *dec = atan2d(z, sqrt(x*x + y*y)); in astro_sun_RA_dec()
H A Dparse_date.re268 { "dec", 0, 12 },
915 …' | 'feb' | 'mar' | 'apr' | 'may' | 'jun' | 'jul' | 'aug' | 'sep' | 'sept' | 'oct' | 'nov' | 'dec';
/PHP-5.3/
H A Dconfig.guess271 …echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQ…
280 echo alpha-dec-winnt3.5
402 echo mips-dec-mach_bsd4.3
405 echo mips-dec-ultrix${UNAME_RELEASE}
408 echo vax-dec-ultrix${UNAME_RELEASE}
962 echo ${UNAME_MACHINE}-dec-linux-gnu
1294 echo pdp10-dec-tops20
1314 A*) echo alpha-dec-vms ; exit ;;
1315 I*) echo ia64-dec-vms ; exit ;;
1316 V*) echo vax-dec-vms ; exit ;;
H A Dconfig.sub145 -dec* | -mips* | -sequent* | -encore* | -pc532* | -sgi* | -sony* | \
1086 basic_machine=vax-dec
1090 basic_machine=vax-dec
1157 basic_machine=vax-dec
1164 basic_machine=pdp11-dec
1202 basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
1438 *-dec | vax-*)
H A DNEWS6337 - Fixed bug #34311 (unserialize() crashes with chars above 191 dec). (Nuno)
/PHP-5.3/ext/soap/tests/interop/Round4/GroupI/
H A Dround4_groupI_xsd.inc95 function echoDecimal($dec)
97 return array("return"=>$dec->inputDecimal);
/PHP-5.3/win32/
H A Dsendmail.c907 int dec = 0; in Ack() local
911 dec++; in Ack()
913 dec++; in Ack()
918 *server_response = estrndup(buf, Received - dec); in Ack()
/PHP-5.3/ext/fileinfo/tests/
H A Dmagic2359 !:mime audio/x-dec-basic
2361 !:mime audio/x-dec-basic
2363 !:mime audio/x-dec-basic
2365 !:mime audio/x-dec-basic
2367 !:mime audio/x-dec-basic
2369 !:mime audio/x-dec-basic
2371 !:mime audio/x-dec-basic
2383 !:mime audio/x-dec-basic
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt8230 ^\d?\d(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)\d\d$
8448 re> /^\d?\d(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)\d\d$/
8481 re> /^\d?\d(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)\d\d$/
8514 re> /\d?\d(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)\d\d/

Completed in 85 milliseconds