Home
last modified time | relevance | path

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

/php-src/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-src/Zend/
H A Dzend_highlight.c85 zend_printf("<pre><code style=\"color: %s\">", last_color); in zend_highlight()
130 zend_printf("</span>"); in zend_highlight()
134 zend_printf("<span style=\"color: %s\">", last_color); in zend_highlight()
158 zend_printf("</span>"); in zend_highlight()
160 zend_printf("</code></pre>"); in zend_highlight()
H A Dzend_ini.c942 zend_printf("<span style=\"color: %s\">%s</span>", value, value); in ZEND_INI_DISP()
972 zend_printf("%s", value); in ZEND_INI_DISP()
H A Dzend.h331 extern ZEND_API size_t (*zend_printf)(const char *format, ...) ZEND_ATTRIBUTE_PTR_FORMAT(printf, 1,…
H A Dzend.c84 ZEND_API size_t (*zend_printf)(const char *format, ...); variable
929 zend_printf = utility_functions->printf_function; in zend_startup()
H A Dzend_API.c2505 zend_printf("%s: Registering module %d\n", module->name, module->module_number); in zend_register_module_ex()
3222 zend_printf("%s: Module shutdown\n", module->name); in module_destructor()
/php-src/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()
1086 zend_printf("Exception: %s\n", Z_STRVAL_P(msg)); in do_cli()
1109 zend_printf("Extension '%s' not present.\n", reflection_what); in do_cli()
1122 zend_printf("Configuration File (php.ini) Path: %s\n", PHP_CONFIG_FILE_PATH); in do_cli()
1123zend_printf("Loaded Configuration File: %s\n", php_ini_opened_path ? php_ini_opened_path :… in do_cli()
1124zend_printf("Scan for additional .ini files in: %s\n", php_ini_scanned_path ? php_ini_scanned_pat… in do_cli()
1125zend_printf("Additional .ini files parsed: %s\n", php_ini_scanned_files ? php_ini_scanned_fil… in do_cli()
/php-src/sapi/litespeed/
H A Dlsapi_main.c1334zend_printf("No syntax errors detected in %s\n", ZSTR_VAL(file_handle.filename)); in cli_main()
1336 zend_printf("Errors parsing %s\n", ZSTR_VAL(file_handle.filename)); in cli_main()
/php-src/sapi/cgi/
H A Dcgi_main.c2522 zend_printf("No syntax errors detected in %s\n", ZSTR_VAL(file_handle.filename));
2524 zend_printf("Errors parsing %s\n", ZSTR_VAL(file_handle.filename));
/php-src/ext/openssl/
H A Dopenssl.c5476 zend_printf("SMIME_read_PKCS7 failed\n"); in PHP_FUNCTION()
5496 zend_printf("Calling PKCS7 verify\n"); in PHP_FUNCTION()
6094 zend_printf("Calling CMS verify\n"); in PHP_FUNCTION()

Completed in 65 milliseconds