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.phpt8 FFI::cdef("extern void *zend_printf;");
17 $libc = FFI::cdef("extern size_t (*zend_printf)(const char *format, ...);");
18 $args = ["test from zend_printf\n"];
19 ($libc->zend_printf)(...$args);
20 $args2 = ["Hello, %s from zend_printf\n", "world"];
21 ($libc->zend_printf)(...$args2);
24 test from zend_printf
25 Hello, world from zend_printf
H A D100.phpt8 FFI::cdef("extern void *zend_printf;");
22 extern size_t (*zend_printf)(const char *format, ...);
31 var_dump($zend->zend_printf);
32 var_dump(($zend->zend_printf)("Hello %s!\n", "World"));
H A D101.phpt8 FFI::cdef("extern void *zend_printf;");
22 extern size_t (*zend_printf)(const char *format, ...);
32 var_dump($zend->zend_printf);
33 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()
131 zend_printf("</span>"); in zend_highlight()
135 zend_printf("<span style=\"color: %s\">", last_color); in zend_highlight()
159 zend_printf("</span>"); in zend_highlight()
161 zend_printf("</code></pre>"); in zend_highlight()
H A Dzend_ini.c943 zend_printf("<span style=\"color: %s\">%s</span>", value, value); in ZEND_INI_DISP()
973 zend_printf("%s", value); in ZEND_INI_DISP()
H A Dzend.h340 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
951 zend_printf = utility_functions->printf_function; in zend_startup()
H A Dzend_API.c2593 zend_printf("%s: Registering module %d\n", module->name, module->module_number); in zend_register_module_ex()
3315 zend_printf("%s: Module shutdown\n", module->name); in module_destructor()
/php-src/sapi/cli/
H A Dphp_cli.c940 zend_printf("No syntax errors detected in %s\n", php_self); in do_cli()
942 zend_printf("Errors parsing %s\n", php_self); in do_cli()
1056 zend_printf("Exception: %s\n", Z_STRVAL_P(msg)); in do_cli()
1079 zend_printf("Extension '%s' not present.\n", reflection_what); in do_cli()
1092 zend_printf("Configuration File (php.ini) Path: %s\n", PHP_CONFIG_FILE_PATH); in do_cli()
1093zend_printf("Loaded Configuration File: %s\n", php_ini_opened_path ? php_ini_opened_path :… in do_cli()
1094zend_printf("Scan for additional .ini files in: %s\n", php_ini_scanned_path ? php_ini_scanned_pat… in do_cli()
1095zend_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.c1330zend_printf("No syntax errors detected in %s\n", ZSTR_VAL(file_handle.filename)); in cli_main()
1332 zend_printf("Errors parsing %s\n", ZSTR_VAL(file_handle.filename)); in cli_main()
/php-src/sapi/cgi/
H A Dcgi_main.c2538 zend_printf("No syntax errors detected in %s\n", ZSTR_VAL(file_handle.filename));
2540 zend_printf("Errors parsing %s\n", ZSTR_VAL(file_handle.filename));
/php-src/ext/openssl/
H A Dopenssl.c5649 zend_printf("SMIME_read_PKCS7 failed\n"); in PHP_FUNCTION()
5669 zend_printf("Calling PKCS7 verify\n"); in PHP_FUNCTION()
6267 zend_printf("Calling CMS verify\n"); in PHP_FUNCTION()

Completed in 107 milliseconds