/PHP-5.3/ext/soap/interop/ |
H A D | server_round2_base.php | 86 function echoDecimal($dec) argument 88 return $dec;
|
/PHP-5.3/ext/filter/tests/ |
H A D | 031.phpt | 35 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 D | math.c | 1110 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 D | round2_base.inc | 65 function echoDecimal($dec) 67 return $dec;
|
/PHP-5.3/ext/standard/tests/url/ |
H A D | base64_encode_basic_002.phpt | 32 $dec = base64_decode($enc); 34 if ($dec != $str) {
|
/PHP-5.3/ext/soap/tests/soap12/ |
H A D | soap12-test.inc | 57 function echoDecimal($dec) { 58 return $dec;
|
/PHP-5.3/ext/mysqli/tests/ |
H A D | mysqli_fetch_assoc_bit.phpt | 22 function dec32bin($dec, $bits) { 27 if (($dec / $bitval) >= 1) { 29 $dec -= $bitval;
|
H A D | mysqli_stmt_get_result_bit.phpt | 25 function dec32bin($dec, $bits) { 30 if (($dec / $bitval) >= 1) { 32 $dec -= $bitval;
|
H A D | mysqli_stmt_bind_result_bit.phpt | 13 function dec32bin($dec, $bits) { 18 if (($dec / $bitval) >= 1) { 20 $dec -= $bitval;
|
/PHP-5.3/ext/mcrypt/tests/ |
H A D | bug37595.phpt | 41 var_dump($dec = @mdecrypt_generic($td, $enc));
|
/PHP-5.3/ext/date/lib/ |
H A D | astro.c | 155 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 D | parse_date.re | 268 { "dec", 0, 12 }, 915 …' | 'feb' | 'mar' | 'apr' | 'may' | 'jun' | 'jul' | 'aug' | 'sep' | 'sept' | 'oct' | 'nov' | 'dec';
|
/PHP-5.3/ |
H A D | config.guess | 271 …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 D | config.sub | 145 -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 D | NEWS | 6337 - Fixed bug #34311 (unserialize() crashes with chars above 191 dec). (Nuno)
|
/PHP-5.3/ext/soap/tests/interop/Round4/GroupI/ |
H A D | round4_groupI_xsd.inc | 95 function echoDecimal($dec) 97 return array("return"=>$dec->inputDecimal);
|
/PHP-5.3/win32/ |
H A D | sendmail.c | 907 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 D | magic | 2359 !: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 D | pcre.txt | 8230 ^\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/
|