Home
last modified time | relevance | path

Searched refs:dash (Results 1 – 5 of 5) sorted by relevance

/PHP-5.5/sapi/isapi/stresstest/
H A Dgetopt.c48 static int dash = 0; /* have already seen the - */ in ap_getopt() local
54 if (!dash && (argv[ap_optind][0] != '-')) in ap_getopt()
56 if (!dash && (argv[ap_optind][0] == '-') && !argv[ap_optind][1]) in ap_getopt()
70 if (!dash) in ap_getopt()
73 dash = 1; in ap_getopt()
78 assert(dash); in ap_getopt()
81 dash = 0; in ap_getopt()
92 dash = 0; in ap_getopt()
103 dash = 0; in ap_getopt()
121 dash = 0; in ap_getopt()
/PHP-5.5/sapi/milter/
H A Dgetopt.c46 static int dash = 0; /* have already seen the - */ in ap_php_getopt() local
52 if (!dash && (argv[ap_php_optind][0] != '-')) in ap_php_getopt()
54 if (!dash && (argv[ap_php_optind][0] == '-') && !argv[ap_php_optind][1]) in ap_php_getopt()
68 if (!dash) in ap_php_getopt()
71 dash = 1; in ap_php_getopt()
76 assert(dash); in ap_php_getopt()
79 dash = 0; in ap_php_getopt()
90 dash = 0; in ap_php_getopt()
101 dash = 0; in ap_php_getopt()
119 dash = 0; in ap_php_getopt()
/PHP-5.5/main/
H A Dgetopt.c61 static int dash = 0; /* have already seen the - */ in php_getopt() local
69 dash = 0; in php_getopt()
76 if (!dash) { in php_getopt()
121 dash = 0; in php_getopt()
124 if (!dash) { in php_getopt()
125 dash = 1; in php_getopt()
130 dash = 0; in php_getopt()
144 dash = 0; in php_getopt()
159 dash = 0; in php_getopt()
185 dash = 0; in php_getopt()
/PHP-5.5/ext/standard/tests/strings/
H A Dhtml_entity_decode_html5.phpt878 "‐",
3012 ‐ => ‐ e28090
/PHP-5.5/ext/standard/html_tables/
H A Dents_html5.txt873 dash 02010

Completed in 15 milliseconds