Home
last modified time | relevance | path

Searched refs:to (Results 426 – 450 of 5711) sorted by relevance

1...<<11121314151617181920>>...229

/PHP-5.6/ext/com_dotnet/
H A DREADME11 COM errrors are mapped to exceptions; you should protect your COM code using
12 the try..catch construct if you want to be able to handle error conditions.
14 Be warned that due to the way the ZE2 currently works, exceptions are only
20 Where the foo[43] access triggers an exception will continue to call the bar()
28 The code above will use the type information for the object to determine its
29 default property and then access it. In PHP 4, it was hard-coded to use the
32 The default property will also be used by the casting support to determine the
38 we only map a few native types to COM and vice-versa, leaving the more complex
40 parameters to and from COM objects (no data will be lost). In addition, a
41 large number of the variant API has been mapped to PHP space so that you can
[all …]
/PHP-5.6/ext/intl/transliterator/
H A Dtransliterator_class.c41 Transliterator_object *to; in transliterator_object_construct() local
45 assert( to->utrans == NULL ); in transliterator_object_construct()
49 to->utrans = utrans; in transliterator_object_construct()
74 if( !to ) in transliterator_object_init()
86 if( !to ) in transliterator_object_destroy()
89 if( to->utrans ) in transliterator_object_destroy()
91 utrans_close( to->utrans ); in transliterator_object_destroy()
92 to->utrans = NULL; in transliterator_object_destroy()
113 zend_object_std_dtor( &to->zo TSRMLS_CC ); in Transliterator_objects_free()
115 transliterator_object_destroy( to TSRMLS_CC ); in Transliterator_objects_free()
[all …]
/PHP-5.6/sapi/fpm/
H A Dwww.conf.in18 ;prefix = /path/to/pools/$pool
28 ; 'ip.add.re.ss:port' - to listen on a TCP socket to a specific IPv4 address on
30 ; '[ip:6:addr:ess]:port' - to listen on a TCP socket to a specific IPv6 address on
32 ; 'port' - to listen on a TCP socket to all addresses
34 ; '/path/to/unix/socket' - to listen on a unix socket.
64 ; Specify the nice(2) priority to apply to the pool processes (only if set)
104 ; forget to tweak pm.* to fit your needs.
343 ; Note: you can prefix with '$prefix' to chroot to the pool prefix or one
358 ; stderr will be redirected to /dev/null according to FastCGI specs.
368 ; Setting to "no" will make all environment variables available to PHP code
[all …]
/PHP-5.6/ext/date/tests/
H A DDateTime_setDate_variation1.phpt2 Test DateTime::setDate() function : usage variation - Passing unexpected values to first argument $…
6 * Description: Resets the current date of the DateTime object to a different date.
8 * Alias to functions: date_date_set
44 //array of values to iterate over
187 Warning: DateTime::setDate() expects parameter 1 to be long, array given in %s on line %d
192 Warning: DateTime::setDate() expects parameter 1 to be long, array given in %s on line %d
197 Warning: DateTime::setDate() expects parameter 1 to be long, array given in %s on line %d
202 Warning: DateTime::setDate() expects parameter 1 to be long, array given in %s on line %d
267 Warning: DateTime::setDate() expects parameter 1 to be long, string given in %s on line %d
272 Warning: DateTime::setDate() expects parameter 1 to be long, string given in %s on line %d
[all …]
H A DDateTime_setDate_variation2.phpt2 Test DateTime::setDate() function : usage variation - Passing unexpected values to second argument …
6 * Description: Resets the current date of the DateTime object to a different date.
8 * Alias to functions: date_date_set
44 //array of values to iterate over
187 Warning: DateTime::setDate() expects parameter 2 to be long, array given in %s on line %d
192 Warning: DateTime::setDate() expects parameter 2 to be long, array given in %s on line %d
197 Warning: DateTime::setDate() expects parameter 2 to be long, array given in %s on line %d
202 Warning: DateTime::setDate() expects parameter 2 to be long, array given in %s on line %d
267 Warning: DateTime::setDate() expects parameter 2 to be long, string given in %s on line %d
272 Warning: DateTime::setDate() expects parameter 2 to be long, string given in %s on line %d
[all …]
H A DDateTime_setDate_variation3.phpt2 Test DateTime::setDate() function : usage variation - Passing unexpected values to third argument $…
6 * Description: Resets the current date of the DateTime object to a different date.
8 * Alias to functions: date_date_set
44 //array of values to iterate over
187 Warning: DateTime::setDate() expects parameter 3 to be long, array given in %s on line %d
192 Warning: DateTime::setDate() expects parameter 3 to be long, array given in %s on line %d
197 Warning: DateTime::setDate() expects parameter 3 to be long, array given in %s on line %d
202 Warning: DateTime::setDate() expects parameter 3 to be long, array given in %s on line %d
267 Warning: DateTime::setDate() expects parameter 3 to be long, string given in %s on line %d
272 Warning: DateTime::setDate() expects parameter 3 to be long, string given in %s on line %d
[all …]
H A DDateTime_setISODate_variation1.phpt2 Test DateTime::setISODate() function : usage variation - Passing unexpected values to first argumen…
8 * Alias to functions: date_isodate_set
44 //array of values to iterate over
187 Warning: DateTime::setISODate() expects parameter 1 to be long, array given in %s on line %d
192 Warning: DateTime::setISODate() expects parameter 1 to be long, array given in %s on line %d
197 Warning: DateTime::setISODate() expects parameter 1 to be long, array given in %s on line %d
202 Warning: DateTime::setISODate() expects parameter 1 to be long, array given in %s on line %d
267 Warning: DateTime::setISODate() expects parameter 1 to be long, string given in %s on line %d
272 Warning: DateTime::setISODate() expects parameter 1 to be long, string given in %s on line %d
277 Warning: DateTime::setISODate() expects parameter 1 to be long, string given in %s on line %d
[all …]
H A DDateTime_setISODate_variation2.phpt2 Test DateTime::setISODate() function : usage variation - Passing unexpected values to second argume…
8 * Alias to functions: date_isodate_set
44 //array of values to iterate over
187 Warning: DateTime::setISODate() expects parameter 2 to be long, array given in %s on line %d
192 Warning: DateTime::setISODate() expects parameter 2 to be long, array given in %s on line %d
197 Warning: DateTime::setISODate() expects parameter 2 to be long, array given in %s on line %d
202 Warning: DateTime::setISODate() expects parameter 2 to be long, array given in %s on line %d
267 Warning: DateTime::setISODate() expects parameter 2 to be long, string given in %s on line %d
272 Warning: DateTime::setISODate() expects parameter 2 to be long, string given in %s on line %d
277 Warning: DateTime::setISODate() expects parameter 2 to be long, string given in %s on line %d
[all …]
H A DDateTime_setISODate_variation3.phpt2 Test DateTime::setISODate() function : usage variation - Passing unexpected values to third argumen…
8 * Alias to functions: date_isodate_set
44 //array of values to iterate over
187 Warning: DateTime::setISODate() expects parameter 3 to be long, array given in %s on line %d
192 Warning: DateTime::setISODate() expects parameter 3 to be long, array given in %s on line %d
197 Warning: DateTime::setISODate() expects parameter 3 to be long, array given in %s on line %d
202 Warning: DateTime::setISODate() expects parameter 3 to be long, array given in %s on line %d
267 Warning: DateTime::setISODate() expects parameter 3 to be long, string given in %s on line %d
272 Warning: DateTime::setISODate() expects parameter 3 to be long, string given in %s on line %d
277 Warning: DateTime::setISODate() expects parameter 3 to be long, string given in %s on line %d
[all …]
H A DDateTime_setTime_variation1.phpt2 Test DateTime::setTime() function : usage variation - Passing unexpected values to first argument $…
6 * Description: Resets the current time of the DateTime object to a different time.
8 * Alias to functions: date_time_set
44 //array of values to iterate over
187 Warning: DateTime::setTime() expects parameter 1 to be long, array given in %s on line %d
192 Warning: DateTime::setTime() expects parameter 1 to be long, array given in %s on line %d
197 Warning: DateTime::setTime() expects parameter 1 to be long, array given in %s on line %d
202 Warning: DateTime::setTime() expects parameter 1 to be long, array given in %s on line %d
267 Warning: DateTime::setTime() expects parameter 1 to be long, string given in %s on line %d
272 Warning: DateTime::setTime() expects parameter 1 to be long, string given in %s on line %d
[all …]
H A DDateTime_setTime_variation2.phpt2 Test DateTime::setTime() function : usage variation - Passing unexpected values to second argument …
6 * Description: Resets the current time of the DateTime object to a different time.
8 * Alias to functions: date_time_set
44 //array of values to iterate over
187 Warning: DateTime::setTime() expects parameter 2 to be long, array given in %s on line %d
192 Warning: DateTime::setTime() expects parameter 2 to be long, array given in %s on line %d
197 Warning: DateTime::setTime() expects parameter 2 to be long, array given in %s on line %d
202 Warning: DateTime::setTime() expects parameter 2 to be long, array given in %s on line %d
267 Warning: DateTime::setTime() expects parameter 2 to be long, string given in %s on line %d
272 Warning: DateTime::setTime() expects parameter 2 to be long, string given in %s on line %d
[all …]
H A DDateTime_setTime_variation3.phpt2 Test DateTime::setTime() function : usage variation - Passing unexpected values to third argument $…
6 * Description: Resets the current time of the DateTime object to a different time.
8 * Alias to functions: date_time_set
44 //array of values to iterate over
187 Warning: DateTime::setTime() expects parameter 3 to be long, array given in %s on line %d
192 Warning: DateTime::setTime() expects parameter 3 to be long, array given in %s on line %d
197 Warning: DateTime::setTime() expects parameter 3 to be long, array given in %s on line %d
202 Warning: DateTime::setTime() expects parameter 3 to be long, array given in %s on line %d
267 Warning: DateTime::setTime() expects parameter 3 to be long, string given in %s on line %d
272 Warning: DateTime::setTime() expects parameter 3 to be long, string given in %s on line %d
[all …]
H A Ddate_date_set_variation2.phpt2 Test date_date_set() function : usage variation - Passing unexpected values to second argument $yea…
6 * Description: Resets the current date of the DateTime object to a different date.
8 * Alias to functions: DateTime::setDate
44 //array of values to iterate over
187 Warning: date_date_set() expects parameter 2 to be long, array given in %s on line %d
192 Warning: date_date_set() expects parameter 2 to be long, array given in %s on line %d
197 Warning: date_date_set() expects parameter 2 to be long, array given in %s on line %d
202 Warning: date_date_set() expects parameter 2 to be long, array given in %s on line %d
267 Warning: date_date_set() expects parameter 2 to be long, string given in %s on line %d
272 Warning: date_date_set() expects parameter 2 to be long, string given in %s on line %d
[all …]
H A Ddate_date_set_variation3.phpt2 Test date_date_set() function : usage variation - Passing unexpected values to third argument $mont…
6 * Description: Resets the current date of the DateTime object to a different date.
8 * Alias to functions: DateTime::setDate
44 //array of values to iterate over
187 Warning: date_date_set() expects parameter 3 to be long, array given in %s on line %d
192 Warning: date_date_set() expects parameter 3 to be long, array given in %s on line %d
197 Warning: date_date_set() expects parameter 3 to be long, array given in %s on line %d
202 Warning: date_date_set() expects parameter 3 to be long, array given in %s on line %d
267 Warning: date_date_set() expects parameter 3 to be long, string given in %s on line %d
272 Warning: date_date_set() expects parameter 3 to be long, string given in %s on line %d
[all …]
H A Ddate_date_set_variation4.phpt2 Test date_date_set() function : usage variation - Passing unexpected values to forth argument $day.
6 * Description: Resets the current date of the DateTime object to a different date.
8 * Alias to functions: DateTime::setDate
44 //array of values to iterate over
187 Warning: date_date_set() expects parameter 4 to be long, array given in %s on line %d
192 Warning: date_date_set() expects parameter 4 to be long, array given in %s on line %d
197 Warning: date_date_set() expects parameter 4 to be long, array given in %s on line %d
202 Warning: date_date_set() expects parameter 4 to be long, array given in %s on line %d
267 Warning: date_date_set() expects parameter 4 to be long, string given in %s on line %d
272 Warning: date_date_set() expects parameter 4 to be long, string given in %s on line %d
[all …]
H A Ddate_isodate_set_variation2.phpt2 Test date_isodate_set() function : usage variation - Passing unexpected values to second argument $…
8 * Alias to functions: DateTime::setISODate
44 //array of values to iterate over
187 Warning: date_isodate_set() expects parameter 2 to be long, array given in %s on line %d
192 Warning: date_isodate_set() expects parameter 2 to be long, array given in %s on line %d
197 Warning: date_isodate_set() expects parameter 2 to be long, array given in %s on line %d
202 Warning: date_isodate_set() expects parameter 2 to be long, array given in %s on line %d
267 Warning: date_isodate_set() expects parameter 2 to be long, string given in %s on line %d
272 Warning: date_isodate_set() expects parameter 2 to be long, string given in %s on line %d
277 Warning: date_isodate_set() expects parameter 2 to be long, string given in %s on line %d
[all …]
H A Ddate_isodate_set_variation3.phpt2 Test date_isodate_set() function : usage variation - Passing unexpected values to third argument $w…
8 * Alias to functions: DateTime::setISODate
44 //array of values to iterate over
187 Warning: date_isodate_set() expects parameter 3 to be long, array given in %s on line %d
192 Warning: date_isodate_set() expects parameter 3 to be long, array given in %s on line %d
197 Warning: date_isodate_set() expects parameter 3 to be long, array given in %s on line %d
202 Warning: date_isodate_set() expects parameter 3 to be long, array given in %s on line %d
267 Warning: date_isodate_set() expects parameter 3 to be long, string given in %s on line %d
272 Warning: date_isodate_set() expects parameter 3 to be long, string given in %s on line %d
277 Warning: date_isodate_set() expects parameter 3 to be long, string given in %s on line %d
[all …]
H A Ddate_isodate_set_variation4.phpt2 Test date_isodate_set() function : usage variation - Passing unexpected values to forth argument $d…
8 * Alias to functions: DateTime::setISODate
44 //array of values to iterate over
187 Warning: date_isodate_set() expects parameter 4 to be long, array given in %s on line %d
192 Warning: date_isodate_set() expects parameter 4 to be long, array given in %s on line %d
197 Warning: date_isodate_set() expects parameter 4 to be long, array given in %s on line %d
202 Warning: date_isodate_set() expects parameter 4 to be long, array given in %s on line %d
267 Warning: date_isodate_set() expects parameter 4 to be long, string given in %s on line %d
272 Warning: date_isodate_set() expects parameter 4 to be long, string given in %s on line %d
277 Warning: date_isodate_set() expects parameter 4 to be long, string given in %s on line %d
[all …]
H A Ddate_time_set_variation3.phpt2 Test date_time_set() function : usage variation - Passing unexpected values to third argument $minu…
6 * Description: Resets the current time of the DateTime object to a different time.
8 * Alias to functions: DateTime::setTime
44 //array of values to iterate over
187 Warning: date_time_set() expects parameter 3 to be long, array given in %s on line %d
192 Warning: date_time_set() expects parameter 3 to be long, array given in %s on line %d
197 Warning: date_time_set() expects parameter 3 to be long, array given in %s on line %d
202 Warning: date_time_set() expects parameter 3 to be long, array given in %s on line %d
267 Warning: date_time_set() expects parameter 3 to be long, string given in %s on line %d
272 Warning: date_time_set() expects parameter 3 to be long, string given in %s on line %d
[all …]
H A Ddate_time_set_variation4.phpt2 Test date_time_set() function : usage variation - Passing unexpected values to forth argument $sec.
6 * Description: Resets the current time of the DateTime object to a different time.
8 * Alias to functions: DateTime::setTime
44 //array of values to iterate over
187 Warning: date_time_set() expects parameter 4 to be long, array given in %s on line %d
192 Warning: date_time_set() expects parameter 4 to be long, array given in %s on line %d
197 Warning: date_time_set() expects parameter 4 to be long, array given in %s on line %d
202 Warning: date_time_set() expects parameter 4 to be long, array given in %s on line %d
267 Warning: date_time_set() expects parameter 4 to be long, string given in %s on line %d
272 Warning: date_time_set() expects parameter 4 to be long, string given in %s on line %d
[all …]
/PHP-5.6/ext/gd/tests/
H A Dimagecolorallocate_variation4.phpt2 Test imagecolorallocate() function : usage variations - passing different data types to fourth arg…
51 //array of values to iterate over
127 Warning: imagecolorallocate() expects parameter 4 to be long, array given in %s on line %d
132 Warning: imagecolorallocate() expects parameter 4 to be long, array given in %s on line %d
137 Warning: imagecolorallocate() expects parameter 4 to be long, array given in %s on line %d
142 Warning: imagecolorallocate() expects parameter 4 to be long, array given in %s on line %d
165 Warning: imagecolorallocate() expects parameter 4 to be long, string given in %s on line %d
170 Warning: imagecolorallocate() expects parameter 4 to be long, string given in %s on line %d
175 Warning: imagecolorallocate() expects parameter 4 to be long, string given in %s on line %d
180 Warning: imagecolorallocate() expects parameter 4 to be long, string given in %s on line %d
[all …]
H A Dimagecolorallocate_variation2.phpt2 Test imagecolorallocate() function : usage variations - passing different data types to second arg…
52 //array of values to iterate over
128 Warning: imagecolorallocate() expects parameter 2 to be long, array given in %s on line %d
133 Warning: imagecolorallocate() expects parameter 2 to be long, array given in %s on line %d
138 Warning: imagecolorallocate() expects parameter 2 to be long, array given in %s on line %d
143 Warning: imagecolorallocate() expects parameter 2 to be long, array given in %s on line %d
166 Warning: imagecolorallocate() expects parameter 2 to be long, string given in %s on line %d
171 Warning: imagecolorallocate() expects parameter 2 to be long, string given in %s on line %d
176 Warning: imagecolorallocate() expects parameter 2 to be long, string given in %s on line %d
181 Warning: imagecolorallocate() expects parameter 2 to be long, string given in %s on line %d
[all …]
H A Dimagecolorallocate_variation3.phpt2 Test imagecolorallocate() function : usage variations - passing different data types to third argu…
52 //array of values to iterate over
128 Warning: imagecolorallocate() expects parameter 3 to be long, array given in %s on line %d
133 Warning: imagecolorallocate() expects parameter 3 to be long, array given in %s on line %d
138 Warning: imagecolorallocate() expects parameter 3 to be long, array given in %s on line %d
143 Warning: imagecolorallocate() expects parameter 3 to be long, array given in %s on line %d
166 Warning: imagecolorallocate() expects parameter 3 to be long, string given in %s on line %d
171 Warning: imagecolorallocate() expects parameter 3 to be long, string given in %s on line %d
176 Warning: imagecolorallocate() expects parameter 3 to be long, string given in %s on line %d
181 Warning: imagecolorallocate() expects parameter 3 to be long, string given in %s on line %d
[all …]
/PHP-5.6/sapi/apache2handler/
H A DREADME10 your script and hands the output to the next filter (which will
11 usually cause a write to the network).
17 * The lack of re-entrancy of PHP. due to this I have disabled the 'virtual'
18 function, and tried to stop any method where a php script can run another php
24 This SAPI module is known to work with Apache 2.0.44.
31 For testing purposes, you might want to use --with-mpm=prefork.
37 $ ./configure --with-apxs2=/path/to/apache-2.0/bin/apxs
44 If you would like to enable source code highlighting functionality add:
53 allows an admin to override the php.ini search path. For example,
55 add this to your httpd.conf file:
[all …]
/PHP-5.6/ext/standard/tests/file/
H A Dfeof_basic.phpt10 * Alias to functions: gzeof
22 echo "\n*** testing reading complete file using feof to stop ***\n";
25 //feof is not set to true until you try to read past the end of file.
27 //last time to set the eof flag but it will fail to read.
53 echo "*** testing feof after a seek to near the beginning ***\n";
57 echo "*** testing feof after a seek to end ***\n";
76 *** testing reading complete file using feof to stop ***
92 *** testing feof after a seek to near the beginning ***
94 *** testing feof after a seek to end ***

Completed in 49 milliseconds

1...<<11121314151617181920>>...229