Home
last modified time | relevance | path

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

1234567

/PHP-7.2/ext/fileinfo/tests/
H A Dbug61964-mb.phpt8 $magic_file = dirname(__FILE__) . DIRECTORY_SEPARATOR . 'magic私はガラスを食べられます';
16 $magic_file_copy = $dir . "/magic私はガラスを食べられます.copy";
63 Warning: finfo_open(): Failed to load magic database at '%stest-folder'. in %sbug61964-mb.php on li…
H A Dbug61964.phpt8 $magic_file = dirname(__FILE__) . DIRECTORY_SEPARATOR . 'magic';
16 $magic_file_copy = $dir . "/magic.copy";
63 Warning: finfo_open(): Failed to load magic database at '%stest-folder'. in %sbug61964.php on line …
/PHP-7.2/ext/fileinfo/
H A Dlibmagic.patch16 #include "magic.h"
784 + map->magic[0] = CAST(struct magic *, map->p) + 1;
792 + map->magic[i + 1] = map->magic[i] + map->nmagic[i];
845 struct magic m;
1329 #include "magic.h"
1959 #include "magic.h"
2317 diff -u libmagic.orig/magic.c libmagic/magic.c
2422 - "%s/magic.mgc",
2471 - static const char hmagic[] = "/.magic/magic.mgc";
2815 diff -u libmagic.orig/magic.h libmagic/magic.h
[all …]
/PHP-7.2/ext/fileinfo/libmagic/
H A Dtar.h63 char magic[8]; member
/PHP-7.2/Zend/tests/traits/
H A Dstatic_004.phpt2 Traits with __callStatic magic method.
/PHP-7.2/Zend/tests/
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 Dmagic_methods_009.phpt13 Warning: The magic method __callStatic() must have public visibility and be static in %s on line %d
H A Dmagic_methods_002.phpt14 Warning: The magic method __unset() must have public visibility and cannot be static in %s on line …
H A Dmagic_methods_003.phpt14 Warning: The magic method __unset() must have public visibility and cannot be static in %s on line …
H A Dmagic_methods_004.phpt14 Warning: The magic method __unset() must have public visibility and cannot be static in %s on line …
H A Dbug75420.7.phpt2 Bug #75420.7 (Indirect modification of magic method argument)
H A Dmagic_methods_005.phpt12 Warning: The magic method __call() must have public visibility and cannot be static in %s on line %d
H A Dmagic_methods_006.phpt12 Warning: The magic method __callStatic() must have public visibility and be static in %s on line %d
H A Dbug69427.phpt2 Bug #69427 (Segfault on magic method __call of private method in superclass)
H A Dbug75420.1.phpt2 Bug #75420.1 (Indirect modification of magic method argument)
H A Dbug75420.5.phpt2 Bug #75420.5 (Indirect modification of magic method argument)
H A Dbug70215.phpt20 Warning: The magic method __invoke() must have public visibility and cannot be static in %s on line…
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)
/PHP-7.2/Zend/tests/generators/
H A Dgenerator_trampoline.phpt2 Calling generator through magic __call()
/PHP-7.2/ext/pdo_dblib/tests/
H A Dcommon.phpt8 # magic auto-configuration
/PHP-7.2/ext/gd/libgd/
H A Dbmp.h52 signed short int magic; member
/PHP-7.2/ext/ldap/tests/
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"),

Completed in 62 milliseconds

1234567