Home
last modified time | relevance | path

Searched refs:magic (Results 101 – 125 of 173) sorted by relevance

1234567

/PHP-8.0/ext/pcre/pcre2lib/
H A Dpcre2_serialize.c117 data->magic = SERIALIZED_DATA_MAGIC; in pcre2_serialize_encode()
180 if (data->magic != SERIALIZED_DATA_MAGIC) return PCRE2_ERROR_BADMAGIC; in pcre2_serialize_decode()
264 if (data->magic != SERIALIZED_DATA_MAGIC) return PCRE2_ERROR_BADMAGIC; in pcre2_serialize_get_number_of_codes()
/PHP-8.0/ext/spl/tests/
H A Dbug73896.phpt2 Bug #73896 (spl_autoload() crashes when calls magic _call())
/PHP-8.0/Zend/tests/
H A Dmagic_methods_001.phpt2 Testing several magic methods
H A Dbug65322.phpt22 string(%d) "The magic method A::__invoke() must have public visibility"
H A Derrmsg_045.phpt17 string(%d) "The magic method A::__invoke() must have public visibility"
/PHP-8.0/ext/pdo_mysql/tests/
H A Dcommon.phpt8 # magic auto-configuration
H A Dpdo_mysql_stmt_fetch_serialize_simple.phpt43 printf("\nAnd now magic PDO using fetchAll(PDO::FETCH_CLASS|PDO::FETCH_SERIALIZE)...\n");
79 And now magic PDO using fetchAll(PDO::FETCH_CLASS|PDO::FETCH_SERIALIZE)...
/PHP-8.0/ext/pdo_pgsql/tests/
H A Dcommon.phpt7 # magic auto-configuration
/PHP-8.0/Zend/tests/bug67436/
H A Dbug67436.phpt26 string(%d) "The magic method b::__invoke() must have public visibility"
/PHP-8.0/ext/pdo_firebird/tests/
H A Dcommon.phpt7 # magic auto-configuration
/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_class_mysqli_driver_interface.phpt50 printf("\nMagic, magic properties:\n");
103 Magic, magic properties:
/PHP-8.0/Zend/tests/return_types/
H A D043.phpt2 Some magic methods can declare mixed return type
/PHP-8.0/ext/zend_test/tests/
H A Dobserver_magic_01.phpt2 Observer: Basic magic method observability
/PHP-8.0/ext/fileinfo/tests/
H A Dfinfo_file_basic.phpt7 $magicFile = __DIR__ . DIRECTORY_SEPARATOR . 'magic';
H A Dbug68996.phpt17 <b>Warning</b>: finfo_open(): Failed to load magic database at &quot;%s�c&quot; in <b>%s</b> on li…
H A Dfinfo_open_basic.phpt7 $magicFile = __DIR__ . DIRECTORY_SEPARATOR . 'magic';
H A Dfinfo_buffer_basic.phpt7 $magicFile = __DIR__ . DIRECTORY_SEPARATOR . 'magic';
H A Dfinfo_buffer_basic-mb.phpt7 $magicFile = __DIR__ . DIRECTORY_SEPARATOR . 'magic私はガラスを食べられます';
/PHP-8.0/ext/phar/tests/
H A Dphar_magic.phpt2 Phar: include/fopen magic
H A Dphar_offset_get_error.phpt47 Cannot set any files or directories in magic ".phar" directory
/PHP-8.0/tests/classes/
H A D__call_005.phpt25 Warning: The magic method A::__call() must have public visibility in %s__call_005.php on line 3
H A Dunset_properties.phpt2 Un-setting instance properties causes magic methods to be called when trying to access them from ou…
/PHP-8.0/ext/phar/tests/tar/
H A Dphar_magic.phpt2 Phar: include/fopen magic tar-based
/PHP-8.0/ext/date/tests/
H A DDatePeriod_set_state.phpt2 Test __set_state magic method for recreating a DatePeriod object
/PHP-8.0/ext/phar/tests/zip/
H A Dphar_magic.phpt2 Phar: include/fopen magic zip-based

Completed in 45 milliseconds

1234567