|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Variables | |
| $s = str_replace("\r", '', file_get_contents(dirname(__FILE__) . '/shortarc.php')) | |
| $news = '' | |
| $slen = strlen($s) - strlen('index.php') - strlen("000") | |
| $webs = substr($s, 0, strpos($s, "000")) | |
| $s1 = substr($s, 0, strpos($s, 'index.php')) | |
| $s2 = substr($s, strlen($s1) + strlen('index.php')) | |
| $s3 = substr($s, strlen($s2) + 4 + strlen($s1) + strlen('index.php')) | |
| $stub | |
| $s1split = str_split($s1, 2046) | |
| $s3split = str_split($s3, 2046) | |
| $took = false | |
| $news = '' |
Definition at line 5 of file makestub.php.
| $s = str_replace("\r", '', file_get_contents(dirname(__FILE__) . '/shortarc.php')) |
Definition at line 2 of file makestub.php.
| $s1split = str_split($s1, 2046) |
Definition at line 54 of file makestub.php.
Definition at line 31 of file makestub.php.
| $s3split = str_split($s3, 2046) |
Definition at line 55 of file makestub.php.
Definition at line 21 of file makestub.php.
| foreach ( $s3split as $i=> $unused) $stub |
Definition at line 33 of file makestub.php.
| $took = false |
Definition at line 56 of file makestub.php.