Home
last modified time | relevance | path

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

12345

/PHP-5.3/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.3/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.3/ext/standard/tests/file/
H A Dmagic_quotes.phpt2 various magic quotes tests
/PHP-5.3/ext/sqlite/libsqlite/src/
H A DvdbeInt.h256 int magic; /* Magic number for sanity checking */ member
H A Dmain.c421 db->magic = SQLITE_MAGIC_OPEN; in sqliteInit()
485 db->magic = SQLITE_MAGIC_BUSY; in sqlite_open()
519 db->magic = SQLITE_MAGIC_OPEN; in sqlite_open()
576 db->magic = SQLITE_MAGIC_CLOSED; in sqlite_close()
/PHP-5.3/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-5.3/ext/mysqli/tests/
H A Dmysqli_class_mysqli_stmt_interface.phpt82 printf("\nMagic, magic properties:\n");
164 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_properties_no_conn.phpt28 printf("\nMagic, magic properties:\n");
191 Magic, magic properties:
263 Magic, magic properties:
H A Dmysqli_class_mysqli_interface.phpt167 printf("\nMagic, magic properties:\n");
293 Magic, magic properties:
/PHP-5.3/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.3/ext/fileinfo/libmagic/
H A Dmagic.c258 struct magic *mg = ml->magic; in free_mlist()
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.3/ext/standard/tests/general_functions/
H A Dset_magic_quotes_runtime_variation1.phpt14 echo "magic quotes runtime set in INI file: ".$g."\n";
89 magic quotes runtime set in INI file: 0
/PHP-5.3/ext/ereg/regex/
H A Dregexec.c127 if (preg->re_magic != MAGIC1 || g->magic != MAGIC2)
/PHP-5.3/
H A D.gdbinit507 if $p->magic == 0x7312f8dc
510 if $p->magic == 0x99954317
513 if $p->magic == 0xfb8277dc
/PHP-5.3/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.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_serialize.phpt23 // Good old magic stuff

Completed in 40 milliseconds

12345