Lines Matching refs:stub
33 $stub = '/* variable
79 $stub .= "\tstatic const char newstub0[] = \"" . $webs . '";
83 $stub .= "\tstatic const char newstub1_" . $i . '[] = "' . $chunk . '";
86 $stub .= "\tstatic const char newstub2[] = \"" . $s2 . "\";
90 $stub .= "\tstatic const char newstub3_" . $i . '[] = "' . $chunk . '";
93 $stub .= "\n\tstatic const int newstub_len = " . $slen . ";
98 $stub .= ', newstub1_' . $i;
100 $stub .= ', index_php, newstub2';
101 $stub .= ", name_len + web_len + newstub_len";
103 $stub .= ', newstub3_' . $i;
105 $stub .= ");
108 file_put_contents(dirname(__FILE__) . '/stub.h', $stub."\n");