Home
last modified time | relevance | path

Searched refs:magic (Results 101 – 125 of 128) sorted by relevance

123456

/PHP-5.6/ext/phar/tests/
H A Dmkdir.phpt46 Cannot create a directory in magic ".phar" directory
/PHP-5.6/ext/mysqli/tests/
H A Dmysqli_class_mysqli_properties_no_conn.phpt28 printf("\nMagic, magic properties:\n");
188 Magic, magic properties:
261 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.phpt164 printf("\nMagic, magic properties:\n");
290 Magic, magic properties:
H A Dmysqli_get_warnings.phpt54 …printf("[010] Properties have always been magic, hidden things - why are they visible now, a BC br…
/PHP-5.6/ext/fileinfo/libmagic/
H A Dcompress.c68 const char magic[8]; member
120 if (memcmp(buf, compr[i].magic, compr[i].maglen) == 0 && in file_zmagic()
/PHP-5.6/ext/ereg/regex/
H A Dregexec.c127 if (preg->re_magic != MAGIC1 || g->magic != MAGIC2)
H A Dregcomp.c179 g->magic = MAGIC2;
/PHP-5.6/ext/spl/tests/
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-5.6/
H A D.gdbinit612 if $p->magic == 0x7312f8dc
615 if $p->magic == 0x99954317
618 if $p->magic == 0xfb8277dc
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"
H A DUPGRADING102 - Added the __debugInfo() magic method to allow userland classes to implement
/PHP-5.6/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_serialize.phpt23 // Good old magic stuff
/PHP-5.6/TSRM/
H A Dthreads.m431 dnl Set some magic defines to achieve POSIX threads conformance
/PHP-5.6/ext/filter/docs/
H A Dfilter.txt48 * As the input filter acts on input data before the magic quotes function
293 magic_quotes MAGIC_QUOTES string BC filter for people who like magic quotes.
/PHP-5.6/ext/phar/
H A Dtar.c234 old = (memcmp(hdr->magic, "ustar", sizeof("ustar")-1) != 0); in phar_parse_tarfile()
771 strncpy(header.magic, "ustar", sizeof("ustar")-1); in phar_tar_writeheaders()
/PHP-5.6/ext/pdo/
H A Dpdo_sql_parser.re146 /* magic/hack.
/PHP-5.6/ext/sqlite3/libsqlite/
H A Dsqlite3.c24587 u32 magic;
24592 magic = db->magic;
24604 u32 magic;
24605 magic = db->magic;
64815 p->magic = VDBE_MAGIC_INIT;
66394 p->magic = VDBE_MAGIC_RUN;
66404 p->magic = VDBE_MAGIC_RUN;
67281 p->magic = VDBE_MAGIC_HALT;
67437 p->magic = VDBE_MAGIC_INIT;
67447 if( p->magic==VDBE_MAGIC_RUN || p->magic==VDBE_MAGIC_HALT ){
[all …]
/PHP-5.6/Zend/
H A DZEND_CHANGES955 The magic method __toString() allows to overload the object to
/PHP-5.6/win32/
H A Dinstall.txt189 | |-mime.magic
1015 php_mime_magic.dll Mimetype functions Requires: magic.mime (bundled)

Completed in 447 milliseconds

123456