Home
last modified time | relevance | path

Searched refs:base (Results 176 – 200 of 303) sorted by relevance

12345678910>>...13

/PHP-5.5/Zend/
H A Dzend_operators.h134 int base = 10, digits = 0, dp_or_e = 0; local
162 base = 16;
176 if (ZEND_IS_DIGIT(*ptr) || (base == 16 && ZEND_IS_XDIGIT(*ptr))) {
178 } else if (base == 10) {
196 if (base == 10) {
255 *lval = strtol(str, NULL, base);
331 ZEND_API void convert_to_long_base(zval *op, int base);
/PHP-5.5/ext/date/lib/
H A Dtm2unixtime.c170 void timelib_do_rel_normalize(timelib_time *base, timelib_rel_time *rt) in timelib_do_rel_normalize() argument
177 do_range_limit_days_relative(&base->y, &base->m, &rt->y, &rt->m, &rt->d, rt->invert); in timelib_do_rel_normalize()
/PHP-5.5/ext/standard/tests/math/
H A Dpow_variation2.phpt7 /* Prototype : number pow ( number $base , number $exp )
/PHP-5.5/ext/soap/tests/interop/Round2/Base/
H A Dr2_base_003s.phpt2 SOAP Interop Round2 base 003 (soap/direct): echoString(NULL)
H A Dr2_base_004p.phpt2 SOAP Interop Round2 base 004 (php/direct): echoString(entities)
H A Dr2_base_004s.phpt2 SOAP Interop Round2 base 004 (soap/direct): echoString(entities)
H A Dr2_base_005p.phpt2 SOAP Interop Round2 base 005 (php/direct): echoString(utf-8)
H A Dr2_base_009w.phpt2 SOAP Interop Round2 base 009 (php/wsdl): echoStringArray(NULL)
H A Dr2_base_019s.phpt2 SOAP Interop Round2 base 019 (soap/direct): echoDecimal
H A Dr2_base_022p.phpt2 SOAP Interop Round2 base 022 (php/direct): echoBoolean
H A Dr2_base_022s.phpt2 SOAP Interop Round2 base 022 (soap/direct): echoBoolean
H A Dr2_base_023p.phpt2 SOAP Interop Round2 base 023 (php/direct): echoBoolean
H A Dr2_base_024s.phpt2 SOAP Interop Round2 base 024 (soap/direct): echoBoolean
H A Dr2_base_001p.phpt2 SOAP Interop Round2 base 001 (php/direct): echoString
H A Dr2_base_001s.phpt2 SOAP Interop Round2 base 001 (soap/direct): echoString
H A Dr2_base_002p.phpt2 SOAP Interop Round2 base 002 (php/direct): echoString(empty)
H A Dr2_base_002s.phpt2 SOAP Interop Round2 base 002 (soap/direct): echoString(empty)
H A Dr2_base_005w.phpt2 SOAP Interop Round2 base 005 (php/wsdl): echoString(utf-8)
H A Dr2_base_008w.phpt2 SOAP Interop Round2 base 008 (php/wsdl): echoStringArray(empty)
H A Dr2_base_009p.phpt2 SOAP Interop Round2 base 009 (php/direct): echoStringArray(NULL)
H A Dr2_base_010p.phpt2 SOAP Interop Round2 base 010 (php/direct): echoInteger
H A Dr2_base_010s.phpt2 SOAP Interop Round2 base 010 (soap/direct): echoInteger
H A Dr2_base_012p.phpt2 SOAP Interop Round2 base 012 (php/direct): echoFloat
H A Dr2_base_012s.phpt2 SOAP Interop Round2 base 012 (soap/direct): echoFloat
H A Dr2_base_017p.phpt2 SOAP Interop Round2 base 017 (php/direct): echoBase64

Completed in 34 milliseconds

12345678910>>...13