Home
last modified time | relevance | path

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

1...<<1112131415

/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeSPARC_common.c636 sljit_s32 base, arg2, delay_slot; in getput_arg() local
645 base = arg & REG_MASK; in getput_arg()
658 …else if ((flags & LOAD_DATA) && ((flags & MEM_MASK) <= GPR_REG) && reg != base && reg != OFFS_REG(… in getput_arg()
679 else if ((flags & LOAD_DATA) && ((flags & MEM_MASK) <= GPR_REG) && reg != base) in getput_arg()
689 if (!base) in getput_arg()
691 …return push_inst(compiler, data_transfer_insts[flags & MEM_MASK] | dest | S1(base) | S2(arg2), del… in getput_arg()
H A DsljitLir.h1406 #define SLJIT_OFFSETOF(base, member) ((sljit_sw)(&((base*)0x10)->member) - 0x10) argument
H A DsljitNativeX86_common.c802 sljit_s32 src, sljit_sw srcw, sljit_s32 base, sljit_sw disp) in adjust_shadow_stack() argument
829 src = SLJIT_MEM1(base); in adjust_shadow_stack()
867 SLJIT_UNUSED_ARG(base); in adjust_shadow_stack()
/PHP-7.4/ext/standard/tests/strings/
H A Dbasename_variation.phpt7 this function will return the base name of the file.
/PHP-7.4/ext/pgsql/
H A Dconfig.m44 [Include PostgreSQL support. DIR is the PostgreSQL base install directory or
/PHP-7.4/ext/ffi/
H A Dphp_ffi.h276 void zend_ffi_val_number(zend_ffi_val *val, int base, const char *str, size_t str_len);
/PHP-7.4/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-7.4/ext/zlib/
H A Dzlib.c1432 char *base = (char *) mh_arg2; in PHP_INI_MH() local
1434 char *base; in PHP_INI_MH() local
1436 base = (char *) ts_resource(*((int *) mh_arg2)); in PHP_INI_MH()
1464 p = (zend_long *) (base+(size_t) mh_arg1); in PHP_INI_MH()
/PHP-7.4/ext/ldap/tests/
H A DREADME.md94 base and admin)
/PHP-7.4/ext/xml/
H A Dcompat.c709 (parser->parser->input->cur - parser->parser->input->base); in XML_GetCurrentByteIndex()
718 (parser->parser->input->cur - parser->parser->input->base); in XML_GetCurrentByteCount()
/PHP-7.4/Zend/
H A Dzend.c144 char *base = (char *) mh_arg2; in ZEND_INI_MH() local
146 char *base; in ZEND_INI_MH() local
148 base = (char *) ts_resource(*((int *) mh_arg2)); in ZEND_INI_MH()
151 p = (zend_long *) (base+(size_t) mh_arg1); in ZEND_INI_MH()
H A Dzend_operators.c328 ZEND_API void ZEND_FASTCALL convert_to_long_base(zval *op, int base) /* {{{ */ in convert_to_long_base() argument
354 if (base == 10) { in convert_to_long_base()
357 ZVAL_LONG(op, ZEND_STRTOL(ZSTR_VAL(str), NULL, base)); in convert_to_long_base()
H A Dzend_operators.h251 ZEND_API void ZEND_FASTCALL convert_to_long_base(zval *op, int base);
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c11486 OP1(SLJIT_MOV, base, offset0, STR_PTR, 0); in compile_iterator_matchingpath()
11496 OP1(SLJIT_MOV, base, offset0, STR_PTR, 0); in compile_iterator_matchingpath()
11506 OP1(SLJIT_MOV, base, offset0, STR_PTR, 0); in compile_iterator_matchingpath()
12172 OP1(SLJIT_MOV, STR_PTR, 0, base, offset0); in compile_iterator_backtrackingpath()
12174 OP1(SLJIT_MOV, base, offset0, STR_PTR, 0); in compile_iterator_backtrackingpath()
12182 OP1(SLJIT_MOV, TMP1, 0, base, offset1); in compile_iterator_backtrackingpath()
12183 OP1(SLJIT_MOV, STR_PTR, 0, base, offset0); in compile_iterator_backtrackingpath()
12187 OP1(SLJIT_MOV, base, offset1, TMP1, 0); in compile_iterator_backtrackingpath()
12189 OP1(SLJIT_MOV, base, offset0, STR_PTR, 0); in compile_iterator_backtrackingpath()
12198 OP1(SLJIT_MOV, STR_PTR, 0, base, offset0); in compile_iterator_backtrackingpath()
[all …]
/PHP-7.4/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.4/ext/phar/
H A Dphar_object.c1415 char *fname, *error = NULL, *base = p_obj->b, *save = NULL, *temp = NULL; in phar_build() local
1533 temp = expand_filepath(base, NULL); in phar_build()
1542 base = temp; in phar_build()
1543 base_len = strlen(base); in phar_build()
1545 …if (fname_len >= base_len && strncmp(fname, base, base_len) == 0 && ((ch = fname[base_len - IS_SLA… in phar_build()
1564 …returned a path \"%s\" that is not in the base directory \"%s\"", ZSTR_VAL(ce->name), fname, base); in phar_build()
1869 char *base = NULL; in PHP_METHOD() local
1880 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "O|s", &obj, zend_ce_traversable, &base, &base_len) == … in PHP_METHOD()
1897 pass.b = base; in PHP_METHOD()
/PHP-7.4/win32/build/
H A Dphpize.js.in234 // Pull in code for the base detection
/PHP-7.4/ext/spl/
H A Dspl_array.c829 zend_class_entry *base; in spl_array_get_debug_info() local
847 base = Z_OBJ_HT_P(obj) == &spl_handler_ArrayIterator in spl_array_get_debug_info()
849 zname = spl_gen_private_prop_name(base, "storage", sizeof("storage")-1); in spl_array_get_debug_info()
/PHP-7.4/ext/exif/
H A Dexif.c4433 zend_string *base; in exif_read_from_impl() local
4441 base = php_basename(stream->orig_path, strlen(stream->orig_path), NULL, 0); in exif_read_from_impl()
4442 ImageInfo->FileName = estrndup(ZSTR_VAL(base), ZSTR_LEN(base)); in exif_read_from_impl()
4444 zend_string_release_ex(base, 0); in exif_read_from_impl()
/PHP-7.4/ext/soap/
H A Dphp_encoding.c1410 zval base; in to_zval_object_ex() local
1418 master_to_zval_int(&base, enc, data); in to_zval_object_ex()
1419 set_zval_property(ret, "_", &base); in to_zval_object_ex()
1464 zval base; in to_zval_object_ex() local
1473 master_to_zval_int(&base, sdlType->encode, data); in to_zval_object_ex()
1474 set_zval_property(ret, "_", &base); in to_zval_object_ex()
H A Dphp_sdl.c390 xmlChar *base = xmlNodeGetBase(trav->doc, trav); in load_wsdl_ex() local
392 if (base == NULL) { in load_wsdl_ex()
395 uri = xmlBuildURI(tmp->children->content, base); in load_wsdl_ex()
396 xmlFree(base); in load_wsdl_ex()
/PHP-7.4/ext/odbc/
H A Dconfig.m4292 [Include user defined ODBC support. DIR is ODBC install base directory
/PHP-7.4/build/
H A Dlibtool.m43095 …bjects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-impl…
3104 …bjects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-impl…
3291 # Instead, shared libraries are loaded at an image base (0x10000000 by
3294 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
3296 … $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} …
3297 …ame ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} …
5469 …eplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-impl…
5478 …eplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-impl…
5490 # Instead, shared libraries are loaded at an image base (0x10000000 by
5493 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
[all …]
/PHP-7.4/
H A DCODING_STANDARDS.md5 development of PHP v3.0, the code base does not fully follow it, but new

Completed in 175 milliseconds

1...<<1112131415