Home
last modified time | relevance | path

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

12345678

/php-src/ext/phar/tests/
H A Dphar_offset_get_error.phpt47 Cannot set any files or directories in magic ".phar" directory
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-src/ext/hash/tests/
H A Dhash_serialize_004.phpt22 …AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACI7fWk6MztpOjA7aTo0O2E6MDp7fX0=", // bad magic number
/php-src/ext/opcache/jit/ir/
H A Dir_perf.c62 uint32_t magic; member
170 jit_hdr.magic = IR_PERF_JITDUMP_HEADER_MAGIC; in ir_perf_jitdump_open()
/php-src/Zend/tests/
H A Dbug71359.phpt2 Bug #71359: Null coalescing operator and magic
H A Dbug63462.phpt2 Test script to verify that magic methods should be called only once when accessing an unset propert…
H A Dbug33512.phpt48 … //the lines below will catch by '__get' magic method since these variables are unavailable anymore
H A Dtrampoline_closure_named_arguments.phpt2 Trampoline closure created from magic method accepts named arguments
/php-src/ext/spl/tests/
H A Dbug62978.phpt16 var_dump($a['epic_magic']); // more magic!
/php-src/ext/hash/
H A Dhash.c335 PHP_HASH_API int php_hash_serialize(const php_hashcontext_object *hash, zend_long *magic, zval *zv)… in php_hash_serialize() argument
338 *magic = PHP_HASH_SERIALIZE_MAGIC_SPEC; in php_hash_serialize()
346 PHP_HASH_API int php_hash_unserialize(php_hashcontext_object *hash, zend_long magic, const zval *zv… in php_hash_unserialize() argument
349 && magic == PHP_HASH_SERIALIZE_MAGIC_SPEC) { in php_hash_unserialize()
1453 zend_long magic = 0; in PHP_METHOD() local
1475 if (hash->ops->hash_serialize(hash, &magic, &tmp) != SUCCESS) { in PHP_METHOD()
1480 ZVAL_LONG(&tmp, magic); in PHP_METHOD()
1503 zend_long magic, options; in PHP_METHOD() local
1531 magic = Z_LVAL_P(magic_zv); in PHP_METHOD()
1552 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);
359 static int php_md2_unserialize(php_hashcontext_object *hash, zend_long magic, const zval *zv) in php_md2_unserialize() argument
363 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()
/php-src/ext/mysqli/tests/
H A Dmysqli_class_mysqli_stmt_interface.phpt79 printf("\nMagic, magic properties:\n");
155 Magic, magic properties:
H A Dmysqli_class_mysqli_result_interface.phpt80 printf("\nMagic, magic properties:\n");
160 Magic, magic properties:
H A Dmysqli_class_mysqli_properties_no_conn.phpt36 printf("\nMagic, magic properties:\n");
262 Magic, magic properties:
326 Magic, magic properties:
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_serialize_simple.phpt44 printf("\nAnd now magic PDO using fetchAll(PDO::FETCH_CLASS|PDO::FETCH_SERIALIZE)...\n");
85 And now magic PDO using fetchAll(PDO::FETCH_CLASS|PDO::FETCH_SERIALIZE)...
H A Dpdo_mysql_stmt_fetch_serialize.phpt23 // Good old magic stuff
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます4 # Don't edit this file, edit /etc/magic or send your magic improvements
2500 # magic stronger.
3663 # TODO: missing due to unknown magic/magic at end of file:
5938 # look for magic
7958 # No magic? :(
14793 # SaveDskF magic
17176 # gnu find magic
20067 # magic.
22698 # "/etc/magic":
23920 # check magic
[all …]
H A Dmagic4 # Don't edit this file, edit /etc/magic or send your magic improvements
2500 # magic stronger.
3663 # TODO: missing due to unknown magic/magic at end of file:
5938 # look for magic
7958 # No magic? :(
14793 # SaveDskF magic
17176 # gnu find magic
20067 # magic.
22698 # "/etc/magic":
23920 # check magic
[all …]
/php-src/ext/sysvshm/
H A Dsysvshm.c169 if (strcmp((char*) &(chunk_ptr->magic), "PHP_SM") != 0) { in PHP_FUNCTION()
170 strcpy((char*) &(chunk_ptr->magic), "PHP_SM"); in PHP_FUNCTION()
/php-src/ext/spl/tests/SplObjectStorage/
H A DSplObjectStorage_coalesce.phpt2 SplObjectStorage magic operators
/php-src/ext/fileinfo/libmagic/
H A Dder.c266 der_offs(struct magic_set *ms, struct magic *m, size_t nbytes) in der_offs()
305 der_cmp(struct magic_set *ms, struct magic *m) in der_cmp()

Completed in 244 milliseconds

12345678