Home
last modified time | relevance | path

Searched refs:src (Results 226 – 235 of 235) sorted by relevance

12345678910

/PHP-8.2/
H A Dphp.ini-development934 ; See https://github.com/php/php-src/issues/8620 for more info.
1445 ; Default Value: "a=href,area=href,frame=src,form="
1446 ; Development Value: "a=href,area=href,frame=src,form="
1447 ; Production Value: "a=href,area=href,frame=src,form="
1449 session.trans_sid_tags = "a=href,area=href,frame=src,form="
H A Dphp.ini-production936 ; See https://github.com/php/php-src/issues/8620 for more info.
1447 ; Default Value: "a=href,area=href,frame=src,form="
1448 ; Development Value: "a=href,area=href,frame=src,form="
1449 ; Production Value: "a=href,area=href,frame=src,form="
1451 session.trans_sid_tags = "a=href,area=href,frame=src,form="
H A Dconfigure.ac20 AC_INIT([PHP],[8.4.0-dev],[https://github.com/php/php-src/issues],[php],[https://www.php.net])
1652 dnl See https://github.com/php/php-src/pull/3017
/PHP-8.2/ext/gd/
H A Dgd_arginfo.h290 ZEND_ARG_OBJ_INFO(0, src, GdImage, 0)
/PHP-8.2/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c615 #define OP1(op, dst, dstw, src, srcw) \ argument
616 sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw))
621 #define OP_SRC(op, src, srcw) \ argument
622 sljit_emit_op_src(compiler, (op), (src), (srcw))
639 #define CMOV(type, dst_reg, src, srcw) \ argument
640 sljit_emit_cmov(compiler, (type), (dst_reg), (src), (srcw))
3230 sljit_s32 src = SLJIT_IMM; in reset_early_fail() local
3245 src = TMP3; in reset_early_fail()
3251 OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), i, src, 0); in reset_early_fail()
3262 OP1(SLJIT_MOV, SLJIT_MEM1(TMP1), 0, src, 0); in reset_early_fail()
[all …]
/PHP-8.2/ext/openssl/
H A Dopenssl.c921 static int php_openssl_spki_cleanup(const char *src, char *dest) in php_openssl_spki_cleanup() argument
925 while (*src) { in php_openssl_spki_cleanup()
926 if (*src != '\n' && *src != '\r') { in php_openssl_spki_cleanup()
927 *dest++ = *src; in php_openssl_spki_cleanup()
931 ++src; in php_openssl_spki_cleanup()
/PHP-8.2/Zend/
H A Dzend_API.h782 …ine void zend_fcc_dup(/* restrict */ zend_fcall_info_cache *dest, const zend_fcall_info_cache *src) in zend_fcc_dup() argument
784 memcpy(dest, src, sizeof(zend_fcall_info_cache)); in zend_fcc_dup()
/PHP-8.2/ext/fileinfo/tests/
H A Dmagic657 # string length too high with standard src configuration
23611 # util-linux: libblkid/src/superblocks/swap.c
26698 # dejsonlz4-master\src\dejsonlz4.c
27547 # src/stub/src/i086-dos16.com.S
27558 # src/stub/src/include/header.S; UPX_MAGIC_LE32
33471 # src/tools/rcc/rcc.cpp#L840
33477 # src/corelib/kernel/qtranslator.cpp#L62
34138 # 1.10.4.35491/VirtualDub-1.10.4-src.7z/src/vdremote/Main.cpp
34493 >6 beshort 1 src
35797 # https://2.na.dl.wireshark.org/src/wireshark-3.6.2.tar.xz
[all …]
H A Dmagic私はガラスを食べられます657 # string length too high with standard src configuration
23611 # util-linux: libblkid/src/superblocks/swap.c
26698 # dejsonlz4-master\src\dejsonlz4.c
27547 # src/stub/src/i086-dos16.com.S
27558 # src/stub/src/include/header.S; UPX_MAGIC_LE32
33471 # src/tools/rcc/rcc.cpp#L840
33477 # src/corelib/kernel/qtranslator.cpp#L62
34138 # 1.10.4.35491/VirtualDub-1.10.4-src.7z/src/vdremote/Main.cpp
34493 >6 beshort 1 src
35797 # https://2.na.dl.wireshark.org/src/wireshark-3.6.2.tar.xz
[all …]
/PHP-8.2/ext/phar/
H A Dphar_object.c1084 static void phar_spl_foreign_clone(spl_filesystem_object *src, spl_filesystem_object *dst) /* {{{ */ in phar_spl_foreign_clone() argument

Completed in 304 milliseconds

12345678910