Home
last modified time | relevance | path

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

1234567

/PHP-8.0/ext/pdo_odbc/tests/
H A Dcommon.phpt13 # magic auto-configuration
67 # other magic autodetection here, eg: for DB2 by inspecting env
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_perf_dump.c75 uint32_t magic; member
183 jit_hdr.magic = ZEND_PERF_JITDUMP_HEADER_MAGIC; in zend_jit_perf_jitdump_open()
/PHP-8.0/ext/fileinfo/tests/
H A Dfinfo_buffer_variation1-mb.phpt7 $magicFile = __DIR__ . DIRECTORY_SEPARATOR . 'magic私はガラスを食べられます';
H A Dfinfo_buffer_variation1.phpt7 $magicFile = __DIR__ . DIRECTORY_SEPARATOR . 'magic';
H A Dmagic私はガラスを食べられます4 # Don't edit this file, edit /etc/magic or send your magic improvements
2183 # magic stronger.
3140 # TODO: missing due to unknown magic/magic at end of file:
5137 # look for magic
6669 # No magic? :(
14879 # gnu find magic
15264 # hardware magic
17159 # magic.
18847 # "/etc/magic":
19747 # check magic
[all …]
H A Dmagic4 # Don't edit this file, edit /etc/magic or send your magic improvements
2183 # magic stronger.
3140 # TODO: missing due to unknown magic/magic at end of file:
5137 # look for magic
6669 # No magic? :(
14879 # gnu find magic
15264 # hardware magic
17159 # magic.
18847 # "/etc/magic":
19747 # check magic
[all …]
/PHP-8.0/ext/hash/tests/
H A Dhash_serialize_004.phpt22 …AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACI7fWk6MztpOjA7aTo0O2E6MDp7fX0=", // bad magic number
/PHP-8.0/ext/fileinfo/
H A Dconfig.m413 libmagic/is_json.c libmagic/is_tar.c libmagic/magic.c libmagic/print.c \
/PHP-8.0/Zend/tests/
H A Dbug71359.phpt2 Bug #71359: Null coalescing operator and magic
H A Dbug33512.phpt48 … //the lines below will catch by '__get' magic method since these variables are unavailable anymore
H A Dbug63462.phpt2 Test script to verify that magic methods should be called only once when accessing an unset propert…
/PHP-8.0/ext/spl/tests/
H A Dbug62978.phpt16 var_dump($a['epic_magic']); // more magic!
/PHP-8.0/ext/phar/tests/
H A D030.phpt46 Cannot directly get any files or directories in magic ".phar" directory
H A Dmkdir.phpt45 Cannot create a directory in magic ".phar" directory
/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_class_mysqli_stmt_interface.phpt81 printf("\nMagic, magic properties:\n");
167 Magic, magic properties:
H A Dmysqli_class_mysqli_result_interface.phpt80 printf("\nMagic, magic properties:\n");
172 Magic, magic properties:
H A Dmysqli_class_mysqli_properties_no_conn.phpt35 printf("\nMagic, magic properties:\n");
283 Magic, magic properties:
365 Magic, magic properties:
/PHP-8.0/ext/hash/
H A Dhash.c327 PHP_HASH_API int php_hash_serialize(const php_hashcontext_object *hash, zend_long *magic, zval *zv)… in php_hash_serialize() argument
330 *magic = PHP_HASH_SERIALIZE_MAGIC_SPEC; in php_hash_serialize()
338 PHP_HASH_API int php_hash_unserialize(php_hashcontext_object *hash, zend_long magic, const zval *zv… in php_hash_unserialize() argument
341 && magic == PHP_HASH_SERIALIZE_MAGIC_SPEC) { in php_hash_unserialize()
1436 zend_long magic = 0; in PHP_METHOD() local
1458 if (hash->ops->hash_serialize(hash, &magic, &tmp) != SUCCESS) { in PHP_METHOD()
1463 ZVAL_LONG(&tmp, magic); in PHP_METHOD()
1486 zend_long magic, options; in PHP_METHOD() local
1514 magic = Z_LVAL_P(magic_zv); in PHP_METHOD()
1535 unserialize_result = ops->hash_unserialize(hash, magic, hash_zv); in PHP_METHOD()
H A Dhash_md.c50 static int php_md2_unserialize(php_hashcontext_object *hash, zend_long magic, const zval *zv);
358 static int php_md2_unserialize(php_hashcontext_object *hash, zend_long magic, const zval *zv) in php_md2_unserialize() argument
362 if (magic == PHP_HASH_SERIALIZE_MAGIC_SPEC in php_md2_unserialize()
H A Dhash_snefru.c192 static int php_snefru_unserialize(php_hashcontext_object *hash, zend_long magic, const zval *zv) in php_snefru_unserialize() argument
196 if (magic == PHP_HASH_SERIALIZE_MAGIC_SPEC in php_snefru_unserialize()
H A Dhash_tiger.c242 static int php_tiger_unserialize(php_hashcontext_object *hash, zend_long magic, const zval *zv) in php_tiger_unserialize() argument
246 if (magic == PHP_HASH_SERIALIZE_MAGIC_SPEC in php_tiger_unserialize()
H A Dhash_whirlpool.c432 static int php_whirlpool_unserialize(php_hashcontext_object *hash, zend_long magic, const zval *zv) in php_whirlpool_unserialize() argument
436 if (magic == PHP_HASH_SERIALIZE_MAGIC_SPEC in php_whirlpool_unserialize()
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-8.0/ext/fileinfo/libmagic/
H A Dder.c266 der_offs(struct magic_set *ms, struct magic *m, size_t nbytes) in der_offs()
304 der_cmp(struct magic_set *ms, struct magic *m) in der_cmp()
/PHP-8.0/ext/sysvshm/
H A Dsysvshm.c174 if (strcmp((char*) &(chunk_ptr->magic), "PHP_SM") != 0) { in PHP_FUNCTION()
175 strcpy((char*) &(chunk_ptr->magic), "PHP_SM"); in PHP_FUNCTION()

Completed in 195 milliseconds

1234567