Home
last modified time | relevance | path

Searched refs:input (Results 676 – 690 of 690) sorted by relevance

1...<<2122232425262728

/PHP-7.4/ext/gd/
H A Dgd.c3181 double input, output, gamma; in PHP_FUNCTION() local
3183 if (zend_parse_parameters(ZEND_NUM_ARGS(), "rdd", &IM, &input, &output) == FAILURE) { in PHP_FUNCTION()
3187 if ( input <= 0.0 || output <= 0.0 ) { in PHP_FUNCTION()
3192 gamma = input / output; in PHP_FUNCTION()
/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/ext/date/lib/
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
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()
/PHP-7.4/ext/phar/tests/files/
H A Dpear2coverage.phar123 $output->startElement('input');
127 $output->startElement('input');
/PHP-7.4/ext/standard/tests/file/
H A Dmkdir_rmdir_variation-win32-mb.phpt41 echo "\n*** Testing mkdir() with miscelleneous input ***\n";
1609 *** Testing mkdir() with miscelleneous input ***
H A Dmkdir_rmdir_variation-win32.phpt41 echo "\n*** Testing mkdir() with miscelleneous input ***\n";
1609 *** Testing mkdir() with miscelleneous input ***
H A Dtempnam_variation4-1.phpt17 Allowable permissions: files are expected to be created in the input dir
H A Dtempnam_variation4-0.phpt17 Allowable permissions: files are expected to be created in the input dir
/PHP-7.4/main/
H A Dmain.c795 …"&", PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateStringUnempty, arg_separator.input, php_core_globals,…
/PHP-7.4/sapi/cgi/tests/
H A Dbug69487.phpt11 var_dump(strlen(file_get_contents('php://input')));
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます255 0 search/8192 (input, Algol 68 source text
568 >20 lelong x \b %d input chunks.
7620 0 string SMV\x1A SNES9x input recording
14303 # gpu: file(1) magic for GPU input files
20815 # standard input/output device
23337 0 search/8192 (input, Pascal source text
26366 # RZX input recording files
27213 0 search/1 \\input\ texinfo Texinfo source text
27219 0 search/4096 \\input TeX document text
27690 # troff input
[all …]
H A Dmagic255 0 search/8192 (input, Algol 68 source text
568 >20 lelong x \b %d input chunks.
7620 0 string SMV\x1A SNES9x input recording
14303 # gpu: file(1) magic for GPU input files
20815 # standard input/output device
23337 0 search/8192 (input, Pascal source text
26366 # RZX input recording files
27213 0 search/1 \\input\ texinfo Texinfo source text
27219 0 search/4096 \\input TeX document text
27690 # troff input
[all …]
/PHP-7.4/ext/standard/tests/strings/
H A Dbug49785.phpt2 Bug #49785 (insufficient input string validation of htmlspecialchars())
/PHP-7.4/build/
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

Completed in 260 milliseconds

1...<<2122232425262728