Home
last modified time | relevance | path

Searched refs:base (Results 226 – 250 of 303) sorted by relevance

12345678910>>...13

/PHP-5.5/ext/soap/tests/interop/Round2/Base/
H A Dr2_base_014w.phpt2 SOAP Interop Round2 base 014 (php/wsdl): echoStruct
H A Dr2_base_006p.phpt2 SOAP Interop Round2 base 006 (php/direct): echoStringArray
H A Dr2_base_007s.phpt2 SOAP Interop Round2 base 007 (soap/direct): echoStringArray(one)
H A Dr2_base_011p.phpt2 SOAP Interop Round2 base 011 (php/direct): echoIntegerArray
H A Dr2_base_013p.phpt2 SOAP Interop Round2 base 013 (php/direct): echoFloatArray
H A Dr2_base_013w.phpt2 SOAP Interop Round2 base 013 (php/wsdl): echoFloatArray
H A Dr2_base_006s.phpt2 SOAP Interop Round2 base 006 (soap/direct): echoStringArray
H A Dr2_base_014p.phpt2 SOAP Interop Round2 base 014 (php/direct): echoStruct
H A Dr2_base_011s.phpt2 SOAP Interop Round2 base 011 (soap/direct): echoIntegerArray
H A Dr2_base_014s.phpt2 SOAP Interop Round2 base 014 (soap/direct): echoStruct
H A Dr2_base_013s.phpt2 SOAP Interop Round2 base 013 (soap/direct): echoFloatArray
H A Dr2_base_015w.phpt2 SOAP Interop Round2 base 015 (php/wsdl): echoStructArray
H A Dr2_base_015p.phpt2 SOAP Interop Round2 base 015 (php/direct): echoStructArray
/PHP-5.5/ext/standard/tests/strings/
H A Dbasename_error.phpt7 this function will return the base name of the file.
H A Dbasename_basic.phpt7 this function will return the base name of the file.
/PHP-5.5/win32/build/
H A Dconfutils.js2127 var base = "";
2141 base += "\\";
2142 base += path_parts[p];
2145 return _inner_glob(base, p, path_parts);
2148 function _inner_glob(base, p, parts) argument
2151 var full_name = base + "\\" + pat;
2179 if (!FSO.FolderExists(base)) {
2183 var folder = FSO.GetFolder(base);
2200 subitems = _inner_glob(base + "\\" + item_name, p + 1, parts);
/PHP-5.5/ext/mbstring/tests/
H A Dmb_ereg_variation3.phpt42 // make sure any multibyte output is in base 64
/PHP-5.5/ext/standard/tests/math/
H A Dlog_variation1.phpt5 /* Prototype : float log ( float $arg [, float $base ] )
/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitLir.h1110 #define SLJIT_OFFSETOF(base, member) ((sljit_sw)(&((base*)0x10)->member) - 0x10) argument
1142 sljit_uw base; member
/PHP-5.5/main/
H A Dfopen_wrappers.c88 char *base = (char *) mh_arg2; in ZEND_INI_MH() local
90 char *base = (char *) ts_resource(*((int *) mh_arg2)); in ZEND_INI_MH() local
93 p = (char **) (base + (size_t) mh_arg1); in ZEND_INI_MH()
/PHP-5.5/ext/intl/doc/
H A DTutorial.txt52 1. Primary Level: Typically, this is used to denote differences between base characters
54 divided into different sections by base character. This is also called the level1
63 be separate base characters. In most languages, however, an accented letter only has a
68 from the base form on the tertiary level (such as "A" and " "). Another ? example is the
218 but only if all other aspects of the strings (base letters, accents, and case) are identical.
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_bind_param_references.phpt122 $base = 9;
123 $id = &$base;
/PHP-5.5/ext/pdo_sqlite/
H A Dconfig.m47 PDO: sqlite 3 support. DIR is the sqlite base
/PHP-5.5/ext/spl/internal/
H A Diteratoriterator.inc36 * downcast to is actually a base class of the specified iterator to wrap.
/PHP-5.5/ext/xml/
H A Dxml.c1051 const XML_Char *base, in _xml_unparsedEntityDeclHandler() argument
1063 args[2] = _xml_xmlchar_zval(base, 0, parser->target_encoding); in _xml_unparsedEntityDeclHandler()
1077 const XML_Char *base, in _xml_notationDeclHandler() argument
1088 args[2] = _xml_xmlchar_zval(base, 0, parser->target_encoding); in _xml_notationDeclHandler()
1101 const XML_Char *base, in _xml_externalEntityRefHandler() argument
1113 args[2] = _xml_xmlchar_zval(base, 0, parser->target_encoding); in _xml_externalEntityRefHandler()

Completed in 121 milliseconds

12345678910>>...13