Home
last modified time | relevance | path

Searched refs:to (Results 201 – 225 of 5190) sorted by relevance

12345678910>>...208

/PHP-5.3/ext/gd/tests/
H A Dpng2gd.phpt17 echo "PNG to GD1 conversion: ";
21 echo "PNG to GD2 conversion: ";
25 echo "GD1 to PNG conversion: ";
29 echo "GD2 to PNG conversion: ";
39 PNG to GD1 conversion: ok
40 PNG to GD2 conversion: ok
41 GD1 to PNG conversion: ok
42 GD2 to PNG conversion: ok
H A Djpeg2png.phpt20 echo "PNG to JPEG conversion: ";
24 echo "Generated JPEG to PNG conversion: ";
28 echo "JPEG to PNG conversion: ";
32 echo "Generated PNG to JPEG conversion: ";
42 PNG to JPEG conversion: ok
43 Generated JPEG to PNG conversion: ok
44 JPEG to PNG conversion: ok
45 Generated PNG to JPEG conversion: ok
/PHP-5.3/ext/standard/tests/array/
H A Darray_pad_variation2.phpt6 * Description: Returns a copy of input array padded with pad_value to size pad_size
11 * Testing array_pad() function by passing values to $pad_size argument other than integers
34 //array of values to iterate over
80 // loop through each element of $pad_sizes to check the behavior of array_pad()
91 *** Testing array_pad() : passing non integer values to $pad_size argument ***
162 Warning: array_pad() expects parameter 2 to be long, array given in %s on line %d
166 Warning: array_pad() expects parameter 2 to be long, array given in %s on line %d
170 Warning: array_pad() expects parameter 2 to be long, array given in %s on line %d
174 Warning: array_pad() expects parameter 2 to be long, array given in %s on line %d
178 Warning: array_pad() expects parameter 2 to be long, array given in %s on line %d
[all …]
H A Darray_rand_variation2.phpt11 * Test array_rand() with different types of values other than int passed to 'num_req' argument
12 * to see that function works with unexpeced data and generates warning message as required.
34 //array of values to iterate over
94 Warning: array_rand(): Second argument has to be between 1 and the number of elements in the array …
102 Warning: array_rand(): Second argument has to be between 1 and the number of elements in the array …
107 Warning: array_rand(): Second argument has to be between 1 and the number of elements in the array …
182 Warning: array_rand() expects parameter 2 to be long, string given in %s on line %d
187 Warning: array_rand() expects parameter 2 to be long, string given in %s on line %d
192 Warning: array_rand() expects parameter 2 to be long, string given in %s on line %d
197 Warning: array_rand() expects parameter 2 to be long, string given in %s on line %d
[all …]
H A Darray_uintersect_assoc_variation3.phpt8 * Alias to functions:
42 //array of values to iterate over
109 Warning: array_uintersect_assoc() expects parameter 3 to be a valid callback, no array or string gi…
114 Warning: array_uintersect_assoc() expects parameter 3 to be a valid callback, no array or string gi…
119 Warning: array_uintersect_assoc() expects parameter 3 to be a valid callback, no array or string gi…
124 Warning: array_uintersect_assoc() expects parameter 3 to be a valid callback, no array or string gi…
129 Warning: array_uintersect_assoc() expects parameter 3 to be a valid callback, no array or string gi…
134 Warning: array_uintersect_assoc() expects parameter 3 to be a valid callback, no array or string gi…
139 Warning: array_uintersect_assoc() expects parameter 3 to be a valid callback, no array or string gi…
144 Warning: array_uintersect_assoc() expects parameter 3 to be a valid callback, no array or string gi…
[all …]
H A Darray_walk_basic2.phpt6 * Description: Apply a user function to every member of an array
19 * prefix - string to be added
24 // dump the arguments to check that they are passed
28 var_dump($prefix); // additional agument passed to callback function
29 echo "\n"; // new line to separate the output between each element
39 // dump the arguments to check that they are passed
43 echo "\n"; // new line to separate the output between each element
46 echo "-- Using array_walk with default parameters to show array contents --\n";
49 echo "-- Using array_walk with one optional parameter to modify contents --\n";
59 -- Using array_walk with default parameters to show array contents --
[all …]
H A Darray_walk_recursive_basic2.phpt6 * Description: Apply a user function to every member of an array
19 * prefix - string to be added
24 // dump the arguments to check that they are passed
28 var_dump($prefix); // additional agument passed to callback function
29 echo "\n"; // new line to separate the output between each element
39 // dump the arguments to check that they are passed
43 echo "\n"; // new line to separate the output between each element
46 echo "-- Using array_walk_recursive with default parameters to show array contents --\n";
49 echo "-- Using array_walk_recursive with one optional parameter to modify contents --\n";
59 -- Using array_walk_recursive with default parameters to show array contents --
[all …]
/PHP-5.3/ext/standard/tests/file/
H A Dftruncate_variation5-win32.phpt2 Test ftruncate() function : usage variations - truncate file to bigger size
13 Description: Truncates a file to a given length
47 echo "Error: failed to open file $filename!\n";
51 rewind($file_handle); // file pointer to 0
54 /* try to truncate it to size bigger then current */
78 -- Testing ftruncate(): try truncating file to size, bigger than existing --
86 -- Testing ftruncate(): try truncating file to size, bigger than existing --
94 -- Testing ftruncate(): try truncating file to size, bigger than existing --
102 -- Testing ftruncate(): try truncating file to size, bigger than existing --
110 -- Testing ftruncate(): try truncating file to size, bigger than existing --
[all …]
H A Dftruncate_variation5.phpt2 Test ftruncate() function : usage variations - truncate file to bigger size
13 Description: Truncates a file to a given length
47 echo "Error: failed to open file $filename!\n";
51 rewind($file_handle); // file pointer to 0
54 /* try to truncate it to size bigger then current */
78 -- Testing ftruncate(): try truncating file to size, bigger than existing --
86 -- Testing ftruncate(): try truncating file to size, bigger than existing --
94 -- Testing ftruncate(): try truncating file to size, bigger than existing --
102 -- Testing ftruncate(): try truncating file to size, bigger than existing --
110 -- Testing ftruncate(): try truncating file to size, bigger than existing --
[all …]
H A Dftruncate_variation3-win32.phpt2 Test ftruncate() function : usage variations - truncate file to half size
13 Description: Truncates a file to a given length
47 echo "Error: failed to open file $filename!\n";
51 rewind($file_handle); // file pointer to 0
54 /* truncate it to half of its current size */
76 -- Testing ftruncate(): truncate file to half of its current size --
84 -- Testing ftruncate(): truncate file to half of its current size --
92 -- Testing ftruncate(): truncate file to half of its current size --
100 -- Testing ftruncate(): truncate file to half of its current size --
108 -- Testing ftruncate(): truncate file to half of its current size --
[all …]
H A Dftruncate_variation3.phpt2 Test ftruncate() function : usage variations - truncate file to half size
13 Description: Truncates a file to a given length
47 echo "Error: failed to open file $filename!\n";
51 rewind($file_handle); // file pointer to 0
54 /* truncate it to half of its current size */
76 -- Testing ftruncate(): truncate file to half of its current size --
84 -- Testing ftruncate(): truncate file to half of its current size --
92 -- Testing ftruncate(): truncate file to half of its current size --
100 -- Testing ftruncate(): truncate file to half of its current size --
108 -- Testing ftruncate(): truncate file to half of its current size --
[all …]
/PHP-5.3/ext/ldap/
H A DLDAP_Win32_HOWTO.txt8 - Open LDAP under php_build. Rename this directory to 'OpenLDAP'.
9 - Rename OpenLDAP\include\portable.h.nt to OpenLDAP\include\portable.h
10 - Rename OpenLDAP\include\ldapconfig.h.nt to OpenLDAP\include\ldapconfig.h
14 For 'Win32 Debug', change the runtime library to 'Debug Multithreaded DLL'
15 For 'Win32 Release', change the runtime library to 'Multithreaded DLL'
17 Add '..\..\..\..\php5\regex' to the 'Additional include directories' list.
18 Add 'HAVE_MKTEMP' to the 'Preprocessor definitions' list.
25 For 'Win32 Debug', change the runtime library to 'Debug Multithreaded DLL'
26 For 'Win32 Release', change the runtime library to 'Multithreaded DLL'
28 Add 'HAVE_MKTEMP' to the 'Preprocessor definitions' list.
/PHP-5.3/ext/ldap/tests/
H A Dldap_sasl_bind_error.phpt39 Warning: ldap_sasl_bind(): Unable to bind to server: Invalid DN syntax in %s on line %d
42 Warning: ldap_sasl_bind(): Unable to bind to server: Invalid credentials in %s on line %d
45 Warning: ldap_sasl_bind(): Unable to bind to server: Invalid credentials in %s on line %d
48 Warning: ldap_sasl_bind(): Unable to bind to server: Insufficient access in %s on line %d
51 Warning: ldap_sasl_bind(): Unable to bind to server: Invalid DN syntax in %s on line %d
/PHP-5.3/ext/standard/tests/general_functions/
H A Dcall_user_func_array_variation_002.phpt8 * Alias to functions:
50 //array of values to iterate over
110 Error: 2 - call_user_func_array() expects parameter 1 to be a valid callback, no array or string gi…
114 Error: 2 - call_user_func_array() expects parameter 1 to be a valid callback, no array or string gi…
118 Error: 2 - call_user_func_array() expects parameter 1 to be a valid callback, no array or string gi…
122 Error: 2 - call_user_func_array() expects parameter 1 to be a valid callback, no array or string gi…
126 Error: 2 - call_user_func_array() expects parameter 1 to be a valid callback, no array or string gi…
130 Error: 2 - call_user_func_array() expects parameter 1 to be a valid callback, no array or string gi…
134 Error: 2 - call_user_func_array() expects parameter 1 to be a valid callback, no array or string gi…
138 Error: 2 - call_user_func_array() expects parameter 1 to be a valid callback, no array or string gi…
[all …]
/PHP-5.3/ext/soap/tests/interop/Round4/GroupH/
H A Dround4_groupH_complex_doclit.inc5 …return new SoapFault("Server", "Fault in response to 'echoSOAPStructFault'.", null, array("soapStr…
9 …return new SoapFault("Server", "Fault in response to 'echoBaseStructFault'.", null, $input, "Compl…
13 …return new SoapFault("Server", "Fault in response to 'echoExtendedStructFault'.", null, $input, "C…
18 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults1'.", null, $input->param2…
20 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults1'.", null, array("soapStr…
26 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults2'.", null, $input->param2…
28 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults2'.", null, $input->param3…
30 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults2'.", null, $input->param1…
/PHP-5.3/sapi/cgi/
H A DREADME.FastCGI17 1) Configure your web server to run the PHP binary itself.
29 and a port number to listen to on the command line, e.g.:
34 want the FastCGI server to provide services to the localhost, not
45 You must also configure your web server to connect to the appropriate port
46 in order to talk to the PHP FastCGI process.
75 CGI scripts. You'll need to create a directory somewhere to store your
78 php to run under mod_fastcgi as a dynamic server.
92 FastCgiServer /path/to/php-cgi -processes 5
94 For either of the above configurations, we need to tell Apache to
116 variable FCGI_WEB_SERVER_ADDRS to control who can connect to the FastCGI.
[all …]
/PHP-5.3/ext/date/tests/
H A Dbug33415-2.phpt24 appear to have a DST or timezone transition.\n";
33 not appear to have a DST or timezone transition.\n";
67 appear to have a DST or timezone transition.\n";
185 appear to have a DST or timezone transition.\n";
224 appear to have a DST or timezone transition.
230 not appear to have a DST or timezone transition.
241 not appear to have a DST or timezone transition.
252 appear to have a DST or timezone transition.
258 not appear to have a DST or timezone transition.
279 not appear to have a DST or timezone transition.
[all …]
/PHP-5.3/ext/standard/tests/strings/
H A Dwordwrap_variation2.phpt6 * Description: Wraps buffer to selected number of characters using string break char
131 Warning: wordwrap() expects parameter 2 to be long, array given in %s on line %d
134 Warning: wordwrap() expects parameter 2 to be long, array given in %s on line %d
137 Warning: wordwrap() expects parameter 2 to be long, array given in %s on line %d
140 Warning: wordwrap() expects parameter 2 to be long, array given in %s on line %d
144 Warning: wordwrap() expects parameter 2 to be long, array given in %s on line %d
147 Warning: wordwrap() expects parameter 2 to be long, array given in %s on line %d
150 Warning: wordwrap() expects parameter 2 to be long, array given in %s on line %d
153 Warning: wordwrap() expects parameter 2 to be long, array given in %s on line %d
157 Warning: wordwrap() expects parameter 2 to be long, array given in %s on line %d
[all …]
/PHP-5.3/win32/
H A Dinstall.txt176 the install. For example, to install to e:\php:
388 php5ts.dll file to be available to them. You have to make
630 to edit your httpd.conf to configure Apache to work with PHP, and then
707 chose to configure Apache to use PHP as a CGI binary, you will need to
768 In either case you need to edit your httpd.conf to configure Apache to
1032 important details. This directive needs to be set to 0.
1104 * You will need to change the extension_dir setting to point to the
1118 // ... to
1198 to demonstrate how to obtain and install PECL extensions.
1372 to make others able to reproduce and test your problem.
[all …]
/PHP-5.3/ext/gmp/tests/
H A D017.phpt28 Warning: gmp_sqrt(): Number has to be greater than or equal to 0 in %s on line %d
31 Warning: gmp_sqrt(): Number has to be greater than or equal to 0 in %s on line %d
38 Warning: gmp_sqrt(): Number has to be greater than or equal to 0 in %s on line %d
48 Warning: gmp_sqrt(): Unable to convert variable to GMP - wrong type in %s on line %d
/PHP-5.3/ext/standard/tests/serialize/
H A Dincomplete_class.phpt20to execute a method or access a property of an incomplete object. Please ensure that the class def…
22to execute a method or access a property of an incomplete object. Please ensure that the class def…
25to execute a method or access a property of an incomplete object. Please ensure that the class def…
/PHP-5.3/ext/openssl/tests/
H A D024.phpt11 die("failed to get a temporary filename!");
15 die("failed to get a temporary filename!");
46 Warning: openssl_pkcs7_decrypt(): unable to get private key in %s on line %d
49 Warning: openssl_pkcs7_decrypt(): unable to coerce parameter 3 to x509 cert in %s on line %d
52 Warning: openssl_pkcs7_decrypt(): unable to coerce parameter 3 to x509 cert in %s on line %d
58 Warning: openssl_pkcs7_decrypt(): unable to coerce parameter 3 to x509 cert in %s on line %d
61 Warning: openssl_pkcs7_decrypt(): unable to get private key in %s on line %d
/PHP-5.3/Zend/tests/
H A D002.phpt49 Warning: func_get_arg(): Argument 0 not passed to function in %s on line %d
52 Warning: func_get_arg(): Argument 1 not passed to function in %s on line %d
59 Warning: func_get_arg(): Argument 1 not passed to function in %s on line %d
63 Warning: func_get_arg(): Argument 1 not passed to function in %s on line %d
68 Warning: func_get_arg(): Argument 0 not passed to function in %s on line %d
71 Warning: func_get_arg(): Argument 1 not passed to function in %s on line %d
76 Warning: func_get_arg(): Argument 2 not passed to function in %s on line %d
82 Warning: func_get_arg(): Argument 0 not passed to function in %s on line %d
85 Warning: func_get_arg(): Argument 1 not passed to function in %s on line %d
91 Warning: func_get_arg(): Argument 1 not passed to function in %s on line %d
[all …]
/PHP-5.3/ext/shmop/
H A DREADME3 Shared Memory Operations Extension to PHP
6 to communicate the deamon via SHM. PHP already had a shared memory
34 shmid - shmid from which to read
35 start - offset from which to start reading
36 count - how many bytes to read
42 shmid - shmid from which to read
43 data - string to put into shared memory
44 offset - offset in shm to write from
50 shmid - shmid for which to return the size
59 shmid - shmid which to mark for deletion
[all …]
/PHP-5.3/ext/standard/tests/math/
H A Dexpm1_variation1.phpt10 * when the value of number is close to zero.
34 // unexpected values to be passed to $arg argument
86 // loop through each element of $inputs to check the behaviour of expm1()
146 Warning: expm1() expects parameter 1 to be double, string given in %s on line %d
151 Warning: expm1() expects parameter 1 to be double, string given in %s on line %d
156 Warning: expm1() expects parameter 1 to be double, array given in %s on line %d
161 Warning: expm1() expects parameter 1 to be double, string given in %s on line %d
166 Warning: expm1() expects parameter 1 to be double, string given in %s on line %d
171 Warning: expm1() expects parameter 1 to be double, string given in %s on line %d
176 Warning: expm1() expects parameter 1 to be double, array given in %s on line %d
[all …]

Completed in 109 milliseconds

12345678910>>...208