Home
last modified time | relevance | path

Searched refs:force (Results 1 – 25 of 50) sorted by relevance

12

/PHP-5.5/Zend/tests/generators/
H A Dnested_calls_with_die.phpt8 yield; // force generator
22 yield; // force generator
H A Dgenerator_throwing_in_foreach.phpt8 yield; // force generator
H A Dbacktrace.phpt12 yield; // force generator
/PHP-5.5/Zend/tests/generators/finally/
H A Dreturn_return.phpt23 yield; // force generator
27 $gen->rewind(); // force run
/PHP-5.5/Zend/tests/generators/errors/
H A Dyield_in_force_closed_finally_error.phpt2 yield cannot be used in a finally block when the generator is force-closed
29 Fatal error: Cannot yield from finally in a force-closed generator in %s on line %d
/PHP-5.5/ext/pdo/
H A Dconfig.w327 …EXTENSION('pdo', 'pdo.c pdo_dbh.c pdo_stmt.c pdo_sql_parser.c pdo_sqlstate.c', false /* force stat…
/PHP-5.5/ext/standard/tests/file/
H A Dstream_enclosed.phpt12 /* force conversion of inner stream to STDIO. */
/PHP-5.5/TSRM/
H A Dbuildconf10 libtoolize --force --automake $automake_flags
/PHP-5.5/Zend/
H A Dbuildconf10 libtoolize --force --automake $automake_flags
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_result_references.phpt22 /* mysqlnd: force seperation - create copies */
33 /* mysqlnd: force seperation - create copies */
51 /* mysqlnd: force seperation - create copies*/
/PHP-5.5/sapi/fpm/
H A Dinit.d.php-fpm.in108 force-quit)
/PHP-5.5/ext/spl/tests/
H A Dheap_top_variation_002.phpt8 // override heap to force corruption by throwing exception in compare
H A Dspl_heap_count_basic.phpt16 public function count() // override count to force failure
/PHP-5.5/ext/standard/tests/strings/
H A Dwordwrap_variation2.phpt113 Warning: wordwrap(): Can't force cut when width is zero in %s on line %d
208 Warning: wordwrap(): Can't force cut when width is zero in %s on line %d
224 Warning: wordwrap(): Can't force cut when width is zero in %s on line %d
272 Warning: wordwrap(): Can't force cut when width is zero in %s on line %d
281 Warning: wordwrap(): Can't force cut when width is zero in %s on line %d
329 Warning: wordwrap(): Can't force cut when width is zero in %s on line %d
338 Warning: wordwrap(): Can't force cut when width is zero in %s on line %d
/PHP-5.5/travis/
H A Dcompile.sh12 ./buildconf --force
/PHP-5.5/ext/curl/tests/
H A Dbug52827.phpt15 /* force conversion of inner stream to STDIO.
H A Dcurl_multi_segfault.phpt26 //force passive connection
H A Dcurl_ftp_pasv.phpt41 //force passive connection
/PHP-5.5/ext/standard/tests/mail/
H A Dmail_variation2.phpt2 Test mail() function : variation force extra parameters
/PHP-5.5/sapi/fpm/fpm/
H A Dfastcgi.h123 void fcgi_close(fcgi_request *req, int force, int destroy);
H A Dfastcgi.c723 void fcgi_close(fcgi_request *req, int force, int destroy) in fcgi_close() argument
737 if ((force || !req->keep) && req->fd >= 0) { in fcgi_close()
742 if (!force) { in fcgi_close()
747 if (!force) { in fcgi_close()
756 if (!force) { in fcgi_close()
/PHP-5.5/win32/build/
H A Dconfutils.js424 var force;
439 force = true;
442 force = false;
447 if (force) {
449 force = false;
452 force = true;
457 if (!force) {
465 force = true;
472 if (force) {
480 force = true;
[all …]
/PHP-5.5/
H A Dmakedist86 ./buildconf --copy --force
/PHP-5.5/sapi/cgi/
H A DCHANGES14 --enable-force-cgi-redirect
/PHP-5.5/sapi/webjames/
H A Dwebjames.c219 static void webjames_php_close(struct connection *conn, int force) in webjames_php_close() argument
225 WG(oldclose)(conn,force); in webjames_php_close()

Completed in 34 milliseconds

12