/PHP-7.0/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.0/ext/tidy/ |
H A D | tidy.c | 496 TidyOption opt = tidyGetOptionByName(doc, optname); in _php_tidy_set_tidy_opt() local 926 static void *php_tidy_get_opt_val(PHPTidyDoc *ptdoc, TidyOption opt, TidyOptionType *type) in php_tidy_get_opt_val() 1362 TidyOption opt; in PHP_FUNCTION() local 1411 TidyOption opt = tidyGetNextOption(obj->ptdoc->doc, &itOpt); in PHP_FUNCTION() local 1522 TidyOption opt; in PHP_FUNCTION() local
|
/PHP-7.0/ext/standard/ |
H A D | basic_functions.c | 4258 char opt[2] = { '\0' }; local 4655 char *message, *opt = NULL, *headers = NULL; local 4677 PHPAPI int _php_error_log(int opt_err, char *message, char *opt, char *headers) /* {{{ */ 4683 PHPAPI int _php_error_log_ex(int opt_err, char *message, size_t message_len, char *opt, char *heade…
|
H A D | string.c | 1656 zend_long opt = PHP_PATHINFO_ALL; local
|
/PHP-7.0/ext/bz2/ |
H A D | bz2.c | 635 static void php_bz2_error(INTERNAL_FUNCTION_PARAMETERS, int opt) in php_bz2_error()
|
/PHP-7.0/ext/pgsql/ |
H A D | pgsql.c | 5806 …_convert(PGconn *pg_link, const char *table_name, const zval *values, zval *result, zend_ulong opt) 6488 static int do_exec(smart_str *querystr, int expect, PGconn *pg_link, zend_ulong opt) /* {{{ */ 6551 …hp_pgsql_insert(PGconn *pg_link, const char *table, zval *var_array, zend_ulong opt, zend_string *… 6751 …r *querystr, HashTable *ht, int where_cond, const char *pad, int pad_len, zend_ulong opt) /* {{{ */ 6815 …Gconn *pg_link, const char *table, zval *var_array, zval *ids_array, zend_ulong opt, zend_string *… 6921 …hp_pgsql_delete(PGconn *pg_link, const char *table, zval *ids_array, zend_ulong opt, zend_string *… 7049 …Gconn *pg_link, const char *table, zval *ids_array, zval *ret_array, zend_ulong opt, zend_string *…
|
/PHP-7.0/ext/filter/ |
H A D | filter.c | 739 zval *option, *opt, *def; in PHP_FUNCTION() local
|
/PHP-7.0/ext/xml/ |
H A D | xml.c | 1594 zend_long opt; in PHP_FUNCTION() local 1647 zend_long opt; in PHP_FUNCTION() local
|
/PHP-7.0/ext/mysqlnd/ |
H A D | mysqlnd.h | 206 #define mysqlnd_options(conn, opt, value) ((conn)->data)->m->set_client_option((conn)->data, (opt),… argument 207 #define mysqlnd_options4(conn, opt, k, v) ((conn)->data)->m->set_client_option_2d((conn)->data, (op… argument
|
H A D | mysqlnd_net.c | 870 int opt = PHP_STREAM_OPTION_BLOCKING; in MYSQLND_METHOD() local
|
/PHP-7.0/ext/pdo/ |
H A D | pdo_dbh.c | 474 zval *options = NULL, *opt, *item, ctor_args; in PHP_METHOD() local
|
/PHP-7.0/ext/mbstring/oniguruma/ |
H A D | regcomp.c | 4439 set_bound_node_opt_info(NodeOptInfo* opt, MinMaxLen* mmd) in set_bound_node_opt_info() 4447 clear_node_opt_info(NodeOptInfo* opt) in clear_node_opt_info() 4538 optimize_node_left(Node* node, NodeOptInfo* opt, OptEnv* env) in optimize_node_left() 4961 NodeOptInfo opt; in set_optimize_info_from_tree() local
|
/PHP-7.0/ext/mbstring/ |
H A D | php_mbregex.c | 1440 OnigOptionType opt; in PHP_FUNCTION() local
|
H A D | mbstring.c | 3579 int opt, i; in PHP_FUNCTION() local
|
/PHP-7.0/sapi/phpdbg/ |
H A D | phpdbg.c | 1356 int php_optind, opt, show_banner = 1; in main() local
|
/PHP-7.0/ext/zip/ |
H A D | php_zip.c | 1308 static void php_zip_entry_get_info(INTERNAL_FUNCTION_PARAMETERS, int opt) /* {{{ */ in php_zip_entry_get_info()
|
/PHP-7.0/ext/sqlite3/libsqlite/ |
H A D | sqlite3.c | 17183 #define CTIMEOPT_VAL_(opt) #opt argument 17184 #define CTIMEOPT_VAL(opt) CTIMEOPT_VAL_(opt) argument
|