/php-src/ext/fileinfo/ |
H A D | fileinfo.c | 42 struct magic_set *magic; member 75 magic_close(intern->ptr->magic); in finfo_objects_free() 100 options, magic_errno(magic), magic_error(magic)); \ 179 magic_close(finfo_obj->ptr->magic); in PHP_FUNCTION() 213 finfo->magic = magic_open(options); in PHP_FUNCTION() 215 if (finfo->magic == NULL) { in PHP_FUNCTION() 229 magic_close(finfo->magic); in PHP_FUNCTION() 299 struct magic_set *magic = NULL; in _php_finfo_get_type() local 335 magic = finfo->magic; in _php_finfo_get_type() 340 FINFO_SET_OPTION(magic, options) in _php_finfo_get_type() [all …]
|
H A D | generate_patch.sh | 15 sed -e "s/X\.YY/$version_number/g" libmagic.orig/magic.h.in > libmagic.orig/magic.h
|
/php-src/ext/fileinfo/tests/ |
H A D | bug71527.phpt | 2 Bug #71527 Buffer over-write in finfo_open with malformed magic file 9 $finfo = finfo_open(FILEINFO_NONE, __DIR__ . DIRECTORY_SEPARATOR . "bug71527.magic"); 13 Warning: finfo_open(): Failed to load magic database at "%sbug71527.magic" in %sbug71527.php on lin…
|
H A D | bug77961.phpt | 2 Bug #77961 (finfo_open crafted magic parsing SIGABRT) 7 finfo_open(FILEINFO_NONE, __DIR__ . '/bug77961.magic'); 12 Warning: finfo_open(): Failed to load magic database at "%sbug77961.magic" in %s on line %d
|
H A D | bug71527-mb.phpt | 2 Bug #71527 Buffer over-write in finfo_open with malformed magic file 9 … $finfo = finfo_open(FILEINFO_NONE, __DIR__ . DIRECTORY_SEPARATOR . "bug71527私はガラスを食べられます.magic"); 13 Warning: finfo_open(): Failed to load magic database at "%sbug71527私はガラスを食べられます.magic" in %sbug7152…
|
H A D | finfo_open_error.phpt | 7 $magicFile = __DIR__ . DIRECTORY_SEPARATOR . 'magic'; 34 Warning: finfo_open(): Failed to load magic database at "%sfoobarfile" in %sfinfo_open_error.php on… 37 Warning: finfo_open(): using regular magic file `%smagic' in %sfinfo_open_error.php on line %d
|
H A D | cve-2014-1943-mb.phpt | 8 $fm = __DIR__.'/cve-2014-1943私はガラスを食べられます.magic'; 30 @unlink(__DIR__.'/cve-2014-1943.magic');
|
H A D | cve-2014-1943.phpt | 8 $fm = __DIR__.'/cve-2014-1943.magic'; 30 @unlink(__DIR__.'/cve-2014-1943.magic');
|
H A D | finfo_file_regex.phpt | 9 * $ file -m magic resources/test.awk 12 $magicFile = __DIR__ . DIRECTORY_SEPARATOR . 'magic';
|
/php-src/ext/date/tests/ |
H A D | DateTimeZone_clone_basic4.phpt | 2 Test clone of DateTimeZone derived objects with __clone magic method 10 echo "-- DateTimeExt1 __clone magic method called --\n"; 14 echo "*** Testing clone of objects derived from DateTimeZone class with __clone magic method***\n"; 24 *** Testing clone of objects derived from DateTimeZone class with __clone magic method*** 25 -- DateTimeExt1 __clone magic method called --
|
H A D | DateTime_clone_basic4.phpt | 2 Test clone of DateTime derived objects with __clone magic method 13 echo "-- DateTimeExt1 __clone magic method called --\n"; 17 echo "*** Testing clone of objects derived from DateTime class with __clone magic method***\n"; 27 *** Testing clone of objects derived from DateTime class with __clone magic method*** 28 -- DateTimeExt1 __clone magic method called --
|
H A D | DateTime_extends_basic2.phpt | 2 Test DateTime class inheritance : with user space __construct magic method 9 echo "*** Testing new DateTime() : with user space __construct magic method ***\n"; 28 *** Testing new DateTime() : with user space __construct magic method ***
|
/php-src/Zend/tests/lazy_objects/ |
H A D | fetch_magic_prop_may_not_initialize.phpt | 2 Lazy objects: magic property fetch does not not initialize object if magic method does not observe … 20 var_dump($obj->magic); 46 string(5) "magic" 56 string(5) "magic"
|
H A D | fetch_magic_prop_recursive_may_initialize.phpt | 2 Lazy objects: recursive magic property fetch initializes object if magic method observes object sta… 20 var_dump($obj->magic); 48 Warning: Undefined property: C::$magic in %s on line %d 62 Warning: Undefined property: C::$magic in %s on line %d
|
H A D | fetch_magic_prop_may_initialize.phpt | 2 Lazy objects: magic property fetch initializes object if magic method observes object state 20 var_dump($obj->magic);
|
/php-src/Zend/tests/ |
H A D | bug47801.phpt | 10 echo("magic method called: $name\n"); 30 magic method called: getFoo 31 magic method called: getFoo
|
/php-src/ext/fileinfo/libmagic/ |
H A D | der.h | 27 extern int der_offs(struct magic_set *, struct magic *, size_t); 28 extern int der_cmp(struct magic_set *, struct magic *);
|
H A D | is_tar.c | 139 if (strncmp(header->header.magic, GNUTMAGIC, in is_tar() 140 sizeof(header->header.magic)) == 0) in is_tar() 143 if (strncmp(header->header.magic, TMAGIC, in is_tar() 144 sizeof(header->header.magic)) == 0) in is_tar()
|
H A D | apprentice.c | 93 struct magic *mp; 108 struct magic *magic[MAGIC_SETS]; member 453 ml->magic = map->magic[idx]; in add_mlist() 1101 struct magic *m = &ml->magic[magindex]; in apprentice_list() 1137 set_test_type(struct magic *mstart, struct magic *m) in set_test_type() 1971 struct magic *m; in parse() 3312 map->magic[0] = CAST(struct magic *, map->p) + 1; in apprentice_map() 3320 map->magic[i + 1] = map->magic[i] + map->nmagic[i]; in apprentice_map() 3362 struct magic m; in apprentice_compile() 3458 byteswap(struct magic *magic, uint32_t nmagic) argument [all …]
|
/php-src/ext/phar/tests/ |
H A D | bug65414.phpt | 2 Bug #65414 Injection (A1) in .phar files magic .phar directory 28 .phar/injected-1.txt:Cannot create any files in magic ".phar" directory 29 /.phar/injected-2.txt:Cannot create any files in magic ".phar" directory 31 /.phar/:Cannot create any files in magic ".phar" directory
|
/php-src/ext/phar/tests/bug64931/ |
H A D | bug64931.phpt | 52 CAUGHT: Cannot create any files in magic ".phar" directory 53 CAUGHT: Cannot create any files in magic ".phar" directory 54 CAUGHT: Cannot create any files in magic ".phar" directory 55 CAUGHT: Cannot create any files in magic ".phar" directory
|
/php-src/ext/standard/tests/class_object/ |
H A D | property_exists_variation1.phpt | 14 echo "\ntesting __get magic method\n"; 24 testing __get magic method
|
/php-src/ext/hash/ |
H A D | hash_sha3.c | 204 zend_long magic, in php_sha3_unserialize() argument 210 if (magic == PHP_HASH_SERIALIZE_MAGIC_SPEC in php_sha3_unserialize() 238 zend_long magic, \ 240 return php_sha3_unserialize(hash, magic, zv, (1600 - (2 * bits)) >> 3); \ 295 static zend_result php_keccak_serialize(const php_hashcontext_object *hash, zend_long *magic, zval … in php_keccak_serialize() argument 297 *magic = PHP_HASH_SERIALIZE_MAGIC_KECCAK; in php_keccak_serialize() 301 static int php_keccak_unserialize(php_hashcontext_object *hash, zend_long magic, const zval *zv) in php_keccak_unserialize() argument 305 if (magic == PHP_HASH_SERIALIZE_MAGIC_KECCAK in php_keccak_unserialize()
|
/php-src/ext/zlib/tests/ |
H A D | zlib_scheme_copy_variation2.phpt | 31 //also need to look for the magic number (x1f x8b) to prove it 34 $magic = fread($h, 2); 37 if ($org_data == $copied_data && bin2hex($magic) === '1f8b') {
|
/php-src/ext/ldap/tests/ |
H A D | ldap_get_option_variation.phpt | 17 array("oid" => "1.2.752.58.1.10", "value" => "magic"), 84 string(5) "magic" 105 string(5) "magic"
|