Home
last modified time | relevance | path

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

123456

/PHP-5.6/tests/classes/
H A Dunset_properties.phpt2 Un-setting instance properties causes magic methods to be called when trying to access them from ou…
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.6/Zend/
H A Dzend_alloc.c369 unsigned int magic; member
382 unsigned int magic; member
394 unsigned int magic; member
566 (block)->magic = (val); \
570 if ((block)->magic != (val)) { \
1257 if (p->magic == MEM_BLOCK_VALID) { in zend_mm_find_leaks()
1293 if (p->magic == MEM_BLOCK_VALID) { in zend_mm_check_leaks()
1413 if (p->magic != MEM_BLOCK_FREED) { in zend_mm_check_ptr()
1424 if (p->magic != MEM_BLOCK_FREED) { in zend_mm_check_ptr()
1434 switch (p->magic) { in zend_mm_check_ptr()
[all …]
/PHP-5.6/ext/mysqli/tests/
H A Dmysqli_class_mysqli_warning.phpt76 printf("\nMagic, magic properties:\n");
124 Magic, magic properties:
H A Dmysqli_class_mysqli_stmt_interface.phpt82 printf("\nMagic, magic properties:\n");
169 Magic, magic properties:
/PHP-5.6/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_serialize_simple.phpt45 printf("\nAnd now magic PDO using fetchAll(PDO::FETCH_CLASS|PDO::FETCH_SERIALIZE)...\n");
81 And now magic PDO using fetchAll(PDO::FETCH_CLASS|PDO::FETCH_SERIALIZE)...
/PHP-5.6/ext/fileinfo/tests/
H A Dfinfo_open_basic.phpt13 $magicFile = dirname(__FILE__) . DIRECTORY_SEPARATOR . 'magic';
H A Dfinfo_buffer_basic.phpt13 $magicFile = dirname(__FILE__) . DIRECTORY_SEPARATOR . 'magic';
H A Dfinfo_buffer_variation1.phpt13 $magicFile = dirname(__FILE__) . DIRECTORY_SEPARATOR . 'magic';
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.6/ext/phar/tests/zip/
H A Dphar_magicU.phpt2 Phar: include/fopen magic zip-based
H A Dphar_magic.phpt2 Phar: include/fopen magic zip-based
/PHP-5.6/ext/ldap/tests/
H A Dldap_get_option_variation.phpt17 array("oid" => "1.2.752.58.1.10", "value" => "magic"),
H A Dldap_set_option_variation.phpt17 array("oid" => "1.2.752.58.1.10", "value" => "magic"),
/PHP-5.6/ext/phar/tests/
H A Dphar_offset_get_error.phpt49 Cannot set any files or directories in magic ".phar" directory
H A D030.phpt47 Cannot directly get any files or directories in magic ".phar" directory
/PHP-5.6/ext/fileinfo/
H A Dconfig.m413 libmagic/is_tar.c libmagic/magic.c libmagic/print.c \
/PHP-5.6/ext/spl/tests/
H A Dbug62978.phpt16 var_dump($a['epic_magic']); // more magic!
/PHP-5.6/ext/ereg/regex/
H A Dregex2.h110 int magic; member
/PHP-5.6/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.6/
H A DREADME.md24 After removing magic quotes, the get_magic_quotes_gpc function caused
/PHP-5.6/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()

Completed in 40 milliseconds

123456