Home
last modified time | relevance | path

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

1...<<1112131415

/PHP-7.4/docs/
H A Dstreams.md212 streams, data base streams etc. etc.
H A Drelease-process.md213 the base branches and merged upwards as usual (e.g. commit the CVE fix to
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_32.c1843 #define EMIT_FPU_DATA_TRANSFER(inst, add, base, freg, offs) \ argument
1844 ((inst) | ((add) << 23) | (reg_map[base] << 16) | (freg_map[freg] << 12) | (offs))
/PHP-7.4/
H A DCONTRIBUTING.md46 If your pull request exhibits conflicts with the base branch, please resolve
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"
H A DREADME.REDIST.BINS255 This file contains the base code which implements sscanf and by extension
H A DUPGRADING460 trailing whitespace, as well as prefixes of type 0x (depending on base)
H A DNEWS2497 . Fixed bug #75765 (Fatal error instead of Error exception when base class is
/PHP-7.4/Zend/
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_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()
/PHP-7.4/ext/standard/
H A Dbasic_functions.c1685 ZEND_ARG_INFO(0, base)
1703 ZEND_ARG_INFO(0, base)
2519 ZEND_ARG_INFO(0, base)
/PHP-7.4/ext/soap/
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.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/ffi/
H A Dffi.c7339 void zend_ffi_val_number(zend_ffi_val *val, int base, const char *str, size_t str_len) /* {{{ */ argument
7364 val->u64 = strtoull(str, NULL, base);
7373 val->i64 = strtoll(str, NULL, base);
/PHP-7.4/build/
H A Dphp.m4113 dnl Build system base macros.
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます3439 >>>62 string base Database file
3482 >>>73 string base Database
3483 !:mime application/vnd.oasis.opendocument.base
7502 # expect base address of 0x10000
13435 0 string 5\x0aTakahiro_Base Quake I save: d9 Takahiro base
14911 #>4 belong >0 - base address 0x%x
24631 # class name[(base classes,)]: [pass]
25361 >>>(12.l+23) lelong 1 base
27488 >0x000048 byte 0x0D (graphic data base)
27506 >0x000048 byte 0x0D (graphic data base)
[all …]
H A Dmagic3439 >>>62 string base Database file
3482 >>>73 string base Database
3483 !:mime application/vnd.oasis.opendocument.base
7502 # expect base address of 0x10000
13435 0 string 5\x0aTakahiro_Base Quake I save: d9 Takahiro base
14911 #>4 belong >0 - base address 0x%x
24631 # class name[(base classes,)]: [pass]
25361 >>>(12.l+23) lelong 1 base
27488 >0x000048 byte 0x0D (graphic data base)
27506 >0x000048 byte 0x0D (graphic data base)
[all …]

Completed in 234 milliseconds

1...<<1112131415