Home
last modified time | relevance | path

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

1234567

/PHP-8.0/ext/fileinfo/tests/
H A Dfinfo_open_001.phpt30 Warning: finfo_open(): Failed to load magic database at "%s123" in %s on line %d
37 Warning: finfo_open(): Failed to load magic database at "%s1" in %s on line %d
44 Warning: finfo_open(): Failed to load magic database at "%sinexistent" in %s on line %d
H A Dbug61964.phpt8 $magic_file = __DIR__ . DIRECTORY_SEPARATOR . 'magic';
16 $magic_file_copy = $dir . "/magic.copy";
61 Warning: finfo_open(): Failed to load magic database at "%sbug61964" in %sbug61964.php on line %d
H A Dbug61964-mb.phpt8 $magic_file = __DIR__ . DIRECTORY_SEPARATOR . 'magic私はガラスを食べられます';
16 $magic_file_copy = $dir . "/magic私はガラスを食べられます.copy";
61 Warning: finfo_open(): Failed to load magic database at "%sbug61964-mb" in %sbug61964-mb.php on lin…
/PHP-8.0/ext/ldap/tests/
H A Dldap_set_option_variation.phpt17 array("oid" => "1.2.752.58.1.10", "value" => "magic"),
95 string(5) "magic"
116 string(5) "magic"
H A Dldap_set_option_error.phpt16 array("xid" => "1.2.752.58.1.10", "value" => "magic"),
20 array("oid" => "1.2.752.58.1.10", "value" => "magic"),
/PHP-8.0/ext/fileinfo/libmagic/
H A Dsoftmagic.c200 match(struct magic_set *ms, struct magic *magic, uint32_t nmagic, in match() argument
228 struct magic *m = &magic[magindex]; in match()
239 magic[magindex + 1].cont_level != 0) in match()
324 magic[magindex + 1].cont_level != 0) { in match()
325 m = &magic[++magindex]; in match()
557 mprint(struct magic_set *ms, struct magic *m) in mprint()
1092 cvt_8(union VALUETYPE *p, const struct magic *m) in cvt_8()
1099 cvt_16(union VALUETYPE *p, const struct magic *m) in cvt_16()
1106 cvt_32(union VALUETYPE *p, const struct magic *m) in cvt_32()
1113 cvt_64(union VALUETYPE *p, const struct magic *m) in cvt_64()
[all …]
H A Dtar.h63 char magic[8]; member
H A Dfile.h180 struct magic { struct
381 struct magic *magic; /* array of magic entries */ member
499 protected uint64_t file_signextend(struct magic_set *, struct magic *,
507 protected void file_mdump(struct magic *);
516 const struct magic *);
518 const struct magic *, const char *);
/PHP-8.0/Zend/tests/traits/
H A Dstatic_004.phpt2 Traits with __callStatic magic method.
/PHP-8.0/Zend/tests/
H A Dmagic_methods_002.phpt14 Warning: The magic method foo::__unset() must have public visibility in %s on line %d
H A Dmagic_methods_004.phpt14 Warning: The magic method foo::__unset() must have public visibility in %s on line %d
H A Dmagic_methods_009.phpt13 Warning: The magic method a::__callstatic() must have public visibility in %s on line %d
H A Dbug70223.phpt2 Bug #70223 (Incrementing value returned by magic getter)
H A Dbug75420.8.phpt2 Bug #75420.8 (Indirect modification of magic method argument)
H A Dmagic_const_in_global_scope.phpt2 Test use of magic constants in the global scope
H A Dbug75420.7.phpt2 Bug #75420.7 (Indirect modification of magic method argument)
H A Dbug75420.1.phpt2 Bug #75420.1 (Indirect modification of magic method argument)
H A Dbug69427.phpt2 Bug #69427 (Segfault on magic method __call of private method in superclass)
H A Dbug75420.5.phpt2 Bug #75420.5 (Indirect modification of magic method argument)
H A Dbug75420.2.phpt2 Bug #75420.2 (Indirect modification of magic method argument)
H A Dbug75420.3.phpt2 Bug #75420.3 (Indirect modification of magic method argument)
H A Dbug75420.6.phpt2 Bug #75420.6 (Indirect modification of magic method argument)
/PHP-8.0/ext/pdo_dblib/tests/
H A Dcommon.phpt8 # magic auto-configuration
/PHP-8.0/Zend/tests/generators/
H A Dgenerator_trampoline.phpt2 Calling generator through magic __call()
/PHP-8.0/ext/gd/libgd/
H A Dbmp.h52 signed short int magic; member

Completed in 46 milliseconds

1234567