Home
last modified time | relevance | path

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

12345678910>>...28

/PHP-7.4/
H A DNEWS9 . Fixed bug #81739: OOB read due to insufficient input validation in
852 . Fixed bug #73926 (phpdbg will not accept input on restart execution). (cmb)
1513 . Fixed bug #76058 (After "POST data can't be buffered", using php://input
1598 . Implemented FR #77863 (PDO firebird support type Boolean in input
1708 . Fixed bug #78549 (Stack overflow due to nested serialized input). (Nikita)
1931 . Fixed bug #76058 (After "POST data can't be buffered", using php://input
/PHP-7.4/Zend/
H A DREADME.md123 `zend_vm_def.h` and `zend_vm_execute.skl` as input and produces
/PHP-7.4/Zend/tests/
H A Dbug54910.phpt25 $input = new B();
26 echo $input->getEmail();
H A Dinclude_fail_during_read.phpt10 Warning: include(): Unprocessed filter buckets remaining on input brigade in %s on line %d
H A Druntime_compile_time_binary_operands.phpt35 $input = [
130 foreach ($input as $left) {
131 foreach ($input as $right) {
H A Dwarning_during_heredoc_scan_ahead.phpt15 Warning: Unexpected character in input: '' (ASCII=1) state=0 in %s on line %d
/PHP-7.4/Zend/tests/closures/
H A Dclosure_from_callable.inc16 $input = "foo".$count;
19 $output = $fn($input);
20 return $input === $output;
/PHP-7.4/build/
H A Dax_check_compile_flag.m422 # INPUT gives an alternative input source to AC_COMPILE_IFELSE.
H A Dlibtool.m43568 …objs $deplibs $postdep_objects $compiler_flags -msym -soname $soname -Wl,-input -Wl,$lib.exp `tes…
6040 …$LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname…
6349 # 10000 chars as input seems more than enough
/PHP-7.4/docs/
H A Dparameter-parsing-api.md12 string of type specifiers, can parse the input parameters and store the results
65 on input and is used to verify the PHP parameter is an instance of that class.
/PHP-7.4/ext/bz2/tests/
H A Dbug72447.phpt7 $input = "AAAAAAAA";
8 $param = array('blocks' => $input);
/PHP-7.4/ext/calendar/tests/
H A Dunixtojd.phpt31 // but returns -1 day from expected because its input is -1 from expected
/PHP-7.4/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-7.4/ext/date/lib/
H A Dparse_date.c25103 static timelib_format_specifier_code timelib_lookup_format(char input, const timelib_format_specifi… in timelib_lookup_format() argument
25106 if (format_map->specifier == input) { in timelib_lookup_format()
H A Dparse_date.re1995 static timelib_format_specifier_code timelib_lookup_format(char input, const timelib_format_specifi…
1998 if (format_map->specifier == input) {
2053 /* There are 2 cases where the input string and format string

Completed in 89 milliseconds

12345678910>>...28