Home
last modified time | relevance | path

Searched refs:clean (Results 1 – 25 of 395) sorted by last modified time

12345678910>>...16

/PHP-7.0/win32/
H A Dinstall.txt1609 on. Recompiling PHP (using 'make clean ; make') after the FP patch is
/PHP-7.0/win32/build/
H A Dphpize.js.in191 if (argname == '--clean' && argval != null) {
197 STDOUT.WriteLine("Usage: phpize [--clean|--help|--version|-v]");
H A DMakefile133 clean-sapi:
140 clean: clean-sapi target
148 clean-pecl:
152 clean-all:
159 clean-pgo: clean-all
H A DMakefile.phpize23 clean-pecl:
27 clean-all:
33 clean: clean-pecl
/PHP-7.0/tests/output/
H A Dob_clean_basic_001.phpt21 echo "Ensure the buffer is still active after the clean.";
35 Ensure the buffer is still active after the clean."
/PHP-7.0/scripts/dev/generate-phpt/src/texts/
H A Dhelp.txt2 …f <function_name> |-c <class_name> -m <method_name> -b|e|v [-s skipif:ini:clean:done] [-k win|notw…
/PHP-7.0/scripts/
H A Dphpize.in29 clean=" --clean"
33 echo "Make sure that you run '$0$clean' in the top level source directory of the module"
169 --clean)
/PHP-7.0/sapi/phpdbg/
H A Dxml.md468 clean section
472 - &lt;clean> tags wrapped in a &lt;cleaninfo> container
473 - possible attributes of &lt;clean> tag
H A Dphpdbg_prompt.c87 PHPDBG_COMMAND_D(clean, "clean the execution environment", 'X', NULL, 0, 0),
1470 PHPDBG_COMMAND(clean) /* {{{ */ in PHPDBG_COMMAND() argument
H A Dphpdbg_prompt.h50 PHPDBG_COMMAND(clean);
H A DMakefile.frag33 clean-phpdbg:
41 .PHONY: clean-phpdbg test-phpdbg
/PHP-7.0/scripts/dev/
H A Dgenerate-phpt.phar257 …f <function_name> |-c <class_name> -m <method_name> -b|e|v [-s skipif:ini:clean:done] [-k win|notw…
686 'clean' => false,
755 return $this->optSections['clean'];
1429 * Construct the common closing statements (clean, done, EXPECTF...)
1547 * Add a clean section to the test case
/PHP-7.0/sapi/fpm/
H A Dwww.conf.in389 ; Default Value: clean env
/PHP-7.0/sapi/fpm/fpm/
H A Dfpm_events.c222 if (*queue == fpm_event_queue_fd && module->clean) { in fpm_event_queue_destroy()
223 module->clean(); in fpm_event_queue_destroy()
H A Dfpm_events.h36 int (*clean)(void); member
/PHP-7.0/sapi/fpm/fpm/events/
H A Ddevpoll.c45 .clean = fpm_event_devpoll_clean,
H A Depoll.c41 .clean = fpm_event_epoll_clean,
H A Dkqueue.c44 .clean = fpm_event_kqueue_clean,
H A Dpoll.c42 .clean = fpm_event_poll_clean,
H A Dport.c42 .clean = fpm_event_port_clean,
H A Dselect.c47 .clean = NULL,
/PHP-7.0/
H A Dmakerpm98 make clean
117 %clean
H A Dphp.ini-development1720 ; Should tidy clean and repair output automatically?
1723 ; http://php.net/tidy.clean-output
H A Dphp.ini-production1720 ; Should tidy clean and repair output automatically?
1723 ; http://php.net/tidy.clean-output
H A Dltmain.sh6529 clean | uninstall)
6570 if test "$mode" = clean; then
6604 clean)
6672 if test "$mode" = clean ; then
6772 clean)

Completed in 57 milliseconds

12345678910>>...16