Home
last modified time | relevance | path

Searched refs:values (Results 1 – 25 of 1922) sorted by last modified time

12345678910>>...77

/PHP-5.5/win32/
H A Dregistry.c62 DWORD keys, values, max_key, max_name, max_value; in LoadDirectory() local
66 …if (RegQueryInfoKey(key, NULL, NULL, NULL, &keys, &max_key, NULL, &values, &max_name, &max_value, … in LoadDirectory()
68 if (values) { in LoadDirectory()
75 for (i = 0; i < values; i++) { in LoadDirectory()
H A Dinstall.txt512 Note: Remember that when adding path values in the Apache
638 Note: Remember that when adding path values in the Apache
767 php.ini-values, for example you can set a
1295 ; Boolean values can be set to either:
1336 Note: Don't use php_value to set boolean values. php_flag (see
1366 evaluate to 0. Use the associated bitmask values instead. These
1376 configuration values for the directory c:\inetpub\wwwroot would be
1380 of it. The values under the key should have the name of the PHP
1382 values are not parsed. However, only configuration values changeable in
1383 PHP_INI_USER can be set this way, PHP_INI_PERDIR values can not.
[all …]
/PHP-5.5/tests/output/
H A Dob_implicit_flush_variation_001.phpt49 //array of values to iterate over
H A Dob_start_basic_002.phpt2 ob_start(): Check behaviour with various callback return values.
/PHP-5.5/tests/lang/operators/
H A Doperator_equals_variation.phpt29 // test valid values
43 // test invalid values
H A Doperator_equals_variation_64bit.phpt31 // test valid values
45 // test invalid values
H A Doperator_gt_or_equal_variation.phpt29 // test valid values
43 // test for invalid values
H A Doperator_gt_or_equal_variation_64bit.phpt29 // test valid values
43 // test for invalid values
H A Doperator_gt_variation.phpt28 // test valid values
42 // test for invalid values
H A Doperator_gt_variation_64bit.phpt28 // test valid values
42 // test for invalid values
H A Doperator_identical_variation.phpt29 // test for valid values
43 // test for invalid values
H A Doperator_identical_variation_64bit.phpt31 // test for valid values
45 // test for invalid values
H A Doperator_lt_or_equal_variation.phpt29 // test valid values
43 // test invalid values
H A Doperator_lt_or_equal_variation_64bit.phpt29 // test valid values
43 // test invalid values
H A Doperator_lt_variation.phpt40 // test for invalid values
H A Doperator_lt_variation_64bit.phpt40 // test for invalid values
H A Doperator_notequals_variation.phpt29 // test valid values
43 // test invalid values
H A Doperator_notequals_variation_64bit.phpt31 // test valid values
45 // test invalid values
H A Doperator_notidentical_variation.phpt29 // test for valid values
43 // test for invalid values
H A Doperator_notidentical_variation_64bit.phpt31 // test for valid values
45 // test for invalid values
/PHP-5.5/tests/lang/
H A DforeachLoopObjects.003.phpt14 echo "\nDirectly changing object values.\n";
88 Directly changing object values.
H A Deach_binary_safety.phpt2 Binary safety of each() for both keys and values
H A DforeachLoop.002.phpt6 echo "\nDirectly changing array values.\n";
76 Directly changing array values.
H A D024.phpt169 …$j=$i++; /* this should set $i to 1, but shouldn't change $j (it's assigned $i's previous values,…
/PHP-5.5/tests/classes/
H A Dimplicit_instantiation_001.phpt6 // These values get implicitly converted to objects
11 // These values do not get implicitly converted to objects

Completed in 41 milliseconds

12345678910>>...77