Home
last modified time | relevance | path

Searched refs:magic (Results 1 – 25 of 146) sorted by last modified time

123456

/PHP-7.0/win32/
H A Dinstall.txt189 | |-mime.magic
1015 php_mime_magic.dll Mimetype functions Requires: magic.mime (bundled)
/PHP-7.0/tests/classes/
H A Dunset_properties.phpt2 Un-setting instance properties causes magic methods to be called when trying to access them from ou…
H A D__call_007.phpt55 Warning: The magic method __call() must have public visibility and cannot be static in %s on line 3
H A Dbug63462.phpt2 Test script to verify that magic methods should be called only once when accessing an unset propert…
H A D__call_005.phpt25 Warning: The magic method __call() must have public visibility and cannot be static in %s__call_005…
/PHP-7.0/
H A Dltmain.sh89 magic="%%%MAGIC variable%%%"
3734 $echo "*** with $libname but no candidates were found. (...for file magic test)"
3737 $echo "*** using a file magic. Last file checked: $potlib"
5353 if test \"\$libtool_install_magic\" = \"$magic\"; then
5358 if test \"\$libtool_execute_magic\" != \"$magic\"; then
5470 if test \"\$libtool_execute_magic\" != \"$magic\"; then
5952 libtool_install_magic="$magic"
6474 libtool_execute_magic="$magic"
6538 libtool_install_magic="$magic"
/PHP-7.0/ext/zlib/tests/
H A Dzlib_scheme_copy_variation2.phpt35 //also need to look for the magic number (x1f x8b) to prove it
38 $magic = fread($h, 2);
41 if ($org_data == $copied_data && bin2hex($magic) === '1f8b') {
/PHP-7.0/ext/sysvshm/
H A Dphp_sysvshm.h60 char magic[8]; member
H A Dsysvshm.c192 if (strcmp((char*) &(chunk_ptr->magic), "PHP_SM") != 0) { in PHP_FUNCTION()
193 strcpy((char*) &(chunk_ptr->magic), "PHP_SM"); in PHP_FUNCTION()
/PHP-7.0/ext/standard/tests/class_object/
H A Dproperty_exists_variation1.phpt20 echo "\ntesting __get magic method\n";
31 testing __get magic method
/PHP-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3.c28448 u32 magic;
28453 magic = db->magic;
28465 u32 magic;
28466 magic = db->magic;
70391 p->magic = VDBE_MAGIC_INIT;
72180 p->magic = VDBE_MAGIC_RUN;
73089 p->magic = VDBE_MAGIC_HALT;
73245 p->magic = VDBE_MAGIC_INIT;
73255 if( p->magic==VDBE_MAGIC_RUN || p->magic==VDBE_MAGIC_HALT ){
73349 p->magic = VDBE_MAGIC_DEAD;
[all …]
/PHP-7.0/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_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…
H A DarrayObject_magicMethods3.phpt2 SPL: ArrayObject: ensure a wrapped object's magic methods for property access are not invoked when …
/PHP-7.0/ext/phar/tests/zip/
H A Dcorrupt_007.phpt16 phar error: corrupted central directory entry, no magic signature in zip-based phar "%struncfilenam…
H A Dcorrupt_004.phpt16 phar error: corrupted central directory entry, no magic signature in zip-based phar "%scdir_offset.…
H A Dphar_magic.phpt2 Phar: include/fopen magic zip-based
H A Dphar_magicU.phpt2 Phar: include/fopen magic zip-based
/PHP-7.0/ext/phar/tests/tar/
H A Dphar_magic.phpt2 Phar: include/fopen magic tar-based
/PHP-7.0/ext/phar/tests/
H A Dphar_offset_get_error.phpt49 Cannot set any files or directories in magic ".phar" directory
H A Dphar_magic.phpt2 Phar: include/fopen magic

Completed in 626 milliseconds

123456