/PHP-8.1/ext/tidy/ |
H A D | tidy.c | 275 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 D | sodium_pwhash.c | 42 zval *opt; in get_options() local
|
/PHP-8.1/ext/standard/ |
H A D | basic_functions.c | 1024 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 D | string.c | 1678 zend_long opt = PHP_PATHINFO_ALL; local
|
/PHP-8.1/ext/pgsql/ |
H A D | pgsql.c | 4564 …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 D | bz2.c | 566 static void php_bz2_error(INTERNAL_FUNCTION_PARAMETERS, int opt) in php_bz2_error()
|
/PHP-8.1/ext/mysqlnd/ |
H A D | mysqlnd_vio.c | 446 int opt = PHP_STREAM_OPTION_BLOCKING; in MYSQLND_METHOD() local
|
H A D | mysqlnd.h | 201 #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 D | filter.c | 677 zval *option, *opt, *def; in PHP_FUNCTION() local
|
/PHP-8.1/ext/xml/ |
H A D | xml.c | 1430 zend_long opt; in PHP_FUNCTION() local 1480 zend_long opt; in PHP_FUNCTION() local
|
/PHP-8.1/sapi/phpdbg/ |
H A D | phpdbg.c | 1133 int php_optind, opt, show_banner = 1; in main() local
|
/PHP-8.1/ext/mbstring/ |
H A D | php_mbregex.c | 1610 OnigOptionType opt, prev_opt; in PHP_FUNCTION() local
|
H A D | mbstring.c | 2905 int opt; in PHP_FUNCTION() local
|
/PHP-8.1/ext/zip/ |
H A D | php_zip.c | 1350 static void php_zip_entry_get_info(INTERNAL_FUNCTION_PARAMETERS, int opt) /* {{{ */ in php_zip_entry_get_info()
|