/PHP-7.2/scripts/dev/generate-phpt/src/testcase/ |
H A D | gtBasicTestCaseFunction.php | 10 public function __construct($opt) {
|
H A D | gtBasicTestCaseMethod.php | 8 public function __construct($opt) {
|
H A D | gtErrorTestCaseFunction.php | 9 public function __construct($opt) {
|
H A D | gtErrorTestCaseMethod.php | 9 public function __construct($opt) {
|
H A D | gtVariationTestCaseFunction.php | 12 public function __construct($opt) {
|
H A D | gtVariationTestCaseMethod.php | 13 public function __construct($opt) {
|
/PHP-7.2/ext/tidy/ |
H A D | tidy.c | 501 TidyOption opt = tidyGetOptionByName(doc, optname); in _php_tidy_set_tidy_opt() local 931 static void *php_tidy_get_opt_val(PHPTidyDoc *ptdoc, TidyOption opt, TidyOptionType *type) in php_tidy_get_opt_val() 1370 TidyOption opt; in PHP_FUNCTION() local 1419 TidyOption opt = tidyGetNextOption(obj->ptdoc->doc, &itOpt); in PHP_FUNCTION() local 1530 TidyOption opt; in PHP_FUNCTION() local
|
/PHP-7.2/ext/standard/ |
H A D | basic_functions.c | 4329 char opt[2] = { '\0' }; local 4744 char *message, *opt = NULL, *headers = NULL; local 4770 PHPAPI int _php_error_log(int opt_err, char *message, char *opt, char *headers) /* {{{ */ 4776 PHPAPI int _php_error_log_ex(int opt_err, char *message, size_t message_len, char *opt, char *heade…
|
H A D | string.c | 1687 zend_long opt = PHP_PATHINFO_ALL; local
|
/PHP-7.2/ext/bz2/ |
H A D | bz2.c | 636 static void php_bz2_error(INTERNAL_FUNCTION_PARAMETERS, int opt) in php_bz2_error()
|
/PHP-7.2/ext/pgsql/ |
H A D | pgsql.c | 5848 …_convert(PGconn *pg_link, const char *table_name, const zval *values, zval *result, zend_ulong opt) 6530 static int do_exec(smart_str *querystr, ExecStatusType expect, PGconn *pg_link, zend_ulong opt) /* … 6593 …hp_pgsql_insert(PGconn *pg_link, const char *table, zval *var_array, zend_ulong opt, zend_string *… 6793 …r *querystr, HashTable *ht, int where_cond, const char *pad, int pad_len, zend_ulong opt) /* {{{ */ 6857 …Gconn *pg_link, const char *table, zval *var_array, zval *ids_array, zend_ulong opt, zend_string *… 6963 …hp_pgsql_delete(PGconn *pg_link, const char *table, zval *ids_array, zend_ulong opt, zend_string *… 7099 …Gconn *pg_link, const char *table, zval *ids_array, zval *ret_array, zend_ulong opt, long result_t…
|
/PHP-7.2/ext/mysqlnd/ |
H A D | mysqlnd_vio.c | 447 int opt = PHP_STREAM_OPTION_BLOCKING; in MYSQLND_METHOD() local
|
H A D | mysqlnd.h | 211 #define mysqlnd_options(conn, opt, value) ((conn)->data)->m->set_client_option((conn)->data, (opt),… argument 212 #define mysqlnd_options4(conn, opt, k, v) ((conn)->data)->m->set_client_option_2d((conn)->data, (op… argument
|
H A D | mysqlnd_net.c | 861 int opt = PHP_STREAM_OPTION_BLOCKING; in MYSQLND_METHOD() local
|
/PHP-7.2/ext/filter/ |
H A D | filter.c | 744 zval *option, *opt, *def; in PHP_FUNCTION() local
|
/PHP-7.2/ext/xml/ |
H A D | xml.c | 1579 zend_long opt; in PHP_FUNCTION() local 1632 zend_long opt; in PHP_FUNCTION() local
|
/PHP-7.2/ext/pdo/ |
H A D | pdo_dbh.c | 475 zval *options = NULL, *opt, *item, ctor_args; in PHP_METHOD() local
|
/PHP-7.2/ext/mbstring/oniguruma/src/ |
H A D | regcomp.c | 4496 set_bound_node_opt_info(NodeOptInfo* opt, MinMaxLen* mmd) in set_bound_node_opt_info() 4504 clear_node_opt_info(NodeOptInfo* opt) in clear_node_opt_info() 4595 optimize_node_left(Node* node, NodeOptInfo* opt, OptEnv* env) in optimize_node_left() 5018 NodeOptInfo opt; in set_optimize_info_from_tree() local
|
/PHP-7.2/ext/mbstring/ |
H A D | php_mbregex.c | 1494 OnigOptionType opt; in PHP_FUNCTION() local
|
H A D | mbstring.c | 3731 int opt, i; in PHP_FUNCTION() local
|
/PHP-7.2/sapi/phpdbg/ |
H A D | phpdbg.c | 1381 int php_optind, opt, show_banner = 1; in main() local
|
/PHP-7.2/ext/zip/ |
H A D | php_zip.c | 1334 static void php_zip_entry_get_info(INTERNAL_FUNCTION_PARAMETERS, int opt) /* {{{ */ in php_zip_entry_get_info()
|
/PHP-7.2/ext/sqlite3/libsqlite/ |
H A D | sqlite3.c | 55 #define CTIMEOPT_VAL_(opt) #opt argument 56 #define CTIMEOPT_VAL(opt) CTIMEOPT_VAL_(opt) argument 62 #define CTIMEOPT_VAL2(opt) CTIMEOPT_VAL2_(opt) argument
|