Lines Matching refs:stub
33 $stub = '/* variable
77 $stub .= "\tstatic const char newstub0[] = \"" . $webs . '";
81 $stub .= "\tstatic const char newstub1_" . $i . '[] = "' . $chunk . '";
84 $stub .= "\tstatic const char newstub2[] = \"" . $s2 . "\";
88 $stub .= "\tstatic const char newstub3_" . $i . '[] = "' . $chunk . '";
91 $stub .= "\n\tstatic const int newstub_len = " . $slen . ";
96 $stub .= ', newstub1_' . $i;
98 $stub .= ', index_php, newstub2';
99 $stub .= ", name_len + web_len + newstub_len";
101 $stub .= ', newstub3_' . $i;
103 $stub .= ");
106 file_put_contents(dirname(__FILE__) . '/stub.h', $stub."\n");