Home
last modified time | relevance | path

Searched refs:function (Results 1 – 25 of 6887) sorted by last modified time

12345678910>>...276

/PHP-5.5/win32/build/
H A Dphpize.js.in35 function ERROR(msg)
41 function file_get_contents(filename)
53 function Module_Item(module_name, config_path, dir_line, deps, content)
62 function get_module_dep(contents)
79 function find_config_w32(dirname)
124 function emit_module(item)
129 function emit_dep_modules(module_names)
151 function gen_modules()
177 function buildconf_process_args()
H A Dconfig.w32306 function probe_basic_headers()
316 function add_extra_dirs()
H A Dconfig.w32.h.in25 /* Enable / Disable crypt() function (default: enabled) */
H A Dconfig.w32.phpize.in285 function probe_basic_headers()
295 function add_extra_dirs()
H A DDSP.README23 line endings (CR/LF) in order to function. The affected files are:
/PHP-5.5/win32/
H A Dinstall.txt575 use the highlight_file() function. To do this simply create a PHP
846 The NSAPI module now supports the nsapi_virtual() function (alias:
848 in the web page. The problem is, that this function uses some
868 You can check the status by using the phpinfo() function.
1069 To this php.ini file, or through the use of the dl() function.
1394 function, and review the resulting page. You can also access the values
1639 function) then PHP is working, and your problem may be related to your
1666 the phpinfo() function) then PHP is working.
/PHP-5.5/tests/output/
H A Dob_get_contents_error_001.phpt2 Test ob_get_contents() function : error cases
H A Dob_get_level_basic_001.phpt2 Test ob_get_level() function : basic functionality
14 echo "\n-- Testing ob_get_level() function with Zero arguments --\n";
38 -- Testing ob_get_level() function with Zero arguments --
H A Dob_get_level_error_001.phpt2 Test ob_get_level() function : error conditions
14 echo "\n-- Testing ob_get_level() function with one argument --\n";
23 -- Testing ob_get_level() function with one argument --
H A Dob_implicit_flush_basic_001.phpt2 Test ob_implicit_flush() function : check return value (always null).
H A Dob_implicit_flush_basic_002.phpt2 Test ob_implicit_flush() function : ensure implicit flushing does not apply to user buffers.
H A Dob_implicit_flush_error_001.phpt2 Test ob_implicit_flush() function : wrong number of arguments
15 echo "\n-- Testing ob_implicit_flush() function with more than expected no. of arguments --\n";
25 -- Testing ob_implicit_flush() function with more than expected no. of arguments --
H A Dob_implicit_flush_variation_001.phpt2 Test ob_implicit_flush() function : usage variation
14 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
22 // Initialise function arguments not being substituted (if any)
31 public function __toString() {
H A Dob_start_basic_002.phpt5 function return_empty_string($string) {
9 function return_false($string) {
13 function return_null($string) {
17 function return_string($string) {
21 function return_zero($string) {
H A Dob_start_basic_003.phpt6 function f() {
11 cause_fatal_error(); // call undefined function
H A Dob_start_basic_004.phpt12 function callback($string) {
H A Dob_start_basic_005.phpt11 function h($string) {
16 function checkAndClean() {
H A Dob_start_basic_006.phpt10 function f($string) {
20 function __construct($id) {
24 static function g($string) {
31 function h($string) {
39 function checkAndClean() {
H A Dob_start_basic_unerasable_001.phpt5 function callback($string) {
H A Dob_start_basic_unerasable_002.phpt5 function callback($string) {
H A Dob_start_basic_unerasable_003.phpt5 function callback($string) {
H A Dob_start_basic_unerasable_004.phpt5 function callback($string) {
H A Dob_start_callbacks.phpt7 $a = function ($s) { return strtoupper($s); };
14 static function out($foo) {
28 function my_strtoupper($foo, $bar) {
33 echo 'function via variable', "\n";
H A Dob_start_error_001.phpt10 function justPrint($str) {
H A Dob_start_error_002.phpt11 static function f($str) {
38 Warning: ob_start(): function 'no' not found or invalid function name in %s on line 16

Completed in 40 milliseconds

12345678910>>...276