Home
last modified time | relevance | path

Searched refs:mode (Results 701 – 725 of 750) sorted by relevance

1...<<21222324252627282930

/PHP-5.5/ext/spl/tests/
H A DSplFileObject_fputcsv_variation5.phpt62 } //end of mode loop
H A DSplFileObject_fputcsv_variation6.phpt65 } //end of mode loop
H A DSplFileObject_fputcsv_variation7.phpt65 } //end of mode loop
H A DSplFileObject_fputcsv_variation8.phpt65 } //end of mode loop
/PHP-5.5/ext/standard/
H A Dstring.c805 PHPAPI char *php_trim(char *c, int len, char *what, int what_len, zval *return_value, int mode TSRM… in php_trim()
817 if (mode & 1) { in php_trim()
828 if (mode & 2) { in php_trim()
850 static void php_do_trim(INTERNAL_FUNCTION_PARAMETERS, int mode) in php_do_trim() argument
860 php_trim(str, str_len, what, what_len, return_value, mode TSRMLS_CC); in php_do_trim()
/PHP-5.5/
H A Dconfigure.in345 # Disable PIC mode by default where it is known to be safe to do so,
1423 test -z "$PHP_COMPILE" && PHP_COMPILE='$(LIBTOOL) --mode=compile $(COMPILE) -c $<'
1424 test -z "$CXX_PHP_COMPILE" && CXX_PHP_COMPILE='$(LIBTOOL) --mode=compile $(CXX_COMPILE) -c $<'
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in174 ; mode is set to 0660
177 ;listen.mode = 0660
/PHP-5.5/ext/standard/tests/file/
H A Dfputcsv_variation1.phpt70 } //end of mode loop
H A Dfputcsv_variation11.phpt70 } //end of mode loop
H A Dfputcsv_variation12.phpt71 } //end of mode loop
H A Dfputcsv_variation5.phpt70 } //end of mode loop
H A Dfputcsv_variation6.phpt73 } //end of mode loop
H A Dfputcsv_variation7.phpt73 } //end of mode loop
H A Dfputcsv_variation8.phpt73 } //end of mode loop
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch1759 /* Set the connection file descriptor to no-delay mode. */
2075 /* In lingering-close mode we just read and ignore bytes. An error
2200 /* Make sure we are still in no-delay mode. */
2220 + /* Make sure we are still in no-delay mode. */
/PHP-5.5/ext/mbstring/libmbfl/filters/
H A Dmbfilter_cp5022x.c580 ctx->tl_param.mode = MBFL_FILT_TL_HAN2ZEN_KATAKANA | MBFL_FILT_TL_HAN2ZEN_GLUE; in mbfl_filt_conv_wchar_cp50220_ctor()
/PHP-5.5/ext/openssl/
H A Dxp_ssl.c940 *ret = fdopen(sslsock->s.socket, stream->mode); in php_openssl_sockop_cast()
/PHP-5.5/ext/mbstring/oniguruma/doc/
H A DAPI169 ONIG_OPTION_IGNORECASE mode.
/PHP-5.5/ext/mbstring/
H A Dmbstring.c360 ZEND_ARG_INFO(0, mode)
4657 MBSTRING_API int php_mb_stripos(int mode, const char *old_haystack, unsigned int old_haystack_len, … in php_mb_stripos() argument
4703 if (mode) { in php_mb_stripos()
4717 n = mbfl_strpos(&haystack, &needle, offset, mode); in php_mb_stripos()
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput173 give different output in 16- or 32-bit mode. --/
H A Dtestinput6641 /Check property support in non-UTF-8 mode/
745 /The next two tests are for property support in non-UTF-8 mode/
H A Dtestinput7357 /-- A check not in UTF-8 mode --/
H A Dtestoutput18-1611 **Failed: invalid UTF-8 string cannot be used as input in UTF mode
/PHP-5.5/Zend/
H A Dzend_compile.h579 …stant(znode *result, znode *constant_container, znode *constant_name, int mode, zend_bool check_na…
/PHP-5.5/ext/pgsql/
H A Dpgsql.c308 ZEND_ARG_INFO(0, mode)
329 ZEND_ARG_INFO(0, mode)
3008 char *z_filename, *mode = "w"; local
3017 …if (zend_parse_parameters(argc TSRMLS_CC, "p|sr", &z_filename, &z_filename_len, &mode, &mode_len, …
3031 stream = php_stream_open_wrapper(z_filename, mode, REPORT_ERRORS, NULL);

Completed in 81 milliseconds

1...<<21222324252627282930