Home
last modified time | relevance | path

Searched refs:force (Results 26 – 50 of 58) sorted by path

123

/PHP-7.4/
H A Dconfigure.ac294 AC_MSG_CHECKING([whether to force non-PIC code in shared modules])
/PHP-7.4/docs/
H A Dstreams.md8 code; we don't want them - they are ugly and cumbersome and force you to special
/PHP-7.4/ext/curl/tests/
H A Dbug52827.phpt15 /* force conversion of inner stream to STDIO.
H A Dcurl_ftp_pasv.phpt40 //force passive connection
H A Dcurl_multi_segfault.phpt25 //force passive connection
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch2521 - /* XXX: force initialization because glibc does not always do this */
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic16899 # URL2: http://phantomhighspeed.force.com/vriknowledge/servlet/fileField?id=0BEU0000000Cfyk
H A Dmagic私はガラスを食べられます16899 # URL2: http://phantomhighspeed.force.com/vriknowledge/servlet/fileField?id=0BEU0000000Cfyk
/PHP-7.4/ext/mysqli/tests/
H A Dbug52891.phpt44 /* first insert normal value to force initial send of types */
H A Dmysqli_result_references.phpt22 /* mysqlnd: force separation - create copies */
33 /* mysqlnd: force separation - create copies */
51 /* mysqlnd: force separation - create copies*/
H A Dmysqli_store_result_copy.phpt69 printf("[010] Brute force seek %d returned %d\n", $idx, var_export($row, true));
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c1287 int zend_accel_invalidate(const char *filename, size_t filename_len, zend_bool force) in zend_accel_invalidate() argument
1312 if (force || in zend_accel_invalidate()
H A DZendAccelerator.h312 int zend_accel_invalidate(const char *filename, size_t filename_len, zend_bool force);
H A Dzend_accelerator_module.c57 ZEND_ARG_INFO(0, force)
831 zend_bool force = 0; local
833 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "s|b", &script_name, &script_name_len, &force) == FAILU…
841 if (zend_accel_invalidate(script_name, script_name_len, force) == SUCCESS) {
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c3554 static void check_partial(compiler_common *common, BOOL force) in check_partial() argument
3560 SLJIT_ASSERT(!force || common->mode != PCRE2_JIT_COMPLETE); in check_partial()
3565 if (!force && !common->allow_empty_partial) in check_partial()
/PHP-7.4/ext/pdo/
H A Dconfig.w326 …EXTENSION('pdo', 'pdo.c pdo_dbh.c pdo_stmt.c pdo_sql_parser.c pdo_sqlstate.c', false /* force stat…
/PHP-7.4/ext/pdo_dblib/tests/
H A Dbug_54648.phpt2 PDO_DBLIB: Does not force correct dateformat
/PHP-7.4/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-7.4/ext/standard/tests/file/
H A Dstream_enclosed.phpt12 /* force conversion of inner stream to STDIO. */
/PHP-7.4/ext/standard/tests/mail/
H A Dmail_variation2.phpt2 Test mail() function : variation force extra parameters
/PHP-7.4/ext/standard/tests/strings/
H A Dwordwrap_error.phpt72 Warning: wordwrap(): Can't force cut when width is zero in %s on line %d
/PHP-7.4/ext/zip/tests/
H A Dbug70322.phpt5 on failure, so we force the failure by adding a file to the archive, which we
/PHP-7.4/main/
H A Dfastcgi.c1269 void fcgi_close(fcgi_request *req, int force, int destroy) in fcgi_close() argument
1282 if ((force || !req->keep) && req->fd >= 0) { in fcgi_close()
1287 if (!force) { in fcgi_close()
1292 if (!force) { in fcgi_close()
1302 if (!force) { in fcgi_close()
H A Dfastcgi.h92 void fcgi_close(fcgi_request *req, int force, int destroy);

Completed in 230 milliseconds

123