Home
last modified time | relevance | path

Searched refs:base (Results 351 – 375 of 406) sorted by relevance

1...<<11121314151617

/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeRISCV_common.c848 SLJIT_ASSERT(FAST_IS_REG(base) && offset <= 0xfff && offset >= SIMM_MIN); in push_mem_inst()
850 ins = data_transfer_insts[flags & MEM_MASK] | RS1(base); in push_mem_inst()
906 sljit_s32 base = arg & REG_MASK; in getput_arg() local
936 FAIL_IF(push_inst(compiler, ADD | RD(tmp_r) | RS1(base) | RS2(TMP_REG3))); in getput_arg()
980 if (!base) in getput_arg()
985 FAIL_IF(push_inst(compiler, ADD | RD(TMP_REG3) | RS1(TMP_REG3) | RS2(base))); in getput_arg()
989 FAIL_IF(push_inst(compiler, ADD | RD(tmp_r) | RS1(TMP_REG3) | RS2(base))); in getput_arg()
995 sljit_s32 base = arg & REG_MASK; in emit_op_mem() local
1009 FAIL_IF(push_inst(compiler, ADD | RD(tmp_r) | RS1(tmp_r) | RS2(base))); in emit_op_mem()
1018 if (base != 0) in emit_op_mem()
[all …]
H A DsljitNativeSPARC_common.c736 sljit_s32 base, arg2, delay_slot; in getput_arg() local
745 base = arg & REG_MASK; in getput_arg()
758 …else if ((flags & LOAD_DATA) && ((flags & MEM_MASK) <= GPR_REG) && reg != base && reg != OFFS_REG(… in getput_arg()
779 else if ((flags & LOAD_DATA) && ((flags & MEM_MASK) <= GPR_REG) && reg != base) in getput_arg()
789 if (!base) in getput_arg()
791 …return push_inst(compiler, data_transfer_insts[flags & MEM_MASK] | dest | S1(base) | S2(arg2), del… in getput_arg()
H A DsljitLir.h1729 #define SLJIT_OFFSETOF(base, member) ((sljit_sw)(&((base*)0x10)->member) - 0x10) argument
/PHP-8.3/ext/pdo_mysql/
H A Dconfig.m44 [PDO: MySQL support. DIR is the MySQL base directory. If no value or mysqlnd
/PHP-8.3/ext/date/lib/
H A Dtimelib.h658 void timelib_do_normalize(timelib_time *base);
669 void timelib_do_rel_normalize(timelib_time *base, timelib_rel_time *rt);
/PHP-8.3/ext/soap/tests/
H A Dbug68361.phpt15 <xsd:restriction base="soapenc:Array">
/PHP-8.3/ext/soap/tests/interop/Round2/Base/
H A Dr2_base_015s.phpt2 SOAP Interop Round2 base 015 (soap/direct): echoStructArray
/PHP-8.3/Zend/tests/zend_ini/
H A Dzend_ini_parse_quantity_error.phpt62 Warning: Invalid quantity "0X": no digits after base prefix, interpreting as "0" for backwards comp…
/PHP-8.3/ext/phar/
H A Dphar_object.c1379 zend_string *base; member
1390 size_t str_key_len, base_len = ZSTR_LEN(p_obj->base); in phar_build()
1395 char *fname, *error = NULL, *base = ZSTR_VAL(p_obj->base), *save = NULL, *temp = NULL; in phar_build() local
1512 temp = expand_filepath(base, NULL); in phar_build()
1521 base = temp; in phar_build()
1522 base_len = strlen(base); in phar_build()
1524 …if (fname_len >= base_len && strncmp(fname, base, base_len) == 0 && ((ch = fname[base_len - IS_SLA… in phar_build()
1780 pass.base = dir; in PHP_METHOD()
1837 zend_string *base = ZSTR_EMPTY_ALLOC(); in PHP_METHOD() local
1840 if (zend_parse_parameters(ZEND_NUM_ARGS(), "O|S!", &obj, zend_ce_traversable, &base) == FAILURE) { in PHP_METHOD()
[all …]
/PHP-8.3/win32/build/
H A Dconfutils.js2743 var base = "";
2757 base += "\\";
2758 base += path_parts[p];
2761 return _inner_glob(base, p, path_parts);
2764 function _inner_glob(base, p, parts) argument
2767 var full_name = base + "\\" + pat;
2795 if (!FSO.FolderExists(base)) {
2799 var folder = FSO.GetFolder(base);
2816 subitems = _inner_glob(base + "\\" + item_name, p + 1, parts);
H A Dphpize.js.in232 // Pull in code for the base detection
/PHP-8.3/.circleci/
H A Dconfig.yml7 - image: cimg/base:current-22.04
/PHP-8.3/Zend/
H A Dzend_fibers.c284 uintptr_t base = (uintptr_t) stack->pointer; in zend_fiber_stack_allocate() local
285 stack->valgrind_stack_id = VALGRIND_STACK_REGISTER(base, base + stack->size); in zend_fiber_stack_allocate()
H A Dzend.c734 void *base = pemalloc(compiler_globals->map_ptr_size * sizeof(void*), 1); in compiler_globals_ctor() local
735 compiler_globals->map_ptr_real_base = base; in compiler_globals_ctor()
736 compiler_globals->map_ptr_base = ZEND_MAP_PTR_BIASED_BASE(base); in compiler_globals_ctor()
737 memset(base, 0, compiler_globals->map_ptr_last * sizeof(void*)); in compiler_globals_ctor()
/PHP-8.3/.github/workflows/
H A Dpush.yml336 $(git merge-base ${{ github.event.pull_request.base.sha }} ${{ github.sha }}) \
/PHP-8.3/Zend/asm/
H A Dmake_i386_ms_pe_masm.asm12 ; | fc_mxcsr|fc_x87_cw| fc_strg |fc_deallo| limit | base | fc_seh | EDI |
/PHP-8.3/ext/ffi/
H A Dphp_ffi.h275 void zend_ffi_val_number(zend_ffi_val *val, int base, const char *str, size_t str_len);
/PHP-8.3/ext/phar/phar/
H A Dpharcommand.inc251 … self::notice("PEAR package PHP_Archive: corrupt or inaccessible base dir: $phpdir.\n");
888 $base = $phar->getPathname();
889 $bend = strpos($base, '.phar');
890 $bend = strpos($base, '/', $bend);
891 $base = substr($base, 0, $bend + 1);
892 $blen = strlen($base);
/PHP-8.3/ext/ldap/tests/
H A DREADME.md94 base and admin)
/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c11794 OP1(SLJIT_MOV, base, offset0, STR_PTR, 0); in compile_iterator_matchingpath()
11804 OP1(SLJIT_MOV, base, offset0, STR_PTR, 0); in compile_iterator_matchingpath()
11814 OP1(SLJIT_MOV, base, offset0, STR_PTR, 0); in compile_iterator_matchingpath()
12480 OP1(SLJIT_MOV, STR_PTR, 0, base, offset0); in compile_iterator_backtrackingpath()
12482 OP1(SLJIT_MOV, base, offset0, STR_PTR, 0); in compile_iterator_backtrackingpath()
12490 OP1(SLJIT_MOV, TMP1, 0, base, offset1); in compile_iterator_backtrackingpath()
12491 OP1(SLJIT_MOV, STR_PTR, 0, base, offset0); in compile_iterator_backtrackingpath()
12495 OP1(SLJIT_MOV, base, offset1, TMP1, 0); in compile_iterator_backtrackingpath()
12497 OP1(SLJIT_MOV, base, offset0, STR_PTR, 0); in compile_iterator_backtrackingpath()
12506 OP1(SLJIT_MOV, STR_PTR, 0, base, offset0); in compile_iterator_backtrackingpath()
[all …]
/PHP-8.3/Zend/tests/stack_limit/
H A Dstack_limit_006.phpt314 ["base"]=>
/PHP-8.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-8.3/ext/dom/
H A Delement.c888 xmlNodePtr base = node; in dom_remove_eliminated_ns() local
891 ZEND_ASSERT(node != base); in dom_remove_eliminated_ns()
908 if (node == base) { in dom_remove_eliminated_ns()
/PHP-8.3/ext/intl/uchar/
H A Duchar.stub.php3411 public static function digit(int|string $codepoint, int $base = 10): int|false|null {} argument
3423 public static function forDigit(int $digit, int $base = 10): int {} argument
/PHP-8.3/ext/zend_test/
H A Dtest.c566 str = strpprintf(0, "%p", stack.base); in ZEND_FUNCTION()
607 void *limit = zend_call_stack_limit(stack.base, stack.max_size, 4096); in ZEND_FUNCTION()

Completed in 124 milliseconds

1...<<11121314151617