Searched refs:magic (Results 101 – 125 of 128) sorted by relevance
123456
/PHP-5.6/ext/phar/tests/ |
H A D | mkdir.phpt | 46 Cannot create a directory in magic ".phar" directory
|
/PHP-5.6/ext/mysqli/tests/ |
H A D | mysqli_class_mysqli_properties_no_conn.phpt | 28 printf("\nMagic, magic properties:\n"); 188 Magic, magic properties: 261 Magic, magic properties:
|
H A D | mysqli_class_mysqli_result_interface.phpt | 80 printf("\nMagic, magic properties:\n"); 178 Magic, magic properties:
|
H A D | mysqli_class_mysqli_interface.phpt | 164 printf("\nMagic, magic properties:\n"); 290 Magic, magic properties:
|
H A D | mysqli_get_warnings.phpt | 54 …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 D | compress.c | 68 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 D | regexec.c | 127 if (preg->re_magic != MAGIC1 || g->magic != MAGIC2)
|
H A D | regcomp.c | 179 g->magic = MAGIC2;
|
/PHP-5.6/ext/spl/tests/ |
H A D | arrayObject_magicMethods1.phpt | 2 SPL: ArrayObject: ensure a wrapped object's magic methods for property access are not invoked when …
|
H A D | arrayObject_magicMethods2.phpt | 2 SPL: ArrayObject: ensure a wrapped object's magic methods for property access are not invoked when …
|
H A D | arrayObject_magicMethods3.phpt | 2 SPL: ArrayObject: ensure a wrapped object's magic methods for property access are not invoked when …
|
H A D | arrayObject_magicMethods4.phpt | 2 SPL: ArrayObject: ensure the magic methods for property access of a subclass of ArrayObject are not…
|
H A D | arrayObject_magicMethods5.phpt | 2 SPL: ArrayObject: ensure the magic methods for property access of a subclass of ArrayObject ARE inv…
|
H A D | arrayObject_magicMethods6.phpt | 2 SPL: ArrayObject: ensure the magic methods for property access of a subclass of ArrayObject are not…
|
/PHP-5.6/ |
H A D | .gdbinit | 612 if $p->magic == 0x7312f8dc 615 if $p->magic == 0x99954317 618 if $p->magic == 0xfb8277dc
|
H A D | ltmain.sh | 89 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 D | UPGRADING | 102 - Added the __debugInfo() magic method to allow userland classes to implement
|
/PHP-5.6/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_stmt_fetch_serialize.phpt | 23 // Good old magic stuff
|
/PHP-5.6/TSRM/ |
H A D | threads.m4 | 31 dnl Set some magic defines to achieve POSIX threads conformance
|
/PHP-5.6/ext/filter/docs/ |
H A D | filter.txt | 48 * 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 D | tar.c | 234 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 D | pdo_sql_parser.re | 146 /* magic/hack.
|
/PHP-5.6/ext/sqlite3/libsqlite/ |
H A D | sqlite3.c | 24587 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 D | ZEND_CHANGES | 955 The magic method __toString() allows to overload the object to
|
/PHP-5.6/win32/ |
H A D | install.txt | 189 | |-mime.magic 1015 php_mime_magic.dll Mimetype functions Requires: magic.mime (bundled)
|
Completed in 542 milliseconds
123456