Searched defs:prev_token_last_char (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
H A Dsmartypants.php149 $prev_token_last_char = ""; # This is a cheat, used to get some context variable
190 if (preg_match('/\S/', $prev_token_last_char)) {
199 if (preg_match('/\S/', $prev_token_last_char)) {
214 $prev_token_last_char = $last_char; variable
258 $prev_token_last_char = ""; # This is a cheat, used to get some context variable
283 if (preg_match('/\S/', $prev_token_last_char)) {
292 if (preg_match('/\S/', $prev_token_last_char)) {
305 $prev_token_last_char = $last_char; variable

Completed in 168 milliseconds