Home
last modified time | relevance | path

Searched refs:value (Results 226 – 250 of 2016) sorted by relevance

12345678910>>...81

/PHP-7.4/Zend/tests/
H A Dbug79979.phpt2 Bug #79979 (passing value to by-ref param via CUF(A) crashes)
13 Warning: Parameter 4 to str_replace() expected to be a reference, value given in %s on line %d
15 Warning: Parameter 4 to str_replace() expected to be a reference, value given in %s on line %d
17 Warning: Parameter 4 to str_replace() expected to be a reference, value given in %s on line %d
H A Dbug69201.phpt12 $value = null;
13 return $value;
16 public function __set($property, $value)
H A Dbug63462.phpt25 function __set($name, $value) {
27 $this->$name = $value;
46 $test->nonExisting = 'value';
47 $test->publicProperty = 'value';
48 $test->protectedProperty = 'value';
49 $test->privateProperty = 'value';
H A Dint_special_values.phpt14 foreach($values as $value) {
15 var_dump($value);
16 var_dump((int)$value);
/PHP-7.4/ext/xsl/tests/53965/
H A Dinclude.xsl3 <h1><xsl:value-of select="title"/></h1>
4 <h2>by <xsl:value-of select="artist"/> - <xsl:value-of select="year"/></h2>
/PHP-7.4/ext/fileinfo/libmagic/
H A Dprint.c140 (void) fprintf(stderr, "%d", m->value.l); in file_mdump()
146 CAST(long long, m->value.q)); in file_mdump()
154 file_showstr(stderr, m->value.s, in file_mdump()
162 file_fmttime(m->value.l, 0, tbuf)); in file_mdump()
169 file_fmttime(m->value.l, FILE_T_LOCAL, tbuf)); in file_mdump()
175 file_fmttime(m->value.q, 0, tbuf)); in file_mdump()
181 file_fmttime(m->value.q, FILE_T_LOCAL, tbuf)); in file_mdump()
187 file_fmttime(m->value.q, FILE_T_WINDOWS, tbuf)); in file_mdump()
192 (void) fprintf(stderr, "%G", m->value.f); in file_mdump()
197 (void) fprintf(stderr, "%G", m->value.d); in file_mdump()
[all …]
/PHP-7.4/ext/mysqli/tests/
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-7.4/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_simple_doclit_004w.phpt21 …llo world</ns1:param1><ns1:param2><ns2:value>12.345</ns2:value><ns2:value>45</ns2:value><ns2:value
H A Dr4_groupH_simple_doclit_005w.phpt21 …llo world</ns1:param1><ns1:param2><ns2:value>12.345</ns2:value><ns2:value>45</ns2:value><ns2:value
H A Dr4_groupH_simple_doclit_007w.phpt21 …llo world</ns1:param1><ns1:param2><ns2:value>12.345</ns2:value><ns2:value>45</ns2:value><ns2:value
/PHP-7.4/ext/standard/tests/array/
H A Darray_walk_recursive_variation5.phpt25 /* Prototype : callback(int $value, mixed $key)
26 * Parameters : $value - values in given input array
28 …* Description : function checks for the value whether positive or negative and displays according …
30 function callback($value, $key)
35 var_dump($value); // value
H A Darray_walk_variation5.phpt25 /* Prototype : callback(int $value, mixed $key)
26 * Parameters : $value - values in given input array
28 …* Description : function checks for the value whether positive or negative and displays according …
30 function callback($value, $key)
35 var_dump($value); // value
H A Drsort_variation6.phpt19 echo "\n-- 'flag' value is defualt --\n";
24 echo "\n-- 'flag' value is SORT_REGULAR --\n";
29 echo "\n-- 'flag' value is SORT_NUMERIC --\n";
39 -- 'flag' value is defualt --
66 -- 'flag' value is SORT_REGULAR --
93 -- 'flag' value is SORT_NUMERIC --
/PHP-7.4/ext/standard/tests/general_functions/
H A Dprint_r.phpt146 var $value;
963 [value] => 50
974 [value] => 50
985 [value] => 50
1342 [value] => 50
1353 [value] => 50
1364 [value] => 50
1376 [value] => 50
1387 [value] => 50
1398 [value] => 50
[all …]
H A Dprint_r_64bit.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 Doutput_add_rewrite_var_basic1.phpt19 output_add_rewrite_var('<name>', '<value>');
39 output_add_rewrite_var('<name>', '<value>');
86 <form method="get"><input type="hidden" name="&lt;NAME&gt;" value="&lt;VALUE&gt;" /> </form>
87 <form action="./foo.php" method="get"><input type="hidden" name="&lt;NAME&gt;" value="&lt;VALUE&gt;…
88 <form action="//php.net/bar.php" method="get"><input type="hidden" name="&lt;NAME&gt;" value="&lt;V…
101 <form method="get"><input type="hidden" name="&lt;NAME&gt;" value="&lt;VALUE&gt;" /> </form>
116 …"><input type="hidden" name="&lt;NAME&gt;" value="&lt;VALUE&gt;" /><input type="hidden" name="PHPS…
117 …"><input type="hidden" name="&lt;NAME&gt;" value="&lt;VALUE&gt;" /><input type="hidden" name="PHPS…
118 …"><input type="hidden" name="&lt;NAME&gt;" value="&lt;VALUE&gt;" /><input type="hidden" name="PHPS…
119 …"><input type="hidden" name="&lt;NAME&gt;" value="&lt;VALUE&gt;" /><input type="hidden" name="PHPS…
[all …]
/PHP-7.4/ext/curl/tests/
H A Dbug63363.phpt2 Bug #63363 (CURL silently accepts boolean value for SSL_VERIFYHOST)
28 … CURLOPT_SSL_VERIFYHOST with value 1 is deprecated and will be removed as of libcurl 7.28.1. It is…
32 … CURLOPT_SSL_VERIFYHOST with value 1 is deprecated and will be removed as of libcurl 7.28.1. It is…
/PHP-7.4/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
/PHP-7.4/ext/pcre/tests/
H A Dpreg_replace_error1.phpt23 print "\nArg value is $regex_value\n";
36 Arg value is abcdef
41 Arg value is /[a-zA-Z]
46 Arg value is [a-zA-Z]/
51 Arg value is /[a-zA-Z]/F
56 Arg value is Array
59 Arg value is /[a-zA-Z]/
/PHP-7.4/ext/simplexml/tests/
H A D012.phpt19 $sxe["attr"] = "value";
23 $sxe["attr"] = "new value";
35 <foo attr="value"/>
37 <foo attr="new value"/>
/PHP-7.4/ext/xmlrpc/tests/
H A Dbug68027.phpt14 …rsion=\"1.0\"?><methodResponse><params><param><value><dateTime.iso8601>$datetime</dateTime.iso8601…
18 …rsion=\"1.0\"?><methodResponse><params><param><value><dateTime.iso8601>$datetime</dateTime.iso8601…
/PHP-7.4/ext/standard/tests/strings/
H A Dstrcspn_variation5.phpt69 echo "\n-- Iteration with str value as \"$str\" --\n";
78 -- Iteration with str value as "" --
81 -- Iteration with str value as "
86 -- Iteration with str value as "first line of heredoc string
91 -- Iteration with str value as "hello world
97 -- Iteration with str value as "hello123world456
101 -- Iteration with str value as "hello�world�hello
105 -- Iteration with str value as "hello�@�world�hello
H A Dstrspn_variation5.phpt69 echo "\n-- Iteration with str value as \"$str\" --\n";
78 -- Iteration with str value as "" --
81 -- Iteration with str value as "
86 -- Iteration with str value as "first line of heredoc string
91 -- Iteration with str value as "hello world
97 -- Iteration with str value as "hello123world456
101 -- Iteration with str value as "hello�world�hello
105 -- Iteration with str value as "hello�@�world�hello
/PHP-7.4/ext/ldap/tests/
H A Dldap_mod_ext.phpt28 ['oid' => LDAP_CONTROL_PRE_READ, 'iscritical' => TRUE, 'value' => ['attrs' => ['description']]],
29 ['oid' => LDAP_CONTROL_POST_READ, 'iscritical' => TRUE, 'value' => ['attrs' => ['description']]],
42 ['oid' => LDAP_CONTROL_PRE_READ, 'iscritical' => TRUE, 'value' => ['attrs' => ['description']]],
43 ['oid' => LDAP_CONTROL_POST_READ, 'iscritical' => TRUE, 'value' => ['attrs' => ['description']]],
75 ["value"]=>
85 ["value"]=>
146 ["value"]=>
161 ["value"]=>
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_class_constants.phpt56 Sets the timeout value in seconds for communications with the database.
68 foreach ($constants as $name => $value)
70 if (!isset($values[$value]))
71 $values[$value] = array($name);
73 $values[$value][] = $name;
95 foreach ($values as $value => $constants) {
97 printf("[003] Several constants share the same value '%s'\n", $value);

Completed in 68 milliseconds

12345678910>>...81