Home
last modified time | relevance | path

Searched refs:zend_printf (Results 1 – 13 of 13) sorted by relevance

/PHP-8.1/ext/ffi/tests/
H A Dbug77632b.phpt9 FFI::cdef("extern void *zend_printf;", ffi_get_php_dll_name());
19 $libc = FFI::cdef("extern size_t (*zend_printf)(const char *format, ...);", ffi_get_php_dll_name());
20 $args = ["test from zend_printf\n"];
21 ($libc->zend_printf)(...$args);
22 $args2 = ["Hello, %s from zend_printf\n", "world"];
23 ($libc->zend_printf)(...$args2);
26 test from zend_printf
27 Hello, world from zend_printf
H A D100.phpt9 ffi_cdef("extern void *zend_printf;", ffi_get_php_dll_name());
23 extern size_t (*zend_printf)(const char *format, ...);
32 var_dump($zend->zend_printf);
33 var_dump(($zend->zend_printf)("Hello %s!\n", "World"));
H A D101.phpt9 ffi_cdef("extern void *zend_printf;", ffi_get_php_dll_name());
23 extern size_t (*zend_printf)(const char *format, ...);
33 var_dump($zend->zend_printf);
34 var_dump(($zend->zend_printf)("Hello %s!\n", "World"));
/PHP-8.1/Zend/
H A Dzend_highlight.c91 zend_printf("<code>"); in zend_highlight()
92 zend_printf("<span style=\"color: %s\">\n", last_color); in zend_highlight()
137 zend_printf("</span>"); in zend_highlight()
141 zend_printf("<span style=\"color: %s\">", last_color); in zend_highlight()
165 zend_printf("</span>\n"); in zend_highlight()
167 zend_printf("</span>\n"); in zend_highlight()
168 zend_printf("</code>"); in zend_highlight()
H A Dzend_ini.c578 zend_printf("<font style=\"color: %s\">%s</font>", value, value); in ZEND_INI_DISP()
608 zend_printf("%s", value); in ZEND_INI_DISP()
H A Dzend.h323 extern ZEND_API size_t (*zend_printf)(const char *format, ...) ZEND_ATTRIBUTE_PTR_FORMAT(printf, 1,…
H A Dzend.c77 ZEND_API size_t (*zend_printf)(const char *format, ...); variable
905 zend_printf = utility_functions->printf_function; in zend_startup()
H A Dzend_API.c2352 zend_printf("%s: Registering module %d\n", module->name, module->module_number); in zend_register_module_ex()
2973 zend_printf("%s: Module shutdown\n", module->name); in module_destructor()
/PHP-8.1/sapi/cli/
H A Dphp_cli.c971 zend_printf("No syntax errors detected in %s\n", php_self); in do_cli()
973 zend_printf("Errors parsing %s\n", php_self); in do_cli()
1085 zend_printf("Exception: %s\n", Z_STRVAL_P(msg)); in do_cli()
1108 zend_printf("Extension '%s' not present.\n", reflection_what); in do_cli()
1121 zend_printf("Configuration File (php.ini) Path: %s\n", PHP_CONFIG_FILE_PATH); in do_cli()
1122zend_printf("Loaded Configuration File: %s\n", php_ini_opened_path ? php_ini_opened_path :… in do_cli()
1123zend_printf("Scan for additional .ini files in: %s\n", php_ini_scanned_path ? php_ini_scanned_pat… in do_cli()
1124zend_printf("Additional .ini files parsed: %s\n", php_ini_scanned_files ? php_ini_scanned_fil… in do_cli()
/PHP-8.1/sapi/litespeed/
H A Dlsapi_main.c1338zend_printf("No syntax errors detected in %s\n", ZSTR_VAL(file_handle.filename)); in cli_main()
1340 zend_printf("Errors parsing %s\n", ZSTR_VAL(file_handle.filename)); in cli_main()
/PHP-8.1/main/
H A Dphp_variables.c617 zend_printf("%s\n", name); in php_std_auto_global_callback()
/PHP-8.1/sapi/cgi/
H A Dcgi_main.c2552 zend_printf("No syntax errors detected in %s\n", ZSTR_VAL(file_handle.filename));
2554 zend_printf("Errors parsing %s\n", ZSTR_VAL(file_handle.filename));
/PHP-8.1/ext/openssl/
H A Dopenssl.c5351 zend_printf("SMIME_read_PKCS7 failed\n"); in PHP_FUNCTION()
5371 zend_printf("Calling PKCS7 verify\n"); in PHP_FUNCTION()
5969 zend_printf("Calling CMS verify\n"); in PHP_FUNCTION()

Completed in 154 milliseconds