Searched refs:prepend (Results 1 – 13 of 13) sorted by relevance
/PHP-7.2/Zend/tests/ |
H A D | bug64677.phpt | 6 public function show_output($prepend, $output = '') { 14 function show_outputa($prepend, $output) {
|
/PHP-7.2/sapi/cli/tests/ |
H A D | bug67741_stub.inc | 2 echo "prepend lineno: ", __LINE__, "\n";
|
H A D | bug67741.phpt | 16 prepend lineno: 2
|
/PHP-7.2/tests/lang/ |
H A D | bug32924.phpt | 2 Bug #32924 (prepend does not add file to included files)
|
/PHP-7.2/ext/spl/tests/ |
H A D | spl_autoload_010.phpt | 2 SPL: spl_autoload() and prepend
|
/PHP-7.2/ext/spl/ |
H A D | php_spl.c | 488 zend_bool prepend = 0; in PHP_FUNCTION() local 494 …ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "|zbb", &zcallable, &do_throw, &prepend) == FAILURE) { in PHP_FUNCTION() 612 if (prepend && SPL_G(autoload_functions)->nNumOfElements > 1) { in PHP_FUNCTION() 637 if (prepend && SPL_G(autoload_functions)->nNumOfElements > 1) { in PHP_FUNCTION() 934 ZEND_ARG_INFO(0, prepend)
|
/PHP-7.2/ |
H A D | README.GIT-RULES | 99 6. If you modified a function that is callable from PHP, prepend PHP to
|
H A D | php.ini-development | 565 ; http://php.net/error-prepend-string 670 ; http://php.net/auto-prepend-file
|
H A D | php.ini-production | 567 ; http://php.net/error-prepend-string 672 ; http://php.net/auto-prepend-file
|
/PHP-7.2/ext/openssl/ |
H A D | README | 149 headers is an array of headers to prepend to the message: they will
|
/PHP-7.2/ext/mbstring/oniguruma/ |
H A D | INSTALL | 184 example, `make install DESTDIR=/alternate/directory' will prepend
|
/PHP-7.2/build/ |
H A D | libtool.m4 | 3101 # is EXPORTS), use it as is; otherwise, prepend... 5475 # is EXPORTS), use it as is; otherwise, prepend...
|
/PHP-7.2/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 5503 5. Do not end after prepend characters.
|
Completed in 73 milliseconds