Home
last modified time | relevance | path

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

1...<<111213141516

/PHP-7.3/win32/build/
H A Dphpize.js.in228 // Pull in code for the base detection
/PHP-7.3/ext/interbase/
H A Dibase_query.c1510 char const *base = "FIELD"; /* use 'FIELD' if name is empty */ in _php_ibase_fetch_hash() local
1521 base = alias; in _php_ibase_fetch_hash()
1527 snprintf(alias = buf, sizeof(buf), "%s_%02d", base, i++); in _php_ibase_fetch_hash()
/PHP-7.3/ext/phar/phar/
H A Dclicommand.inc13 * @brief Abstract base console command implementation
/PHP-7.3/ext/spl/
H A Dspl_array.c828 zend_class_entry *base; in spl_array_get_debug_info() local
848 base = Z_OBJ_HT_P(obj) == &spl_handler_ArrayIterator in spl_array_get_debug_info()
850 zname = spl_gen_private_prop_name(base, "storage", sizeof("storage")-1); in spl_array_get_debug_info()
/PHP-7.3/ext/gd/
H A Dconfig.m48 [ --with-gd[=DIR] Include GD support. DIR is the GD library base
/PHP-7.3/ext/exif/
H A Dexif.c4397 zend_string *base; in exif_read_from_impl() local
4405 base = php_basename(stream->orig_path, strlen(stream->orig_path), NULL, 0); in exif_read_from_impl()
4406 ImageInfo->FileName = estrndup(ZSTR_VAL(base), ZSTR_LEN(base)); in exif_read_from_impl()
4408 zend_string_release_ex(base, 0); in exif_read_from_impl()
/PHP-7.3/ext/soap/
H A Dphp_encoding.c1439 zval base; in to_zval_object_ex() local
1447 master_to_zval_int(&base, enc, data); in to_zval_object_ex()
1448 set_zval_property(ret, "_", &base); in to_zval_object_ex()
1493 zval base; in to_zval_object_ex() local
1502 master_to_zval_int(&base, sdlType->encode, data); in to_zval_object_ex()
1503 set_zval_property(ret, "_", &base); in to_zval_object_ex()
H A Dphp_sdl.c388 xmlChar *base = xmlNodeGetBase(trav->doc, trav); in load_wsdl_ex() local
390 if (base == NULL) { in load_wsdl_ex()
393 uri = xmlBuildURI(tmp->children->content, base); in load_wsdl_ex()
394 xmlFree(base); in load_wsdl_ex()
H A Dsoap.c471 char *base = (char *) mh_arg2; in ZEND_GET_MODULE() local
473 char *base = (char *) ts_resource(*((int *) mh_arg2)); in ZEND_GET_MODULE() local
476 p = (char*) (base+(size_t) mh_arg1); in ZEND_GET_MODULE()
/PHP-7.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c27698 u8 base = infop->base;
136483 base++;
161753 *ppVTab = &p->base;
163542 &p->base.zErrMsg
168611 *ppCursor = &c->base;
169719 sqlite3_tokenizer base;
169821 *ppCursor = &c->base;
178118 *pp = &pCsr->base;
194009 sqlite3_vtab base;
212123 pIter->base.nData = 0;
[all …]
/PHP-7.3/ext/odbc/
H A Dconfig.m4288 [ --with-custom-odbc[=DIR] Include user defined ODBC support. DIR is ODBC install base
/PHP-7.3/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_operators.h252 ZEND_API void ZEND_FASTCALL convert_to_long_base(zval *op, int base);
H A Dzend_compile.c4366 zend_loop_var *base; in zend_handle_loops_and_finally_ex() local
4372 base = zend_stack_base(&CG(loop_var_stack)); in zend_handle_loops_and_finally_ex()
4373 for (; loop_var >= base; loop_var--) { in zend_handle_loops_and_finally_ex()
4421 zend_loop_var *base; in zend_has_finally_ex() local
4427 base = zend_stack_base(&CG(loop_var_stack)); in zend_has_finally_ex()
4428 for (; loop_var >= base; loop_var--) { in zend_has_finally_ex()
H A Dzend_API.c1897 static void zend_sort_modules(void *base, size_t count, size_t siz, compare_func_t compare, swap_fu… in zend_sort_modules() argument
1899 Bucket *b1 = base; in zend_sort_modules()
/PHP-7.3/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.3/
H A DCODING_STANDARDS7 stage of the development of PHP v3.0, the code base does not fully
H A DREADME.STREAMS196 streams, data base streams etc. etc.
H A DREADME.RELEASE_PROCESS166 the base branches and merged upwards as usual (f.e commit the CVE fix to 5.3,
H A Dphp.ini-development551 ; and change docref_root to the base URL of your local copy including the
1876 ; Mapping base of shared memory segments (for Windows only). All the PHP
1878 ; directive allows to manually fix the "Unable to reattach to base address"
H A Dphp.ini-production553 ; and change docref_root to the base URL of your local copy including the
1878 ; Mapping base of shared memory segments (for Windows only). All the PHP
1880 ; directive allows to manually fix the "Unable to reattach to base address"
H A DREADME.REDIST.BINS263 This file contains the base code which implements sscanf and by extension
H A DNEWS1413 . Fixed bug #75765 (Fatal error instead of Error exception when base class is
2420 . Fixed #74866 (extension_dir = "./ext" now use current directory for base).
/PHP-7.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_32.c1778 #define EMIT_FPU_DATA_TRANSFER(inst, add, base, freg, offs) \ argument
1779 ((inst) | ((add) << 23) | (reg_map[base] << 16) | (freg_map[freg] << 12) | (offs))
/PHP-7.3/ext/standard/
H A Dbasic_functions.c1698 ZEND_ARG_INFO(0, base)
1716 ZEND_ARG_INFO(0, base)
2532 ZEND_ARG_INFO(0, base)

Completed in 882 milliseconds

1...<<111213141516