Home
last modified time | relevance | path

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

1234567

/PHP-7.4/ext/fileinfo/
H A Dconfig.m413 libmagic/is_json.c libmagic/is_tar.c libmagic/magic.c libmagic/print.c \
/PHP-7.4/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-7.4/ext/spl/tests/
H A Dbug62978.phpt16 var_dump($a['epic_magic']); // more magic!
H A DarrayObject_magicMethods1.phpt2 SPL: ArrayObject: ensure a wrapped object's magic methods for property access are not invoked when …
H A DarrayObject_magicMethods2.phpt2 SPL: ArrayObject: ensure a wrapped object's magic methods for property access are not invoked when …
H A DarrayObject_magicMethods3.phpt2 SPL: ArrayObject: ensure a wrapped object's magic methods for property access are not invoked when …
H A DarrayObject_magicMethods4.phpt2 SPL: ArrayObject: ensure the magic methods for property access of a subclass of ArrayObject are not…
H A DarrayObject_magicMethods5.phpt2 SPL: ArrayObject: ensure the magic methods for property access of a subclass of ArrayObject ARE inv…
H A DarrayObject_magicMethods6.phpt2 SPL: ArrayObject: ensure the magic methods for property access of a subclass of ArrayObject are not…
/PHP-7.4/ext/phar/tests/
H A D030.phpt47 Cannot directly get any files or directories in magic ".phar" directory
H A Dmkdir.phpt46 Cannot create a directory in magic ".phar" directory
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます4 # Don't edit this file, edit /etc/magic or send your magic improvements
2164 # magic stronger.
3083 # TODO: missing due to unknown magic/magic at end of file:
4842 # look for magic
6230 # No magic? :(
14040 # gnu find magic
14425 # hardware magic
16058 # magic.
17344 # "/etc/magic":
18204 # check magic
[all …]
H A Dmagic4 # Don't edit this file, edit /etc/magic or send your magic improvements
2164 # magic stronger.
3083 # TODO: missing due to unknown magic/magic at end of file:
4842 # look for magic
6230 # No magic? :(
14040 # gnu find magic
14425 # hardware magic
16058 # magic.
17344 # "/etc/magic":
18204 # check magic
[all …]
/PHP-7.4/tests/classes/
H A D__call_007.phpt55 Warning: The magic method __call() must have public visibility and cannot be static in %s on line 3
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_class_mysqli_stmt_interface.phpt82 printf("\nMagic, magic properties:\n");
169 Magic, magic properties:
H A Dmysqli_class_mysqli_properties_no_conn.phpt28 printf("\nMagic, magic properties:\n");
186 Magic, magic properties:
257 Magic, magic properties:
H A Dmysqli_class_mysqli_result_interface.phpt80 printf("\nMagic, magic properties:\n");
178 Magic, magic properties:
H A Dmysqli_class_mysqli_interface.phpt157 printf("\nMagic, magic properties:\n");
276 Magic, magic properties:
/PHP-7.4/ext/sysvshm/
H A Dsysvshm.c201 if (strcmp((char*) &(chunk_ptr->magic), "PHP_SM") != 0) { in PHP_FUNCTION()
202 strcpy((char*) &(chunk_ptr->magic), "PHP_SM"); in PHP_FUNCTION()
/PHP-7.4/ext/fileinfo/libmagic/
H A Dder.c244 der_offs(struct magic_set *ms, struct magic *m, size_t nbytes) in der_offs()
278 der_cmp(struct magic_set *ms, struct magic *m) in der_cmp()
H A Dcompress.c149 const void *magic; member
241 CCAST(void *, compr[i].magic)))(buf); in file_zmagic()
244 zm = memcmp(buf, compr[i].magic, compr[i].maglen) == 0; in file_zmagic()
H A Dprint.c53 file_mdump(struct magic *m) in file_mdump()
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_serialize.phpt21 // Good old magic stuff

Completed in 165 milliseconds

1234567