Home
last modified time | relevance | path

Searched refs:magic (Results 151 – 163 of 163) sorted by relevance

1234567

/PHP-7.4/TSRM/
H A Dthreads.m431 dnl Set some magic defines to achieve POSIX threads conformance.
/PHP-7.4/ext/hash/tests/
H A Dcrc32.phpt51 echo hash('crc32c', "size: a.out: bad magic"), "\n";
/PHP-7.4/
H A DREADME.md112 After removing magic quotes, the get_magic_quotes_gpc function caused a
H A DUPGRADING344 uses two new magic methods:
H A DNEWS495 . Fixed bug #77961 (finfo_open crafted magic parsing SIGABRT). (cmb)
2375 . Fixed bug #77291 (magic methods inherited from a trait may be ignored).
/PHP-7.4/build/
H A Dltmain.sh89 magic="%%%MAGIC variable%%%"
3734 $echo "*** with $libname but no candidates were found. (...for file magic test)"
3737 $echo "*** using a file magic. Last file checked: $potlib"
5353 if test \"\$libtool_install_magic\" = \"$magic\"; then
5358 if test \"\$libtool_execute_magic\" != \"$magic\"; then
5470 if test \"\$libtool_execute_magic\" != \"$magic\"; then
5952 libtool_install_magic="$magic"
6474 libtool_execute_magic="$magic"
6538 libtool_install_magic="$magic"
H A Dconfig.sub1727 | mpw* | magic* | mmixware* | mon960* | lnews* \
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_get_warnings.phpt54 …printf("[010] Properties have always been magic, hidden things - why are they visible now, a BC br…
/PHP-7.4/ext/gd/libgd/
H A Dgd_bmp.c454 if (hdr->magic != 0x4d42) { in gdImageCreateFromBmpCtx()
527 !gdGetWordLSB(&hdr->magic, infile) || in bmp_read_header()
/PHP-7.4/ext/opcache/
H A Dzend_file_cache.c165 char magic[8]; member
812 memcpy(info->magic, "OPCACHE", 8);
1558 if (memcmp(info.magic, "OPCACHE", 8) != 0) {
/PHP-7.4/ext/pdo/
H A Dpdo_sql_parser.re172 /* magic/hack.
/PHP-7.4/ext/phar/
H A Dtar.c242 old = (memcmp(hdr->magic, "ustar", sizeof("ustar")-1) != 0); in phar_parse_tarfile()
792 memcpy(header.magic, "ustar", sizeof("ustar")-1); in phar_tar_writeheaders_int()
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_internal.h1829 uint32_t magic; member

Completed in 76 milliseconds

1234567