Home
last modified time | relevance | path

Searched refs:input (Results 1 – 25 of 814) sorted by path

12345678910>>...33

/PHP-5.3/
H A DNEWS589 . Fixed bug #60222 (time_nanosleep() does validate input params). (Ilia)
2473 - Fixed bug #49286 (php://input (php_stream_input_read) is broken). (Jani)
3769 - Fixed bug #44925 (preg_grep() modifies input array). (Nuno)
4031 - Fixed bug #43196 (array_intersect_assoc() crashes with non-array input).
4384 input variables. Fix for MOPB-03-2007. (Stas)
4544 - Fixed bug #41067 (json_encode() problem with UTF-16 input). (jp at df5ea
5027 - Fixed bug #36812 (pg_execute() modifies input array). (Ilia)
5100 - Added support for getenv() input filtering. (Rasmus)
5449 - Fixed bug #37581 (oci_bind_array_by_name clobbers input array when using
6387 - Fixed bug #33963 (mssql_bind() fails on input parameters). (Frank)
[all …]
H A DREADME.PARAMETER_PARSING_API4 It should be easier to parse input parameters to an extension function.
6 that given the string of type specifiers, can parse the input parameters
38 has to be provided on input and is used to verify the PHP parameter is an
H A DREADME.TESTING110 prompt the tester for any user input.
H A DREADME.input_filter24 original user input.
H A DUPGRADING168 - max_input_vars - specifies how many GET/POST/COOKIE input variables may be
/PHP-5.3/Zend/
H A DREADME.ZEND_VM89 and zend_vm_execute.skl as input and produces zend_vm_opcodes.h and
/PHP-5.3/Zend/tests/
H A Dbug54910.phpt25 $input = new B();
26 echo $input->getEmail();
H A Dbug64578.phpt6 $resource = fopen("php://input", "r");
H A Dfunction_exists_variation1.phpt73 foreach($inputs as $input) {
75 var_dump( function_exists($input) );
/PHP-5.3/build/
H A Dlibtool.m43569 …objs $deplibs $postdep_objects $compiler_flags -msym -soname $soname -Wl,-input -Wl,$lib.exp `tes…
6045 …$LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname…
6354 # 10000 chars as input seems more than enough
/PHP-5.3/ext/calendar/tests/
H A Dunixtojd.phpt31 // but returns -1 day from expected because its input is -1 from expected
/PHP-5.3/ext/ctype/tests/
H A Dctype_alnum_variation1.phpt91 foreach($inputs as $input) {
93 var_dump( ctype_alnum($input) );
H A Dctype_alpha_variation1.phpt91 foreach($inputs as $input) {
93 var_dump( ctype_alpha($input) );
H A Dctype_cntrl_variation1.phpt92 foreach($inputs as $input) {
94 var_dump( ctype_cntrl($input) );
H A Dctype_digit_variation1.phpt91 foreach($inputs as $input) {
93 var_dump( ctype_digit($input) );
H A Dctype_graph_variation1.phpt91 foreach($inputs as $input) {
93 var_dump( ctype_graph($input) );
H A Dctype_lower_variation1.phpt91 foreach($inputs as $input) {
93 var_dump( ctype_lower($input) );
H A Dctype_print_variation1.phpt91 foreach($inputs as $input) {
93 var_dump( ctype_print($input) );
H A Dctype_punct_variation1.phpt92 foreach($inputs as $input) {
94 var_dump( ctype_punct($input) );
H A Dctype_space_variation1.phpt91 foreach($inputs as $input) {
93 var_dump( ctype_space($input) );
H A Dctype_upper_variation1.phpt91 foreach($inputs as $input) {
93 var_dump( ctype_upper($input) );
H A Dctype_xdigit_variation1.phpt91 foreach($inputs as $input) {
93 var_dump( ctype_xdigit($input) );
/PHP-5.3/ext/curl/tests/
H A Dcurl_version_variation1.phpt36 // array with different values for $input
87 foreach($inputs as $input) {
89 var_dump( is_array(curl_version($input)) );
/PHP-5.3/ext/date/tests/
H A Dbug33532.phpt17 $input = "10:00:00 AM July 1 2005";
18 print "input " . $input . "\n";
19 $tStamp = strtotime($input);
26 $input = "10:00:00 AM July 1 2005";
27 print "input " . $input . "\n";
28 $tStamp = strtotime($input);
36 input 10:00:00 AM July 1 2005
41 input 10:00:00 AM July 1 2005
H A Ddate_default_timezone_set_variation1.phpt70 foreach($inputs as $input) {
72 var_dump(date_default_timezone_set($input));

Completed in 65 milliseconds

12345678910>>...33