Home
last modified time | relevance | path

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

12345

/PHP-5.5/ext/mysqli/tests/
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.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_serialize.phpt23 // Good old magic stuff
/PHP-5.5/TSRM/
H A Dthreads.m431 dnl Set some magic defines to achieve POSIX threads conformance
/PHP-5.5/
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 DNEWS133 . Fixed bug #71527 (Buffer over-write in finfo_open with malformed magic
1983 . Fixed bug #63248 (Load multiple magic files from a directory under Windows).
2538 . Fixed bug #63248 (Load multiple magic files from a directory under Windows).
5734 . Added support for __callStatic() magic method. (Sara)
6095 - Fixed invalid calls to free when internal fileinfo magic file is used. (Scott)
7932 - Fixed bug #39763 (magic quotes are applied twice by ext/filter in
9141 . magic method invocations. (Marcus)
9445 - Fixed bug #33904 (input array keys being escaped when magic quotes is off).
9696 - Fixed bug #30791 (magic methods (__sleep/__wakeup/__toString) call
/PHP-5.5/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.5/ext/phar/
H A Dtar.c234 old = (memcmp(hdr->magic, "ustar", sizeof("ustar")-1) != 0); in phar_parse_tarfile()
769 strncpy(header.magic, "ustar", sizeof("ustar")-1); in phar_tar_writeheaders()
/PHP-5.5/ext/pdo/
H A Dpdo_sql_parser.re146 /* magic/hack.
/PHP-5.5/ext/ereg/regex/
H A Dregcomp.c179 g->magic = MAGIC2;
/PHP-5.5/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.5/Zend/
H A DZEND_CHANGES955 The magic method __toString() allows to overload the object to
/PHP-5.5/win32/
H A Dinstall.txt189 | |-mime.magic
1024 php_mime_magic.dll Mimetype functions Requires: magic.mime (bundled)
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt2704 PCRE_ERROR_BADMAGIC the "magic number" was not found
2710 The "magic number" is placed at the start of each compiled pattern as
3625 PCRE stores a 4-byte "magic number" at the start of the compiled code,
3629 gives when the magic number is not present.
8611 pointer is set. There is no reference counting or any other magic. You
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog2148 situation when an empty string is matched. It now does the fancy magic
3029 8. Applied Daniel's patches to solve problems with the import/export magic
4334 magic in relation to line terminators.

Completed in 481 milliseconds

12345