Searched refs:registered (Results 1 – 21 of 21) sorted by relevance
/PHP-8.2/ext/spl/tests/ |
H A D | spl_autoload_008.phpt | 55 echo "registered\n"; 72 registered 78 registered 93 registered 114 registered 126 registered
|
H A D | bug71202.phpt | 2 Bug #71202 (Autoload function registered by another not activated immediately)
|
/PHP-8.2/ext/oci8/ |
H A D | oci8_failover.c | 99 int registered = 0; in php_oci_register_taf_callback() local 110 registered = 1; in php_oci_register_taf_callback() 115 registered = 1; in php_oci_register_taf_callback() 127 if (registered) { in php_oci_register_taf_callback()
|
/PHP-8.2/Zend/tests/generators/ |
H A D | gc_running_generator.phpt | 15 // Make sure gen is registered as a GC root.
|
/PHP-8.2/sapi/phpdbg/ |
H A D | .phpdbginit | 23 * Functions defined and registered by init 98 # The output of registered function calls is not,
|
H A D | phpdbg.h | 232 HashTable registered; /* registered */
|
H A D | phpdbg_prompt.c | 109 if (zend_hash_str_exists(&PHPDBG_G(registered), lc_name, name->len)) { in phpdbg_call_register() 1426 if (!zend_hash_str_exists(&PHPDBG_G(registered), lcname, lcname_len)) { in PHPDBG_COMMAND() 1428 zend_hash_str_update_ptr(&PHPDBG_G(registered), lcname, lcname_len, function); in PHPDBG_COMMAND()
|
H A D | phpdbg.c | 166 zend_hash_init(&PHPDBG_G(registered), 8, NULL, php_phpdbg_destroy_registered, 0); in PHP_MINIT_FUNCTION() 180 zend_hash_destroy(&PHPDBG_G(registered)); in PHP_MSHUTDOWN_FUNCTION()
|
/PHP-8.2/ext/standard/tests/streams/ |
H A D | bug76943.phpt | 5 if (!in_array('phar', stream_get_wrappers())) die('skip phar wrapper not registered');
|
/PHP-8.2/ext/xsl/tests/ |
H A D | bug49634.phpt | 2 bug #49634 (Segfault throwing an exception in a XSL registered function)
|
/PHP-8.2/docs/ |
H A D | input-filter.md | 92 * different name, or if you just don't want the variable registered at all. */
|
/PHP-8.2/ext/dom/tests/ |
H A D | canonicalization.phpt | 40 using xpath query with registered namespace.
|
/PHP-8.2/ext/standard/html_tables/mappings/ |
H A D | ROMAN.TXT | 39 # Computer, Inc., registered in the United States and other countries.
|
/PHP-8.2/ |
H A D | php.ini-development | 639 ; This directive determines which super global arrays are registered when PHP 653 ; registered into the super global array REQUEST. If so, it also determines 654 ; the order in which that data is registered. The values for this directive 1670 ; mb_output_handler must be registered as output buffer to function.
|
H A D | php.ini-production | 641 ; This directive determines which super global arrays are registered when PHP 655 ; registered into the super global array REQUEST. If so, it also determines 656 ; the order in which that data is registered. The values for this directive 1672 ; mb_output_handler must be registered as output buffer to function.
|
H A D | README.REDIST.BINS | 640 OpenLDAP is a registered trademark of the OpenLDAP Foundation.
|
/PHP-8.2/sapi/fpm/ |
H A D | www.conf.in | 396 ; shutdown functions are being called (registered via register_shutdown_function).
|
/PHP-8.2/ext/phar/phar/ |
H A D | pharcommand.inc | 124 … .'stub so that class PHP_Archive gets registered as phar:// stream wrapper '
|
/PHP-8.2/ext/mbstring/tests/data/ |
H A D | MacJapanese-SJIS.txt | 41 # Computer, Inc., registered in the United States and other countries.
|
/PHP-8.2/ext/fileinfo/tests/ |
H A D | magic | 21500 # Now Apple has no repository of registered Creator IDs any more. These are 24774 # file we have. Correct the mimetype with the registered ones:
|
H A D | magic私はガラスを食べられます | 21500 # Now Apple has no repository of registered Creator IDs any more. These are 24774 # file we have. Correct the mimetype with the registered ones:
|
Completed in 200 milliseconds