Home
last modified time | relevance | path

Searched refs:value (Results 251 – 275 of 2100) sorted by relevance

1...<<11121314151617181920>>...84

/PHP-5.5/ext/readline/
H A Dreadline.c240 zval **value = NULL; in PHP_FUNCTION() local
269 if (value) { in PHP_FUNCTION()
284 if (value) { in PHP_FUNCTION()
285 convert_to_long_ex(value); in PHP_FUNCTION()
286 rl_done = Z_LVAL_PP(value); in PHP_FUNCTION()
291 if (value) { in PHP_FUNCTION()
304 if (value) { in PHP_FUNCTION()
305 convert_to_long_ex(value); in PHP_FUNCTION()
314 if (value) { in PHP_FUNCTION()
322 if (value) { in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_get_result_bit.phpt63 $value = 0;
65 $value = $max_value;
70 $value = 0;
72 $value += mt_rand(0, $rand_max);
74 $value = mt_rand(0, $max_value);
78 $bin = ($bits < 32) ? decbin($value) : dec32bin($value, $bits);
79 $sql = sprintf("INSERT INTO test(id, bit_value) VALUES (%s, b'%s')", $value, $bin);
100 if (($value != $row['id']) || (($bin != $row['_bin']) && ($bin2 != $row['_bin']))) {
103 $bits, $value, $bits, $row['id'], $row['_bin'], $bin, $bin2);
106 if ($value != $row['bit_value']) {
[all …]
H A Dmysqli_stmt_bind_result_bit.phpt74 $value = 0;
76 $value = $max_value;
81 $value = 0;
83 $value += mt_rand(0, $rand_max);
85 $value = mt_rand(0, $max_value);
89 $bin = ($bits < 32) ? decbin($value) : dec32bin($value, $bits);
94 if (!mysqli_stmt_bind_param($stmt_ins, "dd", $value, $value)) {
126 if (($value != $row['id']) || (($bin != $row['_bin']) && ($bin2 != $row['_bin']))) {
129 $bits, $value, $bits, $row['id'], $row['_bin'], $bin, $bin2);
132 if ($value != $row['bit_value']) {
[all …]
/PHP-5.5/ext/standard/tests/math/
H A Dhypot_basic.phpt74 Notice: A non well formed numeric value encountered in %s on line %d
102 Notice: A non well formed numeric value encountered in %s on line %d
130 Notice: A non well formed numeric value encountered in %s on line %d
158 Notice: A non well formed numeric value encountered in %s on line %d
186 Notice: A non well formed numeric value encountered in %s on line %d
214 Notice: A non well formed numeric value encountered in %s on line %d
242 Notice: A non well formed numeric value encountered in %s on line %d
270 Notice: A non well formed numeric value encountered in %s on line %d
298 Notice: A non well formed numeric value encountered in %s on line %d
308 Notice: A non well formed numeric value encountered in %s on line %d
[all …]
/PHP-5.5/ext/standard/tests/general_functions/
H A Dgetopt_003.phpt4 -vvv --v -a value --another value -1111 -2 --12 --0 --0 --1 -v
28 string(5) "value"
30 string(5) "value"
H A Dprint_r.phpt150 var $value;
967 [value] => 50
978 [value] => 50
989 [value] => 50
1346 [value] => 50
1357 [value] => 50
1368 [value] => 50
1380 [value] => 50
1391 [value] => 50
1402 [value] => 50
[all …]
H A Dprint_r_64bit.phpt151 var $value;
968 [value] => 50
979 [value] => 50
990 [value] => 50
1347 [value] => 50
1358 [value] => 50
1369 [value] => 50
1381 [value] => 50
1392 [value] => 50
1403 [value] => 50
[all …]
/PHP-5.5/ext/spl/tests/
H A Dbug34548.phpt10 foreach($dataArray as $value) $this->append($value);
13 public function offsetSet($index, $value)
15 parent::offsetSet($index, $value);
/PHP-5.5/tests/basic/
H A D022.phpt7 …2%20; cookie3=val 3.; cookie 4= value 4 %3B; cookie1=bogus; %20cookie1=ignore;+cookie1=ignore;cook…
21 string(10) " value 4 ;"
23 string(7) " value"
/PHP-5.5/ext/standard/tests/array/
H A Darray_walk_recursive_variation7.phpt24 var_dump( array_walk_recursive($input, create_function('$value', 'var_dump($value); echo "\n";')));
27 …dump( array_walk_recursive($input, create_function('$value, $key', 'var_dump($key); var_dump($valu…
30 …array_walk_recursive($input, create_function('$value, $key, $user_data', 'var_dump($key); var_dump…
33 …array_walk_recursive($input, create_function('$value, $key, $user_data', 'var_dump($key); var_dump…
H A Darray_walk_variation7.phpt24 var_dump( array_walk($input, create_function('$value', 'var_dump($value); echo "\n";')));
27 var_dump( array_walk($input, create_function('$value, $key', 'var_dump($key); var_dump($value); ech…
30 var_dump( array_walk($input, create_function('$value, $key, $user_data', 'var_dump($key); var_dump(…
33 var_dump( array_walk($input, create_function('$value, $key, $user_data', 'var_dump($key); var_dump(…
/PHP-5.5/tests/lang/
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 …
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_conf.c174 if (!value || !*value) { in fpm_conf_expand_pool_name()
178 while (*value && (token = strstr(*value, "$pool"))) { in fpm_conf_expand_pool_name()
194 free(*value); in fpm_conf_expand_pool_name()
195 *value = strdup(buf); in fpm_conf_expand_pool_name()
568 kv->value = strdup(Z_STRVAL_P(value)); in fpm_conf_set_array()
574 if (!kv->value) { in fpm_conf_set_array()
653 free(kv->value); in fpm_worker_pool_config_free()
659 free(kv->value); in fpm_worker_pool_config_free()
665 free(kv->value); in fpm_worker_pool_config_free()
1338 if (!value) { in fpm_conf_ini_parser_entry()
[all …]
/PHP-5.5/ext/standard/tests/strings/
H A Dstrncasecmp_basic.phpt14 var_dump( strncasecmp('Hello', 'Hi', 5) ); //expected: value < 0
15 var_dump( strncasecmp('Hi', 'Hello', 5) ); //expected: value > 0
19 var_dump( strncasecmp("Hello", "Hi", 5) ); //expected: value < 0
20 var_dump( strncasecmp("Hi", "Hello", 5) ); //expected: value > 0
27 var_dump( strncasecmp($str, "Hi", 5) ); //expected: value < 0
28 var_dump( strncasecmp("Hi", $str, 5) ); //expected: value > 0
H A Dstrncmp_basic.phpt14 var_dump( strncmp('Hello', 'Hi', 5) ); //expected: value < 0
15 var_dump( strncmp('Hi', 'Hello', 5) ); //expected: value > 0
19 var_dump( strncmp("Hello", "Hi", 5) ); //expected: value < 0
20 var_dump( strncmp("Hi", "Hello", 5) ); //expected: value > 0
27 var_dump( strncmp($str, "Hi", 5) ); //expected: value < 0
28 var_dump( strncmp("Hi", $str, 5) ); //expected: value > 0
/PHP-5.5/tests/classes/
H A Diterators_006.phpt50 foreach ($array as $property => $value) {
51 print "$property: $value\n";
63 foreach ($array as $property => $value) {
64 print "$property: $value\n";
69 foreach ($array as $property => $value) {
70 print "$property: $value\n";
/PHP-5.5/ext/intl/tests/
H A Dbug53512.phpt19 string(65) "numfmt_set_symbol: invalid symbol value: U_ILLEGAL_ARGUMENT_ERROR"
21 string(65) "numfmt_set_symbol: invalid symbol value: U_ILLEGAL_ARGUMENT_ERROR"
23 string(65) "numfmt_set_symbol: invalid symbol value: U_ILLEGAL_ARGUMENT_ERROR"
25 string(65) "numfmt_set_symbol: invalid symbol value: U_ILLEGAL_ARGUMENT_ERROR"
/PHP-5.5/Zend/tests/
H A Dbug34893.phpt10 function __set($name, $value) {
11 $this->$name = $value;
19 function __set($name, $value) {
20 $this->$name = $value;
/PHP-5.5/ext/curl/tests/
H A Dbug63795.phpt2 Bug #63795 (CURL >= 7.28.0 no longer support value 1 for CURLOPT_SSL_VERIFYHOST)
28 Notice: curl_setopt(): CURLOPT_SSL_VERIFYHOST no longer accepts the value 1, value 2 will be used i…
32 Notice: curl_setopt(): CURLOPT_SSL_VERIFYHOST no longer accepts the value 1, value 2 will be used i…
/PHP-5.5/ext/fileinfo/libmagic/
H A Dis_tar.c135 int value; in from_oct() local
142 value = 0; in from_oct()
144 value = (value << 3) | (*where++ - '0'); in from_oct()
151 return value; in from_oct()
/PHP-5.5/ext/pcre/tests/
H A Dpreg_replace_callback_error1.phpt26 print "\nArg value is $regex_value\n";
34 Arg value is abcdef
39 Arg value is /[a-zA-Z]
44 Arg value is [a-zA-Z]/
49 Arg value is /[a-zA-Z]/F
54 Arg value is Array
57 Arg value is /[a-zA-Z]/
/PHP-5.5/ext/date/tests/
H A Ddate_sunset_variation7.phpt27 foreach($inputs as $timezone => $value) {
31 …var_dump( date_sunset($time, SUNFUNCS_RET_STRING, $value["Latitude"], $value["Longitude"], 90, $va…
33 …var_dump( date_sunset($time, SUNFUNCS_RET_STRING, $value["Latitude"], $value["Longitude"], 90, $va…
/PHP-5.5/ext/xmlrpc/tests/
H A Dbug50282.phpt26 <value>
30 <value>
32 </value>
35 </value>
/PHP-5.5/ext/oci8/tests/
H A Ddrcp_connect1.phpt19 // To verify this, we change the value of a PL/SQL package variable in one
44 // return the value set by conn2.
62 // value returned is what is set by pconn1
78 The value of the package variable is 0
79 Package variable value set to 1000
84 The value of the package variable is 0
85 Package variable value set to 100
89 The value of the package variable is 100
93 Package variable value set to 1000
98 The value of the package variable is 1000

Completed in 111 milliseconds

1...<<11121314151617181920>>...84