Home
last modified time | relevance | path

Searched refs:value (Results 1851 – 1875 of 2100) sorted by relevance

1...<<71727374757677787980>>...84

/PHP-5.5/ext/spl/tests/
H A DarrayObject_magicMethods1.phpt16 function __set($name, $value) {
H A DarrayObject_magicMethods2.phpt16 function __set($name, $value) {
H A DSplFileObject_fputcsv_variation5.phpt2 Test fputcsv() : usage variations - with default arguments value
8 echo "*** Testing fputcsv() : with default arguments value ***\n";
68 *** Testing fputcsv() : with default arguments value ***
/PHP-5.5/ext/standard/tests/file/
H A D005_variation2-win32.phpt28 named in the filename parameter to the value given in time.
H A Dfscanf_variation27.phpt28 -2147483648, // max negative integer value
30 2147483647, // max positive integer value
H A Dfscanf_variation2.phpt28 -2147483648, // max negative integer value
30 2147483647, // max positive integer value
H A Dfscanf_variation20.phpt28 -2147483648, // max negative integer value
30 2147483647, // max positive integer value
H A Dfscanf_variation33.phpt34 -2147483648, // max negative integer value
36 2147483647, // max positive integer value
H A Dfscanf_variation39.phpt34 -2147483648, // max negative integer value
36 2147483647, // max positive integer value
H A Dfscanf_variation45.phpt28 -2147483648, // max negative integer value
30 2147483647, // max positive integer value
/PHP-5.5/ext/standard/tests/array/
H A Darray_diff_uassoc_variation3.phpt103 foreach($inputs as $key =>$value) {
105 var_dump( array_diff_uassoc($array1, $array2, $value) );
H A Darray_uintersect_uassoc_variation3.phpt100 foreach($inputs as $key =>$value) {
102 var_dump( array_uintersect_uassoc($arr1, $arr2, $value, $key_compare_func) );
H A Darray_uintersect_uassoc_variation4.phpt100 foreach($inputs as $key =>$value) {
102 var_dump( array_uintersect_uassoc($arr1, $arr2, $data_compare_func, $value) );
H A Darray_uintersect_variation3.phpt97 foreach($inputs as $key =>$value) {
99 var_dump( array_uintersect($arr1, $arr2, $value) );
H A Darray_pad_variation6.phpt64 array( "one" => "ten", "two" => "twenty", "three" => "thirty"), // string key/value
67 // associative array, containing null/empty/boolean values as key/value
H A Darray_udiff_assoc_variation3.phpt97 foreach($inputs as $key =>$value) {
99 var_dump( array_udiff_assoc($arr1, $arr2, $value) );
H A Darray_udiff_uassoc_variation3.phpt100 foreach($inputs as $key =>$value) {
102 var_dump( array_udiff_uassoc($arr1, $arr2, $value, $key_comp_func) );
H A Darray_udiff_uassoc_variation4.phpt100 foreach($inputs as $key =>$value) {
102 var_dump( array_udiff_uassoc($arr1, $arr2, $data_comp_func, $value) );
H A Darray_udiff_variation3.phpt97 foreach($inputs as $key =>$value) {
99 var_dump( array_udiff($arr1, $arr2, $value) );
/PHP-5.5/sapi/cgi/
H A DREADME.FastCGI129 PHP_FCGI_CHILDREN (default value: 0)
146 PHP_FCGI_MAX_REQUESTS (default value: 500)
/PHP-5.5/ext/standard/tests/general_functions/
H A Dgettype_settype_variation5.phpt118 -2147483648, // max -ne int value
123 0xF674593039, // a hex value > than max int
127 02224242434343152, // an octal value > than max int
/PHP-5.5/
H A DNEWS225 value of 32 bytes). (Stas)
1568 a default value). (Nikita)
2466 from value). (Pierrick)
5792 value. (Hannes)
6213 non-string value). (Felipe)
7581 value). (Ilia)
7798 invalid or missing value.
8710 - Fixed bug #36908 (wsdl default value overrides value in soap request).
9341 value) (Dmitry, Tony)
9684 include_path value). (Ilia)
[all …]
/PHP-5.5/ext/soap/
H A Dphp_http.c829 zval** value; in make_http_soap_request() local
831 if (zend_hash_index_find(Z_ARRVAL_PP(data), 0, (void**)&value) == SUCCESS && in make_http_soap_request()
832 Z_TYPE_PP(value) == IS_STRING) { in make_http_soap_request()
843 smart_str_appendl(&soap_headers, Z_STRVAL_PP(value), Z_STRLEN_PP(value)); in make_http_soap_request()
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_constants.phpt200 foreach ($consts as $name => $value) {
/PHP-5.5/ext/mbstring/tests/
H A Dmb_internal_encoding_variation1.phpt18 * Where possible 'UTF-8' has been entered as a string value

Completed in 72 milliseconds

1...<<71727374757677787980>>...84