Searched refs:magic (Results 76 – 100 of 128) sorted by relevance
123456
/PHP-5.6/tests/classes/ |
H A D | unset_properties.phpt | 2 Un-setting instance properties causes magic methods to be called when trying to access them from ou…
|
H A D | bug63462.phpt | 2 Test script to verify that magic methods should be called only once when accessing an unset propert…
|
H A D | __call_007.phpt | 55 Warning: The magic method __call() must have public visibility and cannot be static in %s on line 3
|
/PHP-5.6/Zend/ |
H A D | zend_alloc.c | 369 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 D | mysqli_class_mysqli_warning.phpt | 76 printf("\nMagic, magic properties:\n"); 124 Magic, magic properties:
|
H A D | mysqli_class_mysqli_stmt_interface.phpt | 82 printf("\nMagic, magic properties:\n"); 169 Magic, magic properties:
|
/PHP-5.6/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_stmt_fetch_serialize_simple.phpt | 45 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 D | finfo_open_basic.phpt | 13 $magicFile = dirname(__FILE__) . DIRECTORY_SEPARATOR . 'magic';
|
H A D | finfo_buffer_basic.phpt | 13 $magicFile = dirname(__FILE__) . DIRECTORY_SEPARATOR . 'magic';
|
H A D | finfo_buffer_variation1.phpt | 13 $magicFile = dirname(__FILE__) . DIRECTORY_SEPARATOR . 'magic';
|
H A D | finfo_close_error.phpt | 15 $magicFile = dirname( __FILE__ ) . DIRECTORY_SEPARATOR . 'magic';
|
H A D | finfo_buffer_error.phpt | 13 $magicFile = dirname(__FILE__) . DIRECTORY_SEPARATOR . 'magic';
|
/PHP-5.6/ext/phar/tests/zip/ |
H A D | phar_magicU.phpt | 2 Phar: include/fopen magic zip-based
|
H A D | phar_magic.phpt | 2 Phar: include/fopen magic zip-based
|
/PHP-5.6/ext/ldap/tests/ |
H A D | ldap_get_option_variation.phpt | 17 array("oid" => "1.2.752.58.1.10", "value" => "magic"),
|
H A D | ldap_set_option_variation.phpt | 17 array("oid" => "1.2.752.58.1.10", "value" => "magic"),
|
/PHP-5.6/ext/phar/tests/ |
H A D | phar_offset_get_error.phpt | 49 Cannot set any files or directories in magic ".phar" directory
|
H A D | 030.phpt | 47 Cannot directly get any files or directories in magic ".phar" directory
|
/PHP-5.6/ext/fileinfo/ |
H A D | config.m4 | 13 libmagic/is_tar.c libmagic/magic.c libmagic/print.c \
|
/PHP-5.6/ext/spl/tests/ |
H A D | bug62978.phpt | 16 var_dump($a['epic_magic']); // more magic!
|
/PHP-5.6/ext/ereg/regex/ |
H A D | regex2.h | 110 int magic; member
|
/PHP-5.6/Zend/tests/ |
H A D | bug33512.phpt | 48 //the lines below will catch by '__get' magic method since these variables are unavailable anymore
|
H A D | bug63462.phpt | 2 Test script to verify that magic methods should be called only once when accessing an unset propert…
|
/PHP-5.6/ |
H A D | README.md | 24 After removing magic quotes, the get_magic_quotes_gpc function caused
|
/PHP-5.6/ext/sysvshm/ |
H A D | sysvshm.c | 188 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 36 milliseconds
123456