Home
last modified time | relevance | path

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

12345

/PHP-5.5/ext/spl/tests/
H A Dbug62978.phpt16 var_dump($a['epic_magic']); // more magic!
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.5/ext/fileinfo/tests/
H A Dfinfo_close_error.phpt15 $magicFile = dirname( __FILE__ ) . DIRECTORY_SEPARATOR . 'magic';
H A Dfinfo_buffer_error.phpt13 $magicFile = dirname(__FILE__) . DIRECTORY_SEPARATOR . 'magic';
/PHP-5.5/ext/ldap/tests/
H A Dldap_set_option_variation.phpt17 array("oid" => "1.2.752.58.1.10", "value" => "magic"),
/PHP-5.5/ext/ereg/regex/
H A Dregex2.h110 int magic; member
H A Dregexec.c127 if (preg->re_magic != MAGIC1 || g->magic != MAGIC2)
/PHP-5.5/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.5/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.5/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.5/
H A DREADME.md24 After removing magic quotes, the get_magic_quotes_gpc function caused
H A D.gdbinit612 if $p->magic == 0x7312f8dc
615 if $p->magic == 0x99954317
618 if $p->magic == 0xfb8277dc
/PHP-5.5/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:
/PHP-5.5/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.5/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()

Completed in 75 milliseconds

12345