Home
last modified time | relevance | path

Searched refs:base (Results 1 – 25 of 368) sorted by last modified time

12345678910>>...15

/PHP-7.4/
H A DNEWS2497 . Fixed bug #75765 (Fatal error instead of Error exception when base class is
H A Dphp.ini-development558 ; and change docref_root to the base URL of your local copy including the
1858 ; Mapping base of shared memory segments (for Windows only). All the PHP
1860 ; directive allows to manually fix the "Unable to reattach to base address"
H A Dphp.ini-production558 ; and change docref_root to the base URL of your local copy including the
1858 ; Mapping base of shared memory segments (for Windows only). All the PHP
1860 ; directive allows to manually fix the "Unable to reattach to base address"
/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/xml/
H A Dxml.c1002 const XML_Char *base, in _xml_unparsedEntityDeclHandler() argument
1014 _xml_xmlchar_zval(base, 0, parser->target_encoding, &args[2]); in _xml_unparsedEntityDeclHandler()
1027 const XML_Char *base, in _xml_notationDeclHandler() argument
1038 _xml_xmlchar_zval(base, 0, parser->target_encoding, &args[2]); in _xml_notationDeclHandler()
1050 const XML_Char *base, in _xml_externalEntityRefHandler() argument
1062 _xml_xmlchar_zval(base, 0, parser->target_encoding, &args[2]); in _xml_externalEntityRefHandler()
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/ext/phar/tests/
H A Dbug81211.phpt44 …rIterator returned a path "%s%ebug81211%efoobar%efile" that is not in the base directory "%s%ebug8…
45 …yIterator returned a path "%s%ebug81211%efoobar%efile" that is not in the base directory "%s%ebug8…
/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/Zend/
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_API.c1879 static void zend_sort_modules(void *base, size_t count, size_t siz, compare_func_t compare, swap_fu… in zend_sort_modules() argument
1881 Bucket *b1 = base; in zend_sort_modules()
H A Dzend_compile.c4198 zend_loop_var *base; in zend_handle_loops_and_finally_ex() local
4204 base = zend_stack_base(&CG(loop_var_stack)); in zend_handle_loops_and_finally_ex()
4205 for (; loop_var >= base; loop_var--) { in zend_handle_loops_and_finally_ex()
4253 zend_loop_var *base; in zend_has_finally_ex() local
4259 base = zend_stack_base(&CG(loop_var_stack)); in zend_has_finally_ex()
4260 for (; loop_var >= base; loop_var--) { in zend_has_finally_ex()
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()
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c3358 static void preload_sort_classes(void *base, size_t count, size_t siz, compare_func_t compare, swap… in preload_sort_classes() argument
3360 Bucket *b1 = base; in preload_sort_classes()
/PHP-7.4/ext/bcmath/libbcmath/src/
H A Dbcmath.h143 _PROTOTYPE(int bc_raisemod, (bc_num base, bc_num expo, bc_num mod,
/PHP-7.4/ext/libxml/tests/
H A Dbug61367-read_2.phpt38 var_dump(mkdir('test_bug_61367-read/base'));
40 var_dump(chdir('test_bug_61367-read/base'));
49 rmdir('test_bug_61367-read/base');
H A Dbug61367-read.phpt39 var_dump(mkdir('test_bug_61367-read/base'));
41 var_dump(chdir('test_bug_61367-read/base'));
50 rmdir('test_bug_61367-read/base');
/PHP-7.4/main/
H A Dfopen_wrappers.c80 char *base = (char *) mh_arg2; in ZEND_INI_MH() local
82 char *base = (char *) ts_resource(*((int *) mh_arg2)); in ZEND_INI_MH() local
85 p = (char **) (base + (size_t) mh_arg1); in ZEND_INI_MH()
H A Dphp.h367 PHPAPI int php_mergesort(void *base, size_t nmemb, size_t size, int (*cmp)(const void *, const void…
/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/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/build/
H A Dphp.m4113 dnl Build system base macros.
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/ext/mysqli/tests/
H A Dmysqli_stmt_bind_param_references.phpt122 $base = 9;
123 $id = &$base;
/PHP-7.4/win32/build/
H A Dconfutils.js2744 var base = "";
2758 base += "\\";
2759 base += path_parts[p];
2762 return _inner_glob(base, p, path_parts);
2765 function _inner_glob(base, p, parts) argument
2768 var full_name = base + "\\" + pat;
2796 if (!FSO.FolderExists(base)) {
2800 var folder = FSO.GetFolder(base);
2817 subitems = _inner_glob(base + "\\" + item_name, p + 1, parts);

Completed in 179 milliseconds

12345678910>>...15