Home
last modified time | relevance | path

Searched refs:handle_val (Results 1 – 2 of 2) sorted by path

/PHP-7.2/ext/standard/
H A Durl_scanner_ex.c486 static inline void handle_val(STD_PARA, char quotes, char type) in handle_val() function
938 { handle_val(STD_ARGS, 0, ' '); goto state_next_arg_begin; } in xx_mainloop()
969 { handle_val(STD_ARGS, 1, '"'); goto state_next_arg_begin; } in xx_mainloop()
982 { handle_val(STD_ARGS, 1, '\''); goto state_next_arg_begin; } in xx_mainloop()
H A Durl_scanner_ex.re489 static inline void handle_val(STD_PARA, char quotes, char type)
567 ["] (any\[">])* ["] { handle_val(STD_ARGS, 1, '"'); goto state_next_arg_begin; }
568 ['] (any\['>])* ['] { handle_val(STD_ARGS, 1, '\''); goto state_next_arg_begin; }
569 (any\[ \r\t\n>'"])+ { handle_val(STD_ARGS, 0, ' '); goto state_next_arg_begin; }

Completed in 10 milliseconds