Home
last modified time | relevance | path

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

12

/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_vio.c447 int opt = PHP_STREAM_OPTION_BLOCKING; in MYSQLND_METHOD() local
449 int was_blocked = net_stream->ops->set_option(net_stream, opt, 0, NULL); in MYSQLND_METHOD()
466 net_stream->ops->set_option(net_stream, opt, 1, NULL); in MYSQLND_METHOD()
/PHP-7.4/ext/bz2/
H A Dbz2.c640 static void php_bz2_error(INTERNAL_FUNCTION_PARAMETERS, int opt) in php_bz2_error() argument
664 switch (opt) { in php_bz2_error()
/PHP-7.4/ext/pdo/
H A Dpdo_dbh.c492 zval *options = NULL, *opt, *item, ctor_args; in PHP_METHOD() local
506 …if (ZEND_NUM_ARGS() > 1 && (opt = zend_hash_index_find(Z_ARRVAL_P(options), PDO_ATTR_STATEMENT_CLA… in PHP_METHOD()
507 if (Z_TYPE_P(opt) != IS_ARRAY || (item = zend_hash_index_find(Z_ARRVAL_P(opt), 0)) == NULL in PHP_METHOD()
531 if ((item = zend_hash_index_find(Z_ARRVAL_P(opt), 1)) != NULL) { in PHP_METHOD()
/PHP-7.4/ext/standard/
H A Dbasic_functions.c4362 char opt[2] = { '\0' }; local
4489 opt[0] = o;
4490 optname = opt;
4800 char *message, *opt = NULL, *headers = NULL; local
4809 Z_PARAM_PATH(opt, opt_len)
4817 if (_php_error_log_ex(opt_err, message, message_len, opt, headers) == FAILURE) {
4826 PHPAPI int _php_error_log(int opt_err, char *message, char *opt, char *headers) /* {{{ */ argument
4828 return _php_error_log_ex(opt_err, message, (opt_err == 3) ? strlen(message) : 0, opt, headers);
4832 PHPAPI int _php_error_log_ex(int opt_err, char *message, size_t message_len, char *opt, char *heade… argument
4840 if (!php_mail(opt, "PHP error_log message", message, headers, NULL)) {
[all …]
H A Dstring.c1677 zend_long opt = PHP_PATHINFO_ALL; local
1683 Z_PARAM_LONG(opt)
1686 have_basename = ((opt & PHP_PATHINFO_BASENAME) == PHP_PATHINFO_BASENAME);
1690 if ((opt & PHP_PATHINFO_DIRNAME) == PHP_PATHINFO_DIRNAME) {
1704 if ((opt & PHP_PATHINFO_EXTENSION) == PHP_PATHINFO_EXTENSION) {
1720 if ((opt & PHP_PATHINFO_FILENAME) == PHP_PATHINFO_FILENAME) {
1739 if (opt == PHP_PATHINFO_ALL) {
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg.c1377 int php_optind, opt, show_banner = 1; in main() local
1447 opt = 0; in main()
1454 while ((opt = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1) { in main()
1455 switch (opt) { in main()
/PHP-7.4/
H A DUPGRADING768 --with-external-gd (to opt into using an external libgd, rather than the
811 to opt into using an external PCRE library, rather than the bundled one.
/PHP-7.4/ext/zip/
H A Dphp_zip.c1345 static void php_zip_entry_get_info(INTERNAL_FUNCTION_PARAMETERS, int opt) /* {{{ */ in php_zip_entry_get_info() argument
1362 switch (opt) { in php_zip_entry_get_info()
/PHP-7.4/ext/mbstring/libmbfl/
H A DLICENSE211 3. You may opt to apply the terms of the ordinary GNU General Public
/PHP-7.4/ext/bcmath/libbcmath/
H A DLICENSE214 3. You may opt to apply the terms of the ordinary GNU General Public
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます29779 # markups page=0x04,label=0x12, followed by strings like "opt" or "main" and title=0x14
H A Dmagic29779 # markups page=0x04,label=0x12, followed by strings like "opt" or "main" and title=0x14

Completed in 160 milliseconds

12