Home
last modified time | relevance | path

Searched refs:magic (Results 176 – 198 of 198) sorted by relevance

12345678

/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_class.phpt23 // Good old magic stuff
H A Dpdo_mysql_stmt_fetch_serialize_fetch_class.phpt23 // Good old magic stuff
/php-src/ext/hash/
H A Dhash_gost.c307 static int php_gost_unserialize(php_hashcontext_object *hash, zend_long magic, const zval *zv) in php_gost_unserialize() argument
311 if (magic == PHP_HASH_SERIALIZE_MAGIC_SPEC in php_gost_unserialize()
/php-src/ext/spl/tests/
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_magicMethods2.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-src/ext/mysqli/tests/
H A Dmysqli_class_mysqli_interface.phpt155 printf("\nMagic, magic properties:\n");
274 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-src/TSRM/
H A Dthreads.m431 dnl Set some magic defines to achieve POSIX threads conformance.
/php-src/ext/fileinfo/libmagic/
H A Dprint.c50 file_mdump(struct magic *m) in file_mdump()
/php-src/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.sub1737 | mpw* | magic* | mmixware* | mon960* | lnews* \
/php-src/ext/gd/libgd/
H A Dgd_bmp.c454 if (hdr->magic != 0x4d42) { in gdImageCreateFromBmpCtx()
527 !gdGetWordLSB(&hdr->magic, infile) || in bmp_read_header()
/php-src/ext/hash/tests/
H A Dcrc32.phpt79 echo hash('crc32c', "size: a.out: bad magic"), "\n";
/php-src/ext/pdo/
H A Dpdo_sql_parser.re184 /* magic/hack.
/php-src/ext/phar/
H A Dtar.c232 old = (memcmp(hdr->magic, "ustar", sizeof("ustar")-1) != 0); in phar_parse_tarfile()
783 memcpy(header.magic, "ustar", sizeof("ustar")-1); in phar_tar_writeheaders_int()
/php-src/ext/opcache/
H A Dzend_file_cache.c193 char magic[8]; member
933 memcpy(info->magic, "OPCACHE", 8);
1811 if (memcmp(info.magic, "OPCACHE", 8) != 0) {
/php-src/
H A DNEWS256 as the magic $http_response_header variable.
H A DUPGRADING503 as the magic $http_response_header variable.
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_internal.h1904 uint32_t magic; member

Completed in 85 milliseconds

12345678