Home
last modified time | relevance | path

Searched refs:magic (Results 76 – 100 of 111) sorted by relevance

12345

/PHP-5.4/ext/ldap/tests/
H A Dldap_set_option_variation.phpt17 array("oid" => "1.2.752.58.1.10", "value" => "magic"),
/PHP-5.4/tests/classes/
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_007.phpt55 Warning: The magic method __call() must have public visibility and cannot be static in %s on line 3
/PHP-5.4/ext/ereg/regex/
H A Dregex2.h110 int magic; member
H A Dregexec.c127 if (preg->re_magic != MAGIC1 || g->magic != MAGIC2)
/PHP-5.4/Zend/tests/
H A Dbug33512.phpt48 //the lines below will catch by '__get' magic method since these variables are unavailable anymore
H A Dbug63462.phpt2 Test script to verify that magic methods should be called only once when accessing an unset propert…
/PHP-5.4/ext/phar/tests/
H A D030.phpt47 Cannot directly get any files or directories in magic ".phar" directory
H A Dmkdir.phpt46 Cannot create a directory in magic ".phar" directory
/PHP-5.4/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.phpt167 printf("\nMagic, magic properties:\n");
293 Magic, magic properties:
/PHP-5.4/ext/sysvshm/
H A Dsysvshm.c188 if (strcmp((char*) &(chunk_ptr->magic), "PHP_SM") != 0) { in PHP_FUNCTION()
189 strcpy((char*) &(chunk_ptr->magic), "PHP_SM"); in PHP_FUNCTION()
/PHP-5.4/ext/fileinfo/libmagic/
H A Dcompress.c68 const char magic[8]; member
119 if (memcmp(buf, compr[i].magic, compr[i].maglen) == 0 && in file_zmagic()
/PHP-5.4/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.4/
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"
/PHP-5.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_serialize.phpt23 // Good old magic stuff
/PHP-5.4/TSRM/
H A Dthreads.m431 dnl Set some magic defines to achieve POSIX threads conformance

Completed in 62 milliseconds

12345