Searched refs:handle_val (Results 1 – 2 of 2) sorted by relevance
/PHP-7.0/ext/standard/ |
H A D | url_scanner_ex.c | 375 static inline void handle_val(STD_PARA, char quotes, char type) in handle_val() function 824 { handle_val(STD_ARGS, 0, ' '); goto state_next_arg_begin; } in xx_mainloop() 855 { handle_val(STD_ARGS, 1, '"'); goto state_next_arg_begin; } in xx_mainloop() 868 { handle_val(STD_ARGS, 1, '\''); goto state_next_arg_begin; } in xx_mainloop()
|
H A D | url_scanner_ex.re | 310 static inline void handle_val(STD_PARA, char quotes, char type) 385 ["] (any\[">])* ["] { handle_val(STD_ARGS, 1, '"'); goto state_next_arg_begin; } 386 ['] (any\['>])* ['] { handle_val(STD_ARGS, 1, '\''); goto state_next_arg_begin; } 387 (any\[ \r\t\n>'"])+ { handle_val(STD_ARGS, 0, ' '); goto state_next_arg_begin; }
|
Completed in 9 milliseconds