Home
last modified time | relevance | path

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

1234567

/PHP-8.0/ext/spl/tests/
H A DarrayObject_magicMethods2.phpt2 SPL: ArrayObject: ensure a wrapped object's magic methods for property access are not invoked when …
H A DarrayObject_magicMethods1.phpt2 SPL: ArrayObject: ensure a wrapped object's magic methods for property access are not invoked when …
H A DarrayObject_magicMethods3.phpt2 SPL: ArrayObject: ensure a wrapped object's magic methods for property access are not invoked when …
H A DarrayObject_magicMethods4.phpt2 SPL: ArrayObject: ensure the magic methods for property access of a subclass of ArrayObject are not…
H A DarrayObject_magicMethods5.phpt2 SPL: ArrayObject: ensure the magic methods for property access of a subclass of ArrayObject ARE inv…
H A DarrayObject_magicMethods6.phpt2 SPL: ArrayObject: ensure the magic methods for property access of a subclass of ArrayObject are not…
/PHP-8.0/ext/fileinfo/libmagic/
H A Dprint.c51 file_mdump(struct magic *m) in file_mdump()
/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_class_mysqli_interface.phpt156 printf("\nMagic, magic properties:\n");
275 Magic, magic properties:
H A Dmysqli_get_warnings.phpt53 …printf("[010] Properties have always been magic, hidden things - why are they visible now, a BC br…
/PHP-8.0/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_serialize.phpt21 // Good old magic stuff
/PHP-8.0/TSRM/
H A Dthreads.m431 dnl Set some magic defines to achieve POSIX threads conformance.
/PHP-8.0/build/
H A Dltmain.sh89 magic="%%%MAGIC variable%%%"
3747 $echo "*** with $libname but no candidates were found. (...for file magic test)"
3750 $echo "*** using a file magic. Last file checked: $potlib"
5366 if test \"\$libtool_install_magic\" = \"$magic\"; then
5371 if test \"\$libtool_execute_magic\" != \"$magic\"; then
5483 if test \"\$libtool_execute_magic\" != \"$magic\"; then
5965 libtool_install_magic="$magic"
6487 libtool_execute_magic="$magic"
6551 libtool_install_magic="$magic"
H A Dconfig.sub1727 | mpw* | magic* | mmixware* | mon960* | lnews* \
/PHP-8.0/ext/gd/libgd/
H A Dgd_bmp.c454 if (hdr->magic != 0x4d42) { in gdImageCreateFromBmpCtx()
527 !gdGetWordLSB(&hdr->magic, infile) || in bmp_read_header()
/PHP-8.0/ext/opcache/jit/vtune/
H A Dittnotify_config.h443 unsigned char magic[8]; member
/PHP-8.0/ext/hash/tests/
H A Dcrc32.phpt79 echo hash('crc32c', "size: a.out: bad magic"), "\n";
/PHP-8.0/ext/pdo/
H A Dpdo_sql_parser.re191 /* magic/hack.
/PHP-8.0/ext/opcache/
H A Dzend_file_cache.c190 char magic[8]; member
887 memcpy(info->magic, "OPCACHE", 8);
1686 if (memcmp(info.magic, "OPCACHE", 8) != 0) {
/PHP-8.0/ext/phar/
H A Dtar.c239 old = (memcmp(hdr->magic, "ustar", sizeof("ustar")-1) != 0); in phar_parse_tarfile()
789 memcpy(header.magic, "ustar", sizeof("ustar")-1); in phar_tar_writeheaders_int()
/PHP-8.0/ext/pcre/pcre2lib/
H A Dpcre2_internal.h1829 uint32_t magic; member
/PHP-8.0/
H A DNEWS1125 . Fixed bug #77961 (finfo_open crafted magic parsing SIGABRT). (cmb)
H A DUPGRADING259 RFC: https://wiki.php.net/rfc/magic-methods-signature
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_x86.dasc14384 // Undefined property with magic __get()/__set()

Completed in 191 milliseconds

1234567