Home
last modified time | relevance | path

Searched refs:base (Results 251 – 275 of 303) sorted by relevance

1...<<111213

/PHP-5.5/ext/soap/tests/
H A Dbug68361.phpt15 <xsd:restriction base="soapenc:Array">
/PHP-5.5/ext/soap/tests/interop/Round2/Base/
H A Dr2_base_015s.phpt2 SOAP Interop Round2 base 015 (soap/direct): echoStructArray
/PHP-5.5/sapi/apache_hooks/
H A Dphp5apache_hooks.dsp57 …ll32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /base:"0x60000000" /versi…
83 …ll32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /base:"0x60000000" /versi…
/PHP-5.5/sapi/apache/
H A Dphp5apache.dsp57 …ll32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /base:"0x60000000" /versi…
83 …ll32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /base:"0x60000000" /versi…
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregparse.c2920 tok->base = 0; in fetch_token_in_cc()
3020 tok->base = 16; in fetch_token_in_cc()
3035 tok->base = 16; in fetch_token_in_cc()
3051 tok->base = 16; in fetch_token_in_cc()
3067 tok->base = 8; in fetch_token_in_cc()
3138 tok->base = 0; in fetch_token()
3374 tok->base = 16; in fetch_token()
3390 tok->base = 16; in fetch_token()
3439 tok->base = 8; in fetch_token()
4242 int i, base = tok->base; in parse_char_class() local
[all …]
/PHP-5.5/ext/pdo_pgsql/
H A Dconfig.m46 [ --with-pdo-pgsql[=DIR] PDO: PostgreSQL support. DIR is the PostgreSQL base
/PHP-5.5/main/
H A Dphp.h334 PHPAPI int php_mergesort(void *base, size_t nmemb, register size_t size, int (*cmp)(const void *, c…
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c8025 OP2(SLJIT_ADD, base, offset1, base, offset1, SLJIT_IMM, 1); in compile_iterator_matchingpath()
8049 OP1(SLJIT_MOV, base, offset0, STR_PTR, 0); in compile_iterator_matchingpath()
8057 OP1(SLJIT_MOV, base, offset0, STR_PTR, 0); in compile_iterator_matchingpath()
8068 OP1(SLJIT_MOV, base, offset0, STR_PTR, 0); in compile_iterator_matchingpath()
8660 OP1(SLJIT_MOV, STR_PTR, 0, base, offset0); in compile_iterator_backtrackingpath()
8662 OP1(SLJIT_MOV, base, offset0, STR_PTR, 0); in compile_iterator_backtrackingpath()
8678 OP1(SLJIT_MOV, STR_PTR, 0, base, offset0); in compile_iterator_backtrackingpath()
8681 OP1(SLJIT_MOV, TMP1, 0, base, offset1); in compile_iterator_backtrackingpath()
8682 OP1(SLJIT_MOV, base, offset0, STR_PTR, 0); in compile_iterator_backtrackingpath()
8684 OP1(SLJIT_MOV, base, offset1, TMP1, 0); in compile_iterator_backtrackingpath()
[all …]
/PHP-5.5/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);
H A Dclicommand.inc13 * @brief Abstract base console command implementation
/PHP-5.5/ext/pgsql/
H A Dconfig.m47 base install directory or the path to pg_config])
/PHP-5.5/ext/mysql/
H A Dconfig.m443 [ --with-mysql[=DIR] Include MySQL support. DIR is the MySQL base
/PHP-5.5/ext/pdo_mysql/
H A Dconfig.m46 [ --with-pdo-mysql[=DIR] PDO: MySQL support. DIR is the MySQL base directory
/PHP-5.5/ext/standard/tests/strings/
H A Dbasename_variation.phpt7 this function will return the base name of the file.
/PHP-5.5/ext/xml/
H A Dcompat.c752 (parser->parser->input->cur - parser->parser->input->base); in XML_GetCurrentByteIndex()
761 (parser->parser->input->cur - parser->parser->input->base); in XML_GetCurrentByteCount()
/PHP-5.5/ext/opcache/
H A DREADME217 Mapping base of shared memory segments (for Windows only). All the PHP
219 directive allows to manually fix the "Unable to reattach to base address"
/PHP-5.5/win32/build/
H A Dphpize.js.in235 // Pull in code for the base detection
/PHP-5.5/ext/phar/
H A Dphar_object.c1427 char *fname, *error = NULL, *base = p_obj->b, *opened, *save = NULL, *temp = NULL; in phar_build() local
1543 temp = expand_filepath(base, NULL TSRMLS_CC); in phar_build()
1552 base = temp; in phar_build()
1553 base_len = strlen(base); in phar_build()
1555 if (strstr(fname, base)) { in phar_build()
1574 …erator %v returned a path \"%s\" that is not in the base directory \"%s\"", ce->name, fname, base); in phar_build()
1886 char *base = NULL; in PHP_METHOD() local
1897 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "O|s", &obj, zend_ce_traversable, &base, &bas… in PHP_METHOD()
1910 pass.b = base; in PHP_METHOD()
/PHP-5.5/ext/ereg/regex/
H A DWHATSNEW22 (the development base is now a BSDI system using GCC instead of an ancient
/PHP-5.5/
H A DUPGRADING228 the code base was considered too dangerous.
518 - OPcache: Errors like 'unable to reattach to base address' could
/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativeARM_32.c1440 #define GETPUT_ARG_DATA_TRANSFER(add, wb, target, base, imm) \ argument
1442 FAIL_IF(push_inst(compiler, EMIT_DATA_TRANSFER(inp_flags, add, wb, target, base, imm))); \
1444 …FAIL_IF(push_inst(compiler, EMIT_DATA_TRANSFER(inp_flags, add, wb, target, base, TYPE2_TRANSFER_IM…
2038 #define EMIT_FPU_DATA_TRANSFER(inst, add, base, freg, offs) \ argument
2039 ((inst) | ((add) << 23) | (reg_map[base] << 16) | (freg << 12) | (offs))
/PHP-5.5/ext/session/
H A Dsession.c769 char *base = (char *) mh_arg2; in ZEND_INI_MH() local
771 char *base; in ZEND_INI_MH() local
773 base = (char *) ts_resource(*((int *) mh_arg2)); in ZEND_INI_MH()
776 p = (smart_str *) (base+(size_t) mh_arg1); in ZEND_INI_MH()
/PHP-5.5/ext/interbase/
H A Dibase_query.c1512 char const *base = "FIELD"; /* use 'FIELD' if name is empty */ in _php_ibase_fetch_hash() local
1523 base = alias; in _php_ibase_fetch_hash()
1529 snprintf(alias = buf, sizeof(buf), "%s_%02d", base, i++); in _php_ibase_fetch_hash()
/PHP-5.5/ext/spl/
H A Dspl_array.c800 zend_class_entry *base; in spl_array_get_debug_info() local
823base = (Z_OBJ_HT_P(obj) == &spl_handler_ArrayIterator) ? spl_ce_ArrayIterator : spl_ce_ArrayObject; in spl_array_get_debug_info()
824 zname = spl_gen_private_prop_name(base, "storage", sizeof("storage")-1, &name_len TSRMLS_CC); in spl_array_get_debug_info()
/PHP-5.5/ext/mbstring/
H A Dconfig.m4354 [ --with-libmbfl[=DIR] MBSTRING: Use external libmbfl. DIR is the libmbfl base

Completed in 119 milliseconds

1...<<111213