/PHP-5.6/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-5.6/ext/tidy/ |
H A D | tidy.c | 495 TidyOption opt = tidyGetOptionByName(doc, optname); in _php_tidy_set_tidy_opt() local 938 static void *php_tidy_get_opt_val(PHPTidyDoc *ptdoc, TidyOption opt, TidyOptionType *type TSRMLS_DC) in php_tidy_get_opt_val() 1373 TidyOption opt; in PHP_FUNCTION() local 1422 TidyOption opt = tidyGetNextOption(obj->ptdoc->doc, &itOpt); in PHP_FUNCTION() local 1533 TidyOption opt; in PHP_FUNCTION() local
|
/PHP-5.6/ext/filter/ |
H A D | filter_private.h | 120 #define PHP_FILTER_GET_LONG_OPT(zv, opt) { \ argument
|
H A D | filter.c | 765 zval **option, **opt, **def; in PHP_FUNCTION() local
|
/PHP-5.6/ext/ereg/regex/ |
H A D | main.c | 372 opt(c, s) in opt() function
|
/PHP-5.6/sapi/continuity/ |
H A D | capi.c | 457 int phpFinit(lstTset * opt) in phpFinit()
|
/PHP-5.6/ext/standard/ |
H A D | basic_functions.c | 4227 char opt[2] = { '\0' }; local 4663 char *message, *opt = NULL, *headers = NULL; local 4685 PHPAPI int _php_error_log(int opt_err, char *message, char *opt, char *headers TSRMLS_DC) /* {{{ */ 4691 PHPAPI int _php_error_log_ex(int opt_err, char *message, int message_len, char *opt, char *headers …
|
H A D | string.c | 1565 long opt = PHP_PATHINFO_ALL; local
|
/PHP-5.6/ext/bz2/ |
H A D | bz2.c | 607 static void php_bz2_error(INTERNAL_FUNCTION_PARAMETERS, int opt) in php_bz2_error()
|
/PHP-5.6/ext/xml/ |
H A D | xml.c | 1625 long opt; in PHP_FUNCTION() local 1675 long opt; in PHP_FUNCTION() local
|
/PHP-5.6/ext/mysqlnd/ |
H A D | mysqlnd.h | 213 #define mysqlnd_options(conn, opt, value) ((conn)->data)->m->set_client_option((conn)->data, (opt),… argument 214 #define mysqlnd_options4(conn, opt, k, v) ((conn)->data)->m->set_client_option_2d((conn)->data, (op… argument
|
H A D | mysqlnd_net.c | 863 int opt = PHP_STREAM_OPTION_BLOCKING; in MYSQLND_METHOD() local
|
/PHP-5.6/sapi/phpdbg/ |
H A D | phpdbg.c | 977 int php_optind, opt, show_banner = 1; local
|
/PHP-5.6/ext/pdo/ |
H A D | pdo_dbh.c | 511 zval *options = NULL, **opt, **item, *ctor_args; in PHP_METHOD() local
|
/PHP-5.6/ext/pgsql/ |
H A D | pgsql.c | 6540 PHP_PGSQL_API int php_pgsql_insert(PGconn *pg_link, const char *table, zval *var_array, ulong opt, … 6815 …e(PGconn *pg_link, const char *table, zval *var_array, zval *ids_array, ulong opt, char **sql TSRM… 6924 PHP_PGSQL_API int php_pgsql_delete(PGconn *pg_link, const char *table, zval *ids_array, ulong opt, … 7058 …t(PGconn *pg_link, const char *table, zval *ids_array, zval *ret_array, ulong opt, char **sql TSRM…
|
/PHP-5.6/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-5.6/ext/mbstring/ |
H A D | php_mbregex.c | 1436 OnigOptionType opt; in PHP_FUNCTION() local
|
H A D | mbstring.c | 3418 int opt, i; in PHP_FUNCTION() local
|
/PHP-5.6/ext/sybase_ct/ |
H A D | php_sybase_ct.c | 526 long opt; in PHP_INI_END() local
|
/PHP-5.6/ext/zip/ |
H A D | php_zip.c | 363 long opt; in php_zip_parse_options() local 1428 static void php_zip_entry_get_info(INTERNAL_FUNCTION_PARAMETERS, int opt) /* {{{ */ in php_zip_entry_get_info()
|