Home
last modified time | relevance | path

Searched defs:opt (Results 1 – 14 of 14) sorted by relevance

/PHP-8.1/ext/tidy/
H A Dtidy.c275 TidyOption opt = tidyGetOptionByName(doc, optname); in _php_tidy_set_tidy_opt() local
705 static void *php_tidy_get_opt_val(PHPTidyDoc *ptdoc, TidyOption opt, TidyOptionType *type) in php_tidy_get_opt_val()
1153 TidyOption opt; in PHP_FUNCTION() local
1194 TidyOption opt = tidyGetNextOption(obj->ptdoc->doc, &itOpt); in PHP_FUNCTION() local
1296 TidyOption opt; in PHP_FUNCTION() local
/PHP-8.1/ext/sodium/
H A Dsodium_pwhash.c42 zval *opt; in get_options() local
/PHP-8.1/ext/standard/
H A Dbasic_functions.c1024 char opt[2] = { '\0' }; local
1429 char *message, *opt = NULL, *headers = NULL; local
1450 PHPAPI int _php_error_log(int opt_err, const char *message, const char *opt, const char *headers) /…
1456 PHPAPI int _php_error_log_ex(int opt_err, const char *message, size_t message_len, const char *opt,…
H A Dstring.c1678 zend_long opt = PHP_PATHINFO_ALL; local
/PHP-8.1/ext/pgsql/
H A Dpgsql.c4564 …t(PGconn *pg_link, const zend_string *table_name, const zval *values, zval *result, zend_ulong opt) in php_pgsql_convert()
5249 static bool do_exec(smart_str *querystr, ExecStatusType expect, PGconn *pg_link, zend_ulong opt) /*… in do_exec()
5303 …l_insert(PGconn *pg_link, const zend_string *table, zval *var_array, zend_ulong opt, zend_string *… in php_pgsql_insert()
5508 …r *querystr, HashTable *ht, int where_cond, const char *pad, int pad_len, zend_ulong opt) /* {{{ */ in build_assignment_string()
5571 …pg_link, const zend_string *table, zval *var_array, zval *ids_array, zend_ulong opt, zend_string *… in php_pgsql_update()
5682 …l_delete(PGconn *pg_link, const zend_string *table, zval *ids_array, zend_ulong opt, zend_string *… in php_pgsql_delete()
5820 …pg_link, const zend_string *table, zval *ids_array, zval *ret_array, zend_ulong opt, long result_t… in php_pgsql_select()
/PHP-8.1/ext/bz2/
H A Dbz2.c566 static void php_bz2_error(INTERNAL_FUNCTION_PARAMETERS, int opt) in php_bz2_error()
/PHP-8.1/ext/mysqlnd/
H A Dmysqlnd_vio.c446 int opt = PHP_STREAM_OPTION_BLOCKING; in MYSQLND_METHOD() local
H A Dmysqlnd.h201 #define mysqlnd_options(conn, opt, value) ((conn)->data)->m->set_client_option((conn)->data, (opt),… argument
202 #define mysqlnd_options4(conn, opt, k, v) ((conn)->data)->m->set_client_option_2d((conn)->data, (op… argument
/PHP-8.1/ext/filter/
H A Dfilter.c677 zval *option, *opt, *def; in PHP_FUNCTION() local
/PHP-8.1/ext/xml/
H A Dxml.c1430 zend_long opt; in PHP_FUNCTION() local
1480 zend_long opt; in PHP_FUNCTION() local
/PHP-8.1/sapi/phpdbg/
H A Dphpdbg.c1133 int php_optind, opt, show_banner = 1; in main() local
/PHP-8.1/ext/mbstring/
H A Dphp_mbregex.c1610 OnigOptionType opt, prev_opt; in PHP_FUNCTION() local
H A Dmbstring.c2905 int opt; in PHP_FUNCTION() local
/PHP-8.1/ext/zip/
H A Dphp_zip.c1350 static void php_zip_entry_get_info(INTERNAL_FUNCTION_PARAMETERS, int opt) /* {{{ */ in php_zip_entry_get_info()

Completed in 197 milliseconds