Home
last modified time | relevance | path

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

1234567

/PHP-7.1/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.1/
H A DREADME.md25 After removing magic quotes, the get_magic_quotes_gpc function caused
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 DNEWS1330 . Fixed bug #73896 (spl_autoload() crashes when calls magic _call()). (Dmitry)
2946 . Fixed bug #71359 (Null coalescing operator and magic). (krakjoe)
3091 . Fixed bug #71527 (Buffer over-write in finfo_open with malformed magic
3555 . Fixed bug #70223 (Incrementing value returned by magic getter). (Laruence)
3643 . Fixed bug #69427 (Segfault on magic method __call of private method in
3645 . Improved __call() and __callStatic() magic method handling. Now they are
/PHP-7.1/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");
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-7.1/ext/phar/tests/
H A Dmkdir.phpt46 Cannot create a directory in magic ".phar" directory
/PHP-7.1/ext/sysvshm/
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.1/ext/fileinfo/libmagic/
H A Dcompress.c73 const char magic[8]; member
128 if (memcmp(buf, compr[i].magic, compr[i].maglen) == 0 && in file_zmagic()
/PHP-7.1/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-7.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_serialize.phpt23 // Good old magic stuff
/PHP-7.1/TSRM/
H A Dthreads.m431 dnl Set some magic defines to achieve POSIX threads conformance
/PHP-7.1/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-7.1/ext/opcache/
H A Dzend_file_cache.c155 char magic[8]; member
706 memcpy(info->magic, "OPCACHE", 8); in zend_file_cache_serialize()
1370 if (memcmp(info.magic, "OPCACHE", 8) != 0) { in zend_file_cache_script_load()
/PHP-7.1/ext/phar/
H A Dtar.c234 old = (memcmp(hdr->magic, "ustar", sizeof("ustar")-1) != 0); in phar_parse_tarfile()
773 strncpy(header.magic, "ustar", sizeof("ustar")-1); in phar_tar_writeheaders_int()
/PHP-7.1/ext/pdo/
H A Dpdo_sql_parser.re150 /* magic/hack.
/PHP-7.1/Zend/
H A DZEND_CHANGES955 The magic method __toString() allows to overload the object to

Completed in 86 milliseconds

1234567