Home
last modified time | relevance | path

Searched refs:getopt (Results 1 – 22 of 22) sorted by relevance

/PHP-5.5/ext/standard/tests/general_functions/
H A Dbug43293_1.phpt2 Bug #43293 (Multiple segfaults in getopt())
8 var_dump(getopt("abcd"));
11 var_dump(getopt("abcd"));
H A Dbug43293_2.phpt2 Bug #43293 (Multiple segfaults in getopt())
8 var_dump(getopt("abcd"));
H A Dgetopt_004.phpt2 getopt#004 (Optional values)
10 var_dump(getopt("v::", array("v::")));
H A Dgetopt.phpt2 getopt
10 var_dump(getopt("d:m:j:vht"));
H A Dbug43293_3.phpt2 Bug #43293 (Multiple segfaults in getopt())
10 var_dump(getopt("f", $args), $args);
H A Dgetopt_005.phpt2 getopt#005 (Required values)
10 var_dump(getopt("a:", array("arg:")));
H A Dgetopt_002.phpt2 getopt#002
10 var_dump(getopt("2a:vcd1"));
H A Dgetopt_003.phpt2 getopt#003
10 var_dump(getopt("2a:vcd1", array("another:", 12, 0, 1, "v")));
/PHP-5.5/ext/tidy/tests/
H A D007.phpt11 var_dump($a->getopt("tidy-mark"));
13 var_dump($a->getopt("error-file"));
15 var_dump($a->getopt("tab-size"));
17 var_dump($a->getopt('bogus-opt'));
/PHP-5.5/sapi/milter/
H A Dconfig.m426 PHP_SELECT_SAPI(milter, program, php_milter.c getopt.c,,'$(SAPI_MILTER_PATH)')
/PHP-5.5/sapi/isapi/stresstest/
H A Dstresstest.dsp92 SOURCE=.\getopt.c
96 SOURCE=.\getopt.h
/PHP-5.5/ext/standard/
H A Dbasic_functions.h67 PHP_FUNCTION(getopt);
H A Dbasic_functions.c2953 PHP_FE(getopt, arginfo_getopt)
4250 PHP_FUNCTION(getopt) argument
/PHP-5.5/ext/ereg/regex/
H A Dmain.c45 while ((c = getopt(argc, argv, "c:e:S:E:x")) != EOF)
/PHP-5.5/win32/
H A Dphp5.dsp126 SOURCE=..\sapi\cgi\getopt.c
H A Dphp5ts.dsp159 SOURCE=..\sapi\cgi\getopt.c
H A Dphp5ts_cli.dsp151 SOURCE=..\sapi\cli\getopt.c
H A Dphp5dll.dsp255 SOURCE=..\main\getopt.h
H A Dphp5dllts.dsp284 SOURCE=..\main\getopt.h
/PHP-5.5/win32/build/
H A Dconfig.w32371 ADD_SOURCES("main", "main.c snprintf.c spprintf.c getopt.c fopen_wrappers.c \
/PHP-5.5/
H A Dconfigure.in747 AC_REPLACE_FUNCS(strlcat strlcpy getopt)
1461 output.c getopt.c)
H A DNEWS567 . Fixed bug #69015 (php-cgi's getopt does not see $argv). (Laruence)
6013 - Added long-option feature to getopt() and made getopt() available also on
6014 win32 systems by adding a common getopt implementation into core.
6016 - Added support for optional values, and = as separator, in getopt(). (Hannes)
6268 - Fixed bug #45717 (Fileinfo/libmagic build fails, missing err.h and getopt.h).
7007 - Fixed bug #43293 (Multiple segfaults in getopt()). (Hannes)
8925 - Fixed bug #35713 (getopt() returns array with numeric strings when passed
8945 - Fixed bug #35594 (Multiple calls to getopt() may result in a crash).

Completed in 68 milliseconds