Home
last modified time | relevance | path

Searched refs:base (Results 326 – 350 of 378) sorted by relevance

1...<<111213141516

/PHP-7.3/ext/spl/internal/
H A Diteratoriterator.inc36 * downcast to is actually a base class of the specified iterator to wrap.
/PHP-7.3/ext/pdo_sqlite/
H A Dconfig.m46 PDO: sqlite 3 support. DIR is the sqlite base
/PHP-7.3/ext/standard/tests/strings/
H A Dbasename_basic.phpt7 this function will return the base name of the file.
H A Dbasename_variation.phpt7 this function will return the base name of the file.
/PHP-7.3/ext/xml/
H A Dxml.c972 const XML_Char *base, in _xml_unparsedEntityDeclHandler() argument
984 _xml_xmlchar_zval(base, 0, parser->target_encoding, &args[2]); in _xml_unparsedEntityDeclHandler()
997 const XML_Char *base, in _xml_notationDeclHandler() argument
1008 _xml_xmlchar_zval(base, 0, parser->target_encoding, &args[2]); in _xml_notationDeclHandler()
1020 const XML_Char *base, in _xml_externalEntityRefHandler() argument
1032 _xml_xmlchar_zval(base, 0, parser->target_encoding, &args[2]); in _xml_externalEntityRefHandler()
H A Dcompat.c748 (parser->parser->input->cur - parser->parser->input->base); in XML_GetCurrentByteIndex()
757 (parser->parser->input->cur - parser->parser->input->base); in XML_GetCurrentByteCount()
/PHP-7.3/ext/soap/tests/
H A Dbug68361.phpt15 <xsd:restriction base="soapenc:Array">
/PHP-7.3/ext/soap/tests/interop/Round2/Base/
H A Dr2_base_015s.phpt2 SOAP Interop Round2 base 015 (soap/direct): echoStructArray
/PHP-7.3/win32/build/
H A Dconfutils.js2742 var base = "";
2756 base += "\\";
2757 base += path_parts[p];
2760 return _inner_glob(base, p, path_parts);
2763 function _inner_glob(base, p, parts) argument
2766 var full_name = base + "\\" + pat;
2794 if (!FSO.FolderExists(base)) {
2798 var folder = FSO.GetFolder(base);
2815 subitems = _inner_glob(base + "\\" + item_name, p + 1, parts);
/PHP-7.3/ext/pdo_pgsql/
H A Dconfig.m45 [ --with-pdo-pgsql[=DIR] PDO: PostgreSQL support. DIR is the PostgreSQL base
/PHP-7.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeSPARC_common.c603 sljit_s32 base, arg2, delay_slot; in getput_arg() local
612 base = arg & REG_MASK; in getput_arg()
625 …else if ((flags & LOAD_DATA) && ((flags & MEM_MASK) <= GPR_REG) && reg != base && reg != OFFS_REG(… in getput_arg()
646 else if ((flags & LOAD_DATA) && ((flags & MEM_MASK) <= GPR_REG) && reg != base) in getput_arg()
656 if (!base) in getput_arg()
658 …return push_inst(compiler, data_transfer_insts[flags & MEM_MASK] | dest | S1(base) | S2(arg2), del… in getput_arg()
H A DsljitLir.h1346 #define SLJIT_OFFSETOF(base, member) ((sljit_sw)(&((base*)0x10)->member) - 0x10) argument
/PHP-7.3/ext/pgsql/
H A Dconfig.m45 base install directory or the path to pg_config])
/PHP-7.3/ext/phar/phar/
H A Dpharcommand.inc249 self::notice("PEAR package PHP_Archive: corrupt or inaccessible base dir: $php_dir.\n");
876 $base = $phar->getPathname();
877 $bend = strpos($base, '.phar');
878 $bend = strpos($base, '/', $bend);
879 $base = substr($base, 0, $bend + 1);
880 $blen = strlen($base);
/PHP-7.3/ext/zlib/
H A Dzlib.c1430 char *base = (char *) mh_arg2; in PHP_INI_MH() local
1432 char *base; in PHP_INI_MH() local
1434 base = (char *) ts_resource(*((int *) mh_arg2)); in PHP_INI_MH()
1462 p = (zend_long *) (base+(size_t) mh_arg1); in PHP_INI_MH()
/PHP-7.3/Zend/
H A Dzend.c138 char *base = (char *) mh_arg2; in ZEND_INI_MH() local
140 char *base; in ZEND_INI_MH() local
142 base = (char *) ts_resource(*((int *) mh_arg2)); in ZEND_INI_MH()
145 p = (zend_long *) (base+(size_t) mh_arg1); in ZEND_INI_MH()
/PHP-7.3/main/
H A Dphp.h399 PHPAPI int php_mergesort(void *base, size_t nmemb, size_t size, int (*cmp)(const void *, const void…
/PHP-7.3/ext/ldap/tests/
H A DREADME82 2. An empty LDAP structure is required for the tests to be PASSed (except for base and admin)
/PHP-7.3/
H A DCONTRIBUTING.md26 If your pull request exhibits conflicts with the base branch, please resolve them
/PHP-7.3/ext/pdo_mysql/
H A Dconfig.m45 [ --with-pdo-mysql[=DIR] PDO: MySQL support. DIR is the MySQL base directory
/PHP-7.3/ext/opcache/
H A DREADME209 Mapping base of shared memory segments (for Windows only). All the PHP
211 directive allows to manually fix the "Unable to reattach to base address"
/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c10184 OP1(SLJIT_MOV, base, offset0, STR_PTR, 0); in compile_iterator_matchingpath()
10194 OP1(SLJIT_MOV, base, offset0, STR_PTR, 0); in compile_iterator_matchingpath()
10204 OP1(SLJIT_MOV, base, offset0, STR_PTR, 0); in compile_iterator_matchingpath()
10808 OP1(SLJIT_MOV, STR_PTR, 0, base, offset0); in compile_iterator_backtrackingpath()
10810 OP1(SLJIT_MOV, base, offset0, STR_PTR, 0); in compile_iterator_backtrackingpath()
10818 OP1(SLJIT_MOV, TMP1, 0, base, offset1); in compile_iterator_backtrackingpath()
10819 OP1(SLJIT_MOV, STR_PTR, 0, base, offset0); in compile_iterator_backtrackingpath()
10823 OP1(SLJIT_MOV, base, offset1, TMP1, 0); in compile_iterator_backtrackingpath()
10825 OP1(SLJIT_MOV, base, offset0, STR_PTR, 0); in compile_iterator_backtrackingpath()
10834 OP1(SLJIT_MOV, STR_PTR, 0, base, offset0); in compile_iterator_backtrackingpath()
[all …]
/PHP-7.3/ext/pcre/tests/
H A Dpreg_match_error4.phpt139 "name": "dnoegel\\/php-xdg-base-dir",
841 "dnoegel\\/php-xdg-base-dir": "0.1",
/PHP-7.3/ext/phar/
H A Dphar_object.c1402 char *fname, *error = NULL, *base = p_obj->b, *save = NULL, *temp = NULL; in phar_build() local
1520 temp = expand_filepath(base, NULL); in phar_build()
1529 base = temp; in phar_build()
1530 base_len = strlen(base); in phar_build()
1532 …if (fname_len >= base_len && strncmp(fname, base, base_len) == 0 && ((ch = fname[base_len - IS_SLA… in phar_build()
1551 …returned a path \"%s\" that is not in the base directory \"%s\"", ZSTR_VAL(ce->name), fname, base); in phar_build()
1856 char *base = NULL; in PHP_METHOD() local
1867 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "O|s", &obj, zend_ce_traversable, &base, &base_len) == … in PHP_METHOD()
1884 pass.b = base; in PHP_METHOD()
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregparse.c4702 tok->base = 0; in fetch_token_in_cc()
4804 tok->base = 8; in fetch_token_in_cc()
4846 tok->base = 16; in fetch_token_in_cc()
4862 tok->base = 16; in fetch_token_in_cc()
4879 tok->base = 8; in fetch_token_in_cc()
4951 tok->base = 0; in fetch_token()
5249 tok->base = 16; in fetch_token()
5265 tok->base = 16; in fetch_token()
5314 tok->base = 8; in fetch_token()
6317 int base = tok->base; in parse_cc() local
[all …]

Completed in 162 milliseconds

1...<<111213141516