Home
last modified time | relevance | path

Searched refs:value (Results 1 – 25 of 2100) sorted by last modified time

12345678910>>...84

/PHP-5.5/win32/
H A Dregistry.c71 char *value = (char*)emalloc(max_value+1); in LoadDirectory() local
78 if (RegEnumValue(key, i, name, &name_len, NULL, &type, value, &value_len) == ERROR_SUCCESS) { in LoadDirectory()
92 Z_STRVAL_P(data) = zend_strndup(value, value_len-1); in LoadDirectory()
121 efree(value); in LoadDirectory()
H A Dtime.c148 PHPAPI int setitimer(int which, const struct itimerval *value, struct itimerval *ovalue)
150 int timeout = value->it_value.tv_sec * 1000 + value->it_value.tv_usec;
H A Dtime.h48 PHPAPI extern int setitimer(int which, const struct itimerval *value,
H A Dinstall.txt406 value is "c:\Inetpub\wwwroot".
455 appropriate ISAPI DLL. An example PHP 5 value is:
764 y=value ...]
769 called. For boolean ini-keys please use 0/1 as value, not
777 Service fn=php5_execute [inikey=value inikey=value ...]
825 ey=value...]
837 pt.php" [inikey=value inikey=value...]
1331 php_value name value
1334 previously set value use none as the value.
1343 php_admin_value name value
[all …]
/PHP-5.5/win32/build/
H A Dconfutils.js511 function DEFINE(name, value) argument
516 configure_subst.Add(name, value);
2062 function AC_DEFINE(name, value, comment, quote) argument
2067 if (quote && typeof(value) == "string") {
2068 value = '"' + value.replace(new RegExp('(["\\\\])', "g"), '\\$1') + '"';
2069 } else if (value.length == 0) {
2070 value = '""';
2072 var item = new Array(value, comment);
2075 STDOUT.WriteLine("AC_DEFINE[" + name + "]=" + value + ": is already defined to " + orig_item[0]);
/PHP-5.5/tests/output/
H A Dob_get_clean_basic_001.phpt2 Test return type and value, as well as basic behaviour, of ob_get_clean()
H A Dob_get_length_basic_001.phpt2 Test return type and value, as well as basic behaviour, of ob_get_length()
18 $value = ob_get_length();
22 var_dump($value);
H A Dob_implicit_flush_basic_001.phpt2 Test ob_implicit_flush() function : check return value (always null).
11 echo "*** Testing ob_implicit_flush() : check return value ***\n";
20 *** Testing ob_implicit_flush() : check return value ***
H A Dob_implicit_flush_variation_001.phpt98 foreach($inputs as $key =>$value) {
100 var_dump( ob_implicit_flush($value) );
H A Dob_start_basic_001.phpt2 Test return type and value for ob_start()
H A Dob_start_basic_004.phpt11 // In HEAD, $chunk_size value of 1 should not have any special behaviour (http://marc.info/?l=php-i…
H A Dob_end_clean_basic_001.phpt2 Test return type and value, as well as basic behaviour, for ob_end_clean()
/PHP-5.5/tests/
H A Dquicktester.inc3 Helper for simple tests to check return-value. Usage:
/PHP-5.5/tests/lang/
H A DpassByReference_003.phpt15 echo "\nPassing undefined by value\n";
27 Passing undefined by value
H A DpassByReference_004.phpt2 passing the return value from a function by reference
11 function bar($value)
13 return $value;
H A DpassByReference_005.phpt2 Pass uninitialised variables by reference and by value to test implicit initialisation.
H A DpassByReference_007.phpt2 Pass function and method calls by reference and by value.
45 echo "Pass a function call that returns a value:\n";
56 echo "\nPass a static method call that returns a value:\n";
68 echo "\nPass a method call that returns a value:\n";
80 Pass a function call that returns a value:
89 Pass a static method call that returns a value:
98 Pass a method call that returns a value:
H A DpassByReference_008.phpt2 Pass same variable by ref and by value.
H A DreturnByReference.003.phpt17 echo "\n---> 1. Trying to assign by reference the return value of a function that returns by value:…
24 echo "\n---> 2. Trying to assign by reference the return value of a function that returns a constan…
31 echo "\n---> 3. Trying to assign by reference the return value of a function that returns by ref:\n…
41 ---> 1. Trying to assign by reference the return value of a function that returns by value:
47 ---> 2. Trying to assign by reference the return value of a function that returns a constant by ref:
53 ---> 3. Trying to assign by reference the return value of a function that returns by ref:
H A DreturnByReference.004.phpt19 echo "\n---> 1. Trying to assign by reference the return value of a function that returns by value:…
26 echo "\n---> 2. Trying to assign by reference the return value of a function that returns a constan…
33 echo "\n---> 3. Trying to assign by reference the return value of a function that returns by ref:\n…
43 ---> 1. Trying to assign by reference the return value of a function that returns by value:
49 ---> 2. Trying to assign by reference the return value of a function that returns a constant by ref:
55 ---> 3. Trying to assign by reference the return value of a function that returns by ref:
H A DreturnByReference.005.phpt20 echo "\n---> 1. Trying to assign by reference the return value of a function that returns by value:…
27 echo "\n---> 2. Trying to assign by reference the return value of a function that returns a constan…
34 echo "\n---> 3. Trying to assign by reference the return value of a function that returns by ref:\n…
44 ---> 1. Trying to assign by reference the return value of a function that returns by value:
50 ---> 2. Trying to assign by reference the return value of a function that returns a constant by ref:
56 ---> 3. Trying to assign by reference the return value of a function that returns by ref:
H A DreturnByReference.006.phpt23 …rn by ref function call, assign by reference the return value of a function that returns by value:…
30 echo "\n---> 2. Via a return by ref function call, assign by reference the return value of a functi…
37 echo "\n---> 3. Via a return by ref function call, assign by reference the return value of a functi…
46 …urn by ref function call, assign by reference the return value of a function that returns by value:
52 ---> 2. Via a return by ref function call, assign by reference the return value of a function that …
58 ---> 3. Via a return by ref function call, assign by reference the return value of a function that …
H A DreturnByReference.007.phpt25 …rn by ref function call, assign by reference the return value of a function that returns by value:…
32 echo "\n---> 2. Via a return by ref function call, assign by reference the return value of a functi…
39 echo "\n---> 3. Via a return by ref function call, assign by reference the return value of a functi…
49 …urn by ref function call, assign by reference the return value of a function that returns by value:
55 ---> 2. Via a return by ref function call, assign by reference the return value of a function that …
61 ---> 3. Via a return by ref function call, assign by reference the return value of a function that …
H A DreturnByReference.008.phpt26 …rn by ref function call, assign by reference the return value of a function that returns by value:…
33 echo "\n---> 2. Via a return by ref function call, assign by reference the return value of a functi…
40 echo "\n---> 3. Via a return by ref function call, assign by reference the return value of a functi…
50 …urn by ref function call, assign by reference the return value of a function that returns by value:
56 ---> 2. Via a return by ref function call, assign by reference the return value of a function that …
62 ---> 3. Via a return by ref function call, assign by reference the return value of a function that …
H A DreturnByReference.009.phpt28 echo "\n---> 2. Return a value by reference -> Warning:\n";
36 ---> 2. Return a value by reference -> Warning:

Completed in 95 milliseconds

12345678910>>...84