Home
last modified time | relevance | path

Searched refs:value (Results 1751 – 1775 of 2016) sorted by relevance

1...<<7172737475767778798081

/PHP-7.4/ext/standard/tests/array/
H A Darray_multisort_variation1.phpt98 foreach($inputs as $key =>$value) {
100 var_dump( array_multisort($value));
H A Darray_multisort_variation2.phpt106 foreach($inputs as $key =>$value) {
108 var_dump( array_multisort($ar1, $value) );
H A Darray_multisort_variation3.phpt99 foreach($inputs as $key =>$value) {
101 var_dump( array_multisort($ar1, SORT_REGULAR, $value) );
H A Dsort_variation5.phpt13 * flag value as defualt
H A Darray_reverse_variation3.phpt50 array( "one" => "ten", "two" => "twenty", "three" => "thirty"), // string key/value
53 // associative array, containing null/empty/boolean values as key/value
/PHP-7.4/ext/standard/tests/url/
H A Dparse_url_basic_008.phpt92 --> http://user:@pass@host/path?argument?value#etc : string(14) "argument?value"
/PHP-7.4/ext/oci8/
H A Doci8.c473 ZEND_ARG_INFO(0, value)
489 ZEND_ARG_INFO(0, value)
607 ZEND_ARG_INFO(0, value)
620 ZEND_ARG_INFO(0, value)
2459 ZVAL_NULL(value); in php_oci_column_to_zval()
2464 ZVAL_RES(value, column->stmtid); in php_oci_column_to_zval()
2493 ZVAL_FALSE(value); in php_oci_column_to_zval()
2497 ZVAL_STRINGL(value, lob_buffer, lob_length); in php_oci_column_to_zval()
2499 ZVAL_EMPTY_STRING(value); in php_oci_column_to_zval()
2523 ZVAL_FALSE(value); in php_oci_column_to_zval()
[all …]
/PHP-7.4/ext/standard/tests/file/
H A Dfputcsv_variation11.phpt2 Test fputcsv() : usage variations - with default enclosure value
10 /* Testing fputcsv() to write to a file when default enclosure value is provided */
12 echo "*** Testing fputcsv() : with default enclosure value ***\n";
76 *** Testing fputcsv() : with default enclosure value ***
H A Dfputcsv_variation12.phpt10 /* Testing fputcsv() to write to a file when default enclosure value and delimiter value
13 echo "*** Testing fputcsv() : with default enclosure and different delimiter value ***\n";
77 *** Testing fputcsv() : with default enclosure and different delimiter value ***
H A D005_variation2.phpt28 named in the filename parameter to the value given in time.
H A Dfscanf_variation23.phpt48 foreach($array_types as $value) {
49 @fprintf($file_handle, $value);
H A Dfscanf_variation17.phpt48 foreach($array_types as $value) {
49 @fprintf($file_handle, $value);
/PHP-7.4/Zend/tests/type_declarations/
H A Dscalar_strict_64bit.phpt43 foreach ($values as $value) {
45 var_dump($value);
47 var_dump($function($value));
H A Dscalar_strict.phpt43 foreach ($values as $value) {
45 var_dump($value);
47 var_dump($function($value));
/PHP-7.4/ext/standard/tests/general_functions/
H A Dgettype_settype_variation7.phpt118 -2147483648, // max -ne int value
123 0xF674593039, // a hex value > than max int
127 02224242434343152, // an octal value > than max int
/PHP-7.4/
H A DUPGRADING45 . The "creating default object from empty value" warning is now consistently
46 thrown if a falsy value is promoted into an stdClass object. Previously some
50 for the get_declared_classes() return value.
61 . The $version parameter of curl_version() is deprecated. If any value not
73 . As of PHP 7.4.4, the value of the $childNodes property of DOMDocument,
79 . The default parameter value of idn_to_ascii() and idn_to_utf8() is now
206 . Added support for arrow functions with implicit by-value scope binding.
531 return value by their currently bound value, if libsqlite ≥ 3.14 is used.
632 . Numeric value of class, property, function and constant modifiers was
/PHP-7.4/ext/date/lib/
H A Dparse_date.re145 int value;
538 timelib_sll value = 0;
550 value = tp->value;
556 return value;
571 timelib_long value = 0;
583 value = tp->value;
588 return value;
630 value = tp;
636 return value;
725 value = tp->gmtoffset;
[all …]
/PHP-7.4/win32/build/
H A Dconfutils.js559 function DEFINE(name, value) argument
564 configure_subst.Add(name, value);
2679 function AC_DEFINE(name, value, comment, quote) argument
2684 if (quote && typeof(value) == "string") {
2685 value = '"' + value.replace(new RegExp('(["\\\\])', "g"), '\\$1') + '"';
2686 } else if (typeof(value) != "undefined" && value.length == 0) {
2687 value = '""';
2689 var item = new Array(value, comment);
2692 STDOUT.WriteLine("AC_DEFINE[" + name + "]=" + value + ": is already defined to " + orig_item[0]);
/PHP-7.4/ext/oci8/tests/
H A Dcoll_019.phpt101 Warning: OCI-Collection::append(): OCI-01840: input value not long enough for date format in %s on …
/PHP-7.4/tests/output/
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…
/PHP-7.4/ext/standard/tests/strings/
H A Dbasename_basic.phpt48 /* paths with binary value to check if the function is binary safe*/
/PHP-7.4/Zend/tests/
H A Dobject_handlers.phpt13 function __set($property, $value) {
/PHP-7.4/ext/session/tests/
H A Dsession_basic3.phpt33 output_add_rewrite_var('var', 'value');
319 <form action="script.php" method="post"><input type="hidden" name="PHPSESSID" value="testid" />
323 <form action="../script.php" method="post"><input type="hidden" name="PHPSESSID" value="testid" />
327 <form action="/path/script.php" method="post"><input type="hidden" name="PHPSESSID" value="testid" …
331 <form action="../path/script.php" method="post"><input type="hidden" name="PHPSESSID" value="testid…
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_32.c327 sljit_s32 value; member
332 sljit_s32 value; in resolve_const_pool_index() local
339 value = (sljit_s32)cpool_start_address[cpool_current_index]; in resolve_const_pool_index()
345 value = (sljit_s32)cpool_start_address[cpool_current_index]; in resolve_const_pool_index()
349 value = curr_patch->value; in resolve_const_pool_index()
362 if (value >= 0) { in resolve_const_pool_index()
363 if ((sljit_uw)value > cpool_current_index) { in resolve_const_pool_index()
374 curr_patch->index = value; in resolve_const_pool_index()
375 curr_patch->value = cpool_start_address[value]; in resolve_const_pool_index()
378 cpool_start_address[value] = *buf_ptr; in resolve_const_pool_index()
/PHP-7.4/ext/tokenizer/tests/
H A Dtoken_get_all_variation13.phpt43 global $value;
826 string(6) "$value"

Completed in 99 milliseconds

1...<<7172737475767778798081