Home
last modified time | relevance | path

Searched refs:opt (Results 26 – 50 of 60) sorted by relevance

123

/PHP-5.5/ext/pdo_firebird/tests/
H A Dcommon.phpt23 $config['ENV']['PDOTEST_DSN'] = 'firebird:dbname=/opt/firebird/test.gdb';
/PHP-5.5/ext/standard/
H A Dbasic_functions.h146 PHPAPI int _php_error_log(int opt_err, char *message, char *opt, char *headers TSRMLS_DC);
147 PHPAPI int _php_error_log_ex(int opt_err, char *message, int message_len, char *opt, char *headers …
H A Dbasic_functions.c4253 char opt[2] = { '\0' }; local
4393 opt[0] = o;
4394 optname = opt;
4689 char *message, *opt = NULL, *headers = NULL; local
4694 …if (zend_parse_parameters(argc TSRMLS_CC, "s|lps", &message, &message_len, &erropt, &opt, &opt_len…
4702 if (_php_error_log_ex(opt_err, message, message_len, opt, headers TSRMLS_CC) == FAILURE) {
4711 PHPAPI int _php_error_log(int opt_err, char *message, char *opt, char *headers TSRMLS_DC) /* {{{ */ argument
4713 …return _php_error_log_ex(opt_err, message, (opt_err == 3) ? strlen(message) : 0, opt, headers TSRM…
4717 PHPAPI int _php_error_log_ex(int opt_err, char *message, int message_len, char *opt, char *headers … argument
4724 if (!php_mail(opt, "PHP error_log message", message, headers, NULL TSRMLS_CC)) {
[all …]
H A Dstring.c1565 long opt = PHP_PATHINFO_ALL; local
1567 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|l", &path, &path_len, &opt) == FAILURE) {
1571 have_basename = ((opt & PHP_PATHINFO_BASENAME) == PHP_PATHINFO_BASENAME);
1576 if ((opt & PHP_PATHINFO_DIRNAME) == PHP_PATHINFO_DIRNAME) {
1591 if ((opt & PHP_PATHINFO_EXTENSION) == PHP_PATHINFO_EXTENSION) {
1607 if ((opt & PHP_PATHINFO_FILENAME) == PHP_PATHINFO_FILENAME) {
1626 if (opt == PHP_PATHINFO_ALL) {
/PHP-5.5/ext/ereg/regex/
H A Dmain.c162 if (opt('&', f[1])) /* try with either type of RE */
231 if (err != 0 && (!opt('C', f1) || err != efind(f2))) {
238 } else if (err == 0 && opt('C', f1)) {
372 opt(c, s) in opt() function
/PHP-5.5/Zend/tests/
H A Ddebug_backtrace_options.phpt6 function backtrace_print($opt = null)
8 if(is_null($opt)) {
11 print_r(debug_backtrace($opt));
/PHP-5.5/ext/pdo_firebird/
H A Dconfig.m43 install directory [/opt/firebird]])
/PHP-5.5/ext/pgsql/
H A Dpgsql.c5434 assert(!(opt & ~PGSQL_CONV_OPTS));
6114 if (opt & PGSQL_DML_ASYNC) {
6197 if (!(opt & PGSQL_DML_NO_CONV)) {
6260 else if (opt & PGSQL_DML_STRING) {
6380 if (!(opt & PGSQL_DML_NO_CONV)) {
6410 if ((opt & PGSQL_DML_EXEC) && do_exec(&querystr, PGRES_COMMAND_OK, pg_link, opt TSRMLS_CC) == 0) {
6487 if (!(opt & PGSQL_DML_NO_CONV)) {
6506 if ((opt & PGSQL_DML_EXEC) && do_exec(&querystr, PGRES_COMMAND_OK, pg_link, opt TSRMLS_CC) == 0) {
6513 if (!(opt & PGSQL_DML_NO_CONV)) {
6623 if (!(opt & PGSQL_DML_NO_CONV)) {
[all …]
/PHP-5.5/ext/recode/
H A Dconfig.m49 RECODE_LIST="$PHP_RECODE /usr/local /usr /opt"
/PHP-5.5/ext/phar/phar/
H A Dclicommand.inc262 foreach($conf['select'] as $opt => $what) {
263 $ls = max($ls, strlen($opt));
267 foreach($conf['select'] as $opt => $what) {
268 … $inf .= $this->cli_wordwrap($sp2 . " " . sprintf("%-${ls}s ", $opt) . $what, $l3, $sp3) . "\n";
/PHP-5.5/
H A Dserver-tests.php643 $opt = $argv[$i++][1];
648 switch($opt) {
665 if ($this->xargs[$opt][1] && isset($value))
666 $this->conf[$this->xargs[$opt][0]] = $value;
667 else if (!$this->xargs[$opt][1])
668 $this->conf[$this->xargs[$opt][0]] = isset($value)?$value:1;
670 … $this->error("Invalid argument setting for argument $opt, should be [{$this->xargs[$opt][1]}]\n");
H A D.gitignore15 *.opt
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd.h212 #define mysqlnd_options(conn, opt, value) ((conn)->data)->m->set_client_option((conn)->data, (opt),… argument
213 #define mysqlnd_options4(conn, opt, k, v) ((conn)->data)->m->set_client_option_2d((conn)->data, (op… argument
H A Dmysqlnd_net.c814 int opt = PHP_STREAM_OPTION_BLOCKING; in MYSQLND_METHOD() local
816 int was_blocked = net_stream->ops->set_option(net_stream, opt, 0, NULL TSRMLS_CC); in MYSQLND_METHOD()
829 net_stream->ops->set_option(net_stream, opt, 1, NULL TSRMLS_CC); in MYSQLND_METHOD()
/PHP-5.5/ext/mbstring/
H A Dphp_mbregex.c1435 OnigOptionType opt; in PHP_FUNCTION() local
1446 opt = 0; in PHP_FUNCTION()
1448 _php_mb_regex_init_options(string, string_len, &opt, &syntax, NULL); in PHP_FUNCTION()
1449 _php_mb_regex_set_options(opt, syntax, NULL, NULL TSRMLS_CC); in PHP_FUNCTION()
1451 opt = MBREX(regex_default_options); in PHP_FUNCTION()
1454 _php_mb_regex_get_option_string(buf, sizeof(buf), opt, syntax); in PHP_FUNCTION()
H A Dmbstring.c3387 int opt, i; in PHP_FUNCTION() local
3407 opt = 0; in PHP_FUNCTION()
3412 opt |= 0x1; in PHP_FUNCTION()
3415 opt |= 0x10; in PHP_FUNCTION()
3418 opt |= 0x2; in PHP_FUNCTION()
3421 opt |= 0x20; in PHP_FUNCTION()
3424 opt |= 0x4; in PHP_FUNCTION()
3427 opt |= 0x40; in PHP_FUNCTION()
3430 opt |= 0x8; in PHP_FUNCTION()
3433 opt |= 0x80; in PHP_FUNCTION()
[all …]
/PHP-5.5/scripts/dev/
H A Dgenerate-phpt.phar1256 public function __construct($opt) {
1257 $this->optionalSections = $opt;
1590 public function __construct($opt) {
1591 $this->optionalSections = $opt;
1650 public function __construct($opt) {
1651 $this->optionalSections = $opt;
1709 public function __construct($opt) {
1710 $this->optionalSections = $opt;
1811 public function __construct($opt) {
1812 $this->optionalSections = $opt;
[all …]
/PHP-5.5/ext/filter/
H A Dfilter.c758 zval **option, **opt, **def; in PHP_FUNCTION() local
766 zend_hash_find(HASH_OF(*filter_args), "options", sizeof("options"), (void **)&opt) == SUCCESS && in PHP_FUNCTION()
767 Z_TYPE_PP(opt) == IS_ARRAY && in PHP_FUNCTION()
768 zend_hash_find(HASH_OF(*opt), "default", sizeof("default"), (void **)&def) == SUCCESS in PHP_FUNCTION()
/PHP-5.5/ext/bz2/
H A Dbz2.c596 static void php_bz2_error(INTERNAL_FUNCTION_PARAMETERS, int opt) in php_bz2_error() argument
620 switch (opt) { in php_bz2_error()
/PHP-5.5/ext/xml/
H A Dxml.c1620 long opt; in PHP_FUNCTION() local
1622 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rlZ", &pind, &opt, &val) == FAILURE) { in PHP_FUNCTION()
1627 switch (opt) { in PHP_FUNCTION()
1666 long opt; in PHP_FUNCTION() local
1668 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rl", &pind, &opt) == FAILURE) { in PHP_FUNCTION()
1673 switch (opt) { in PHP_FUNCTION()
/PHP-5.5/ext/skeleton/
H A Dcreate_stubs16 opt = optionals[i,j]
/PHP-5.5/ext/pdo/
H A Dpdo_dbh.c517 zval *options = NULL, **opt, **item, *ctor_args; in PHP_METHOD() local
528 … && SUCCESS == zend_hash_index_find(Z_ARRVAL_P(options), PDO_ATTR_STATEMENT_CLASS, (void**)&opt)) { in PHP_METHOD()
529 …if (Z_TYPE_PP(opt) != IS_ARRAY || zend_hash_index_find(Z_ARRVAL_PP(opt), 0, (void**)&item) == FAIL… in PHP_METHOD()
553 if (zend_hash_index_find(Z_ARRVAL_PP(opt), 1, (void**)&item) == SUCCESS) { in PHP_METHOD()
/PHP-5.5/ext/mysql/
H A Dmysql.dsp58 …ll /machine:I386 /out:"Release/php_mysql.dll" /libpath:"..\..\..\MySQL\lib\opt" /libpath:"..\..\Re…
136 …ne:I386 /out:"..\..\Release_TS/php_mysql.dll" /libpath:"..\..\..\MySQL\lib\opt" /libpath:"..\..\Re…
/PHP-5.5/ext/zip/
H A Dphp_zip.c353 long opt; in php_zip_parse_options() local
358 opt = Z_LVAL(tmp); in php_zip_parse_options()
360 opt = Z_LVAL_PP(option); in php_zip_parse_options()
362 *remove_all_path = opt; in php_zip_parse_options()
1398 static void php_zip_entry_get_info(INTERNAL_FUNCTION_PARAMETERS, int opt) /* {{{ */ in php_zip_entry_get_info() argument
1413 switch (opt) { in php_zip_entry_get_info()
/PHP-5.5/sapi/continuity/
H A Dcapi.c457 int phpFinit(lstTset * opt) in phpFinit() argument

Completed in 137 milliseconds

123