Searched refs:registered (Results 1 – 24 of 24) sorted by relevance
/PHP-8.3/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.3/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.3/Zend/tests/generators/ |
H A D | gc_running_generator.phpt | 15 // Make sure gen is registered as a GC root.
|
/PHP-8.3/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() 1424 if (!zend_hash_str_exists(&PHPDBG_G(registered), lcname, lcname_len)) { in PHPDBG_COMMAND() 1426 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.3/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.3/ext/xsl/tests/ |
H A D | bug49634.phpt | 2 bug #49634 (Segfault throwing an exception in a XSL registered function)
|
/PHP-8.3/docs/ |
H A D | input-filter.md | 92 * different name, or if you just don't want the variable registered at all. */
|
/PHP-8.3/ext/dom/tests/ |
H A D | canonicalization.phpt | 40 using xpath query with registered namespace.
|
/PHP-8.3/ext/zend_test/tests/ |
H A D | strings_not_marked_as_utf8.phpt | 43 // The "foo" string matches with a "Foo" class which is registered by the zend_test extension.
|
H A D | strings_marked_as_utf8.phpt | 50 // The "foo" string matches with a "Foo" class which is registered by the zend_test extension.
|
/PHP-8.3/ext/standard/html_tables/mappings/ |
H A D | ROMAN.TXT | 39 # Computer, Inc., registered in the United States and other countries.
|
/PHP-8.3/ |
H A D | php.ini-development | 649 ; This directive determines which super global arrays are registered when PHP 663 ; registered into the super global array REQUEST. If so, it also determines 664 ; the order in which that data is registered. The values for this directive 1661 ; mb_output_handler must be registered as output buffer to function.
|
H A D | php.ini-production | 651 ; This directive determines which super global arrays are registered when PHP 665 ; registered into the super global array REQUEST. If so, it also determines 666 ; the order in which that data is registered. The values for this directive 1663 ; 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.
|
H A D | NEWS | 1249 . Added warning to log when fpm socket was not registered on the expected
|
/PHP-8.3/sapi/fpm/ |
H A D | www.conf.in | 396 ; shutdown functions are being called (registered via register_shutdown_function).
|
/PHP-8.3/ext/phar/phar/ |
H A D | pharcommand.inc | 124 … .'stub so that class PHP_Archive gets registered as phar:// stream wrapper '
|
/PHP-8.3/ext/mbstring/tests/data/ |
H A D | MacJapanese-SJIS.txt | 41 # Computer, Inc., registered in the United States and other countries.
|
/PHP-8.3/ext/fileinfo/tests/ |
H A D | magic | 24954 # Now Apple has no repository of registered Creator IDs any more. These are 28717 # file we have. Correct the mimetype with the registered ones: 39235 # NOT official registered !
|
H A D | magic私はガラスを食べられます | 24954 # Now Apple has no repository of registered Creator IDs any more. These are 28717 # file we have. Correct the mimetype with the registered ones: 39235 # NOT official registered !
|
Completed in 292 milliseconds