Home
last modified time | relevance | path

Searched refs:mode (Results 501 – 525 of 750) sorted by relevance

1...<<21222324252627282930

/PHP-5.5/ext/mcrypt/tests/
H A Dmcrypt_cbc_variation1.phpt11 /* Prototype : string mcrypt_cbc(string cipher, string key, string data, int mode, string iv)
31 $mode = MCRYPT_ENCRYPT;
116 var_dump( mcrypt_cbc($value, $key, $data, $mode, $iv) );
/PHP-5.5/ext/pdo/
H A Dpdo_stmt.c105 ZEND_ARG_INFO(0, mode) in ZEND_END_ARG_INFO()
1243 int flags = mode & PDO_FETCH_FLAGS; in pdo_stmt_verify_mode()
1245 mode = mode & ~PDO_FETCH_FLAGS; in pdo_stmt_verify_mode()
1247 if (mode < 0 || mode > PDO_FETCH__MAX) { in pdo_stmt_verify_mode()
1257 switch(mode) { in pdo_stmt_verify_mode()
1281 if (mode >= PDO_FETCH__MAX) { in pdo_stmt_verify_mode()
1869 long mode = PDO_FETCH_BOTH; in pdo_stmt_setup_fetch_mode() local
1903 mode = Z_LVAL_PP(args[skip]); in pdo_stmt_setup_fetch_mode()
1904 flags = mode & PDO_FETCH_FLAGS; in pdo_stmt_setup_fetch_mode()
1917 switch (mode & ~PDO_FETCH_FLAGS) { in pdo_stmt_setup_fetch_mode()
[all …]
/PHP-5.5/ext/sockets/tests/
H A Dsocket_recvmsg.phpt28 socket_set_nonblock($sends1) or die("Could not put in non-blocking mode");
/PHP-5.5/ext/standard/tests/file/
H A Dfopen_variation16.phpt7 /* Prototype : resource fopen(string filename, string mode [, bool use_include_path [, resource co…
H A Dfopen_variation17.phpt7 /* Prototype : resource fopen(string filename, string mode [, bool use_include_path [, resource co…
H A Dlstat_stat_variation21.phpt37 // opening file in r/w mode
H A Dlstat_stat_variation3.phpt45 "dev", "ino", "mode", "nlink", "uid", "gid",
H A Dstat_variation8-win32.phpt42 // opening file in r/w mode
H A Dmkdir_rmdir_error.phpt5 /* Prototype: bool mkdir ( string $pathname [, int $mode [, bool $recursive [, resource $context]]…
/PHP-5.5/ext/spl/examples/
H A Ddbaarray.inc23 * Open database $file with $handler in read only mode.
/PHP-5.5/Zend/
H A DMakefile.am54 …$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(CPPFLAGS) $(INLINE_CFLAG…
H A Dzend_strtod.c1442 ZEND_API char * zend_dtoa(double _d, int mode, int ndigits, int *decpt, int *sign, char **rve) in zend_dtoa() argument
1610 if (mode < 0 || mode > 9) in zend_dtoa()
1611 mode = 0; in zend_dtoa()
1613 if (mode > 5) { in zend_dtoa()
1614 mode -= 4; in zend_dtoa()
1618 switch(mode) { in zend_dtoa()
1792 if (mode < 2) { in zend_dtoa()
1847 if (mode < 2) { in zend_dtoa()
1901 if (ilim <= 0 && mode > 2) { in zend_dtoa()
1938 if (j1 == 0 && !mode && !(word1(d) & 1)) { in zend_dtoa()
[all …]
/PHP-5.5/ext/curl/tests/
H A Dcurl_ftp_pasv.phpt23 // enable below to get the output in verbose mode.
/PHP-5.5/ext/mysqli/
H A Dmysqli_api.c41 …mysqli_tx_cor_options_to_string(const MYSQL * const conn, smart_str * str, const unsigned int mode) in mysqli_tx_cor_options_to_string() argument
43 if (mode & TRANS_COR_AND_CHAIN && !(mode & TRANS_COR_AND_NO_CHAIN)) { in mysqli_tx_cor_options_to_string()
48 } else if (mode & TRANS_COR_AND_NO_CHAIN && !(mode & TRANS_COR_AND_CHAIN)) { in mysqli_tx_cor_options_to_string()
55 if (mode & TRANS_COR_RELEASE && !(mode & TRANS_COR_NO_RELEASE)) { in mysqli_tx_cor_options_to_string()
60 } else if (mode & TRANS_COR_NO_RELEASE && !(mode & TRANS_COR_RELEASE)) { in mysqli_tx_cor_options_to_string()
114 …t_or_rollback_libmysql(MYSQL * conn, zend_bool commit, const unsigned int mode, const char * const… in mysqli_commit_or_rollback_libmysql() argument
118 mysqli_tx_cor_options_to_string(conn, &tmp_str, mode); in mysqli_commit_or_rollback_libmysql()
2372 ulong mode; local
2394 mode = mode_in;
2395 mode_p = &mode;
/PHP-5.5/ext/sqlite3/tests/
H A Dsqlite3_openblob_wrongparams.phpt16 public function stream_open($path, $mode, $options, &$opened_path)
/PHP-5.5/ext/pdo/tests/
H A Dbug_38253.phpt2 PDO Common: Bug #38253 (PDO produces segfault with default fetch mode)
/PHP-5.5/ext/spl/
H A Dspl_iterators.h159 regex_mode mode; member
/PHP-5.5/ext/standard/tests/general_functions/
H A Dphp_uname_variation1.phpt5 /* Prototype: string php_uname ([ string $mode ] )
/PHP-5.5/ext/ftp/
H A Dftp.h142 int ftp_chmod(ftpbuf_t *ftp, const int mode, const char *filename, const int filename_len);
/PHP-5.5/ext/dba/libflatfile/
H A Dflatfile.c50 int flatfile_store(flatfile *dba, datum key_datum, datum value_datum, int mode TSRMLS_DC) { in flatfile_store()
51 if (mode == FLATFILE_INSERT) { in flatfile_store()
/PHP-5.5/
H A DMakefile.global19 …$(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -rpath $(phptempdir) $(EXTRA_LDFLAGS) $(LDF…
20 -@$(LIBTOOL) --silent --mode=install cp $@ $(phptempdir)/$@ >/dev/null 2>&1
/PHP-5.5/ext/pdo_oci/
H A Doci_statement.c123 b4 mode; in oci_stmt_execute() local
137 mode = OCI_STMT_SCROLLABLE_READONLY; in oci_stmt_execute()
141 mode = OCI_COMMIT_ON_SUCCESS; in oci_stmt_execute()
143 mode = OCI_DEFAULT; in oci_stmt_execute()
148 mode)); in oci_stmt_execute()
/PHP-5.5/ext/oci8/tests/
H A Dreflection1.phpt227 Parameter #1 [ <optional> $mode ]
270 Parameter #1 [ <optional> $mode ]
279 Parameter #2 [ <optional> $mode ]
304 Parameter #0 [ <required> $mode ]
495 Parameter #1 [ <required> $mode ]
772 Parameter #1 [ <optional> $mode ]
811 Parameter #0 [ <required> $mode ]
/PHP-5.5/ext/dba/
H A Ddba_flatfile.c90 switch(flatfile_store(dba, gkey, gval, mode==1 ? FLATFILE_INSERT : FLATFILE_REPLACE TSRMLS_CC)) { in DBA_UPDATE_FUNC()
/PHP-5.5/ext/standard/tests/array/
H A Dcount_variation1.phpt5 /* Prototype : int count(mixed $var [, int $mode])

Completed in 65 milliseconds

1...<<21222324252627282930