Home
last modified time | relevance | path

Searched refs:options (Results 226 – 250 of 406) sorted by relevance

12345678910>>...17

/PHP-5.4/ext/xml/tests/
H A Dxml_parser_get_option_error.phpt12 * Description: Get options from an XML parser
H A Dxml_parser_set_option_error.phpt12 * Description: Set options in an XML parser
/PHP-5.4/ext/standard/tests/file/
H A Dinclude_userstream_001.phpt12 function stream_open($path, $mode, $options, &$opened_path)
H A Dbug27508.phpt8 function stream_open($path, $mode, $options, &$opened_path)
H A Dpathinfo_variation2.phpt7 /* Prototype : array pathinfo(string path[, int options])
99 // loop through each element of the array for options
H A Dpathinfo_variation3.phpt7 /* Prototype : array pathinfo(string path[, int options])
/PHP-5.4/ext/libxml/tests/
H A D004.phpt30 Warning: stream_context_create(): options should have the form ["wrappername"]["optionname"] = $val…
H A Dbug61367-read.phpt30 public function stream_open ( $path , $mode , $options , &$opened_path ) {
/PHP-5.4/ext/intl/tests/
H A Dcollation_customization.phpt9 * Check effects of changing misc collattion options.
/PHP-5.4/ext/imap/tests/
H A Dimap_fetchbody_variation5.phpt10 * [, int options])
H A Dimap_fetchheader_variation4.phpt9 /* Prototype : string imap_fetchheader(resource $stream_id, int $msg_no [, int $options])
H A Dimap_body.phpt45 Warning: imap_body(): invalid value for the options parameter in %s on line %d
H A Dimap_fetch_overview_variation4.phpt9 /* Prototype : array imap_fetch_overview(resource $stream_id, int $msg_no [, int $options])
H A Dimap_close_variation3.phpt9 /* Prototype : bool imap_close(resource $stream_id [, int $options])
/PHP-5.4/ext/imap/
H A Dphp_imap.c106 ZEND_ARG_INFO(0, options)
114 ZEND_ARG_INFO(0, options)
122 ZEND_ARG_INFO(0, options)
179 ZEND_ARG_INFO(0, options)
189 ZEND_ARG_INFO(0, options)
196 ZEND_ARG_INFO(0, options)
1282 if (options) { in PHP_FUNCTION()
1283 flags = options; in PHP_FUNCTION()
1603 flags = options; in PHP_FUNCTION()
1724 long options = 0; in PHP_FUNCTION() local
[all …]
/PHP-5.4/ext/pcre/pcrelib/sljit/
H A DsljitLir.c557 sljit_si options, sljit_si args, sljit_si scratches, sljit_si saveds, in set_emit_enter() argument
563 compiler->options = options; in set_emit_enter()
574 sljit_si options, sljit_si args, sljit_si scratches, sljit_si saveds, in set_set_context() argument
580 compiler->options = options; in set_set_context()
926 sljit_si options, sljit_si args, sljit_si scratches, sljit_si saveds, in check_sljit_emit_enter() argument
932 CHECK_ARGUMENT(!(options & ~SLJIT_DOUBLE_ALIGNMENT)); in check_sljit_emit_enter()
952 sljit_si options, sljit_si args, sljit_si scratches, sljit_si saveds, in check_sljit_set_context() argument
961 CHECK_ARGUMENT(!(options & ~SLJIT_DOUBLE_ALIGNMENT)); in check_sljit_set_context()
1757 sljit_si options, sljit_si args, sljit_si scratches, sljit_si saveds, in sljit_emit_enter() argument
1761 SLJIT_UNUSED_ARG(options); in sljit_emit_enter()
[all …]
/PHP-5.4/ext/mysqlnd/
H A Dmysqlnd_libmysql_compat.h76 #define mysql_refresh(conn, options) mysqlnd_refresh((conn), (options)) argument
/PHP-5.4/ext/fileinfo/tests/
H A Dfinfo_buffer_error.phpt7 /* Prototype : string finfo_buffer(resource finfo, char *string [, int options [, resource context…
/PHP-5.4/ext/json/
H A DJSON_parser.c294 static void json_create_zval(zval **z, smart_str *buf, int type, int options) in json_create_zval() argument
320 if (options & PHP_JSON_BIGINT_AS_STRING) { in json_create_zval()
439 parse_JSON_ex(JSON_parser jp, zval *z, unsigned short utf16_json[], int length, int options TSRMLS_… in parse_JSON_ex()
445 int assoc = options & PHP_JSON_OBJECT_AS_ARRAY; in parse_JSON_ex()
550 json_create_zval(&mval, &buf, type, options); in parse_JSON_ex()
578 json_create_zval(&mval, &buf, type, options); in parse_JSON_ex()
690 json_create_zval(&mval, &buf, type, options); in parse_JSON_ex()
/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_exec.c6433 utf = md->utf = (re->options & PCRE_UTF8) != 0; in pcre_exec()
6441 if (utf && (options & PCRE_NO_UTF8_CHECK) == 0) in pcre_exec()
6545 anchored = ((re->options | options) & PCRE_ANCHORED) != 0; in pcre_exec()
6547 firstline = (re->options & PCRE_FIRSTLINE) != 0; in pcre_exec()
6560 md->use_ucp = (re->options & PCRE_UCP) != 0; in pcre_exec()
6567 md->notbol = (options & PCRE_NOTBOL) != 0; in pcre_exec()
6568 md->noteol = (options & PCRE_NOTEOL) != 0; in pcre_exec()
6569 md->notempty = (options & PCRE_NOTEMPTY) != 0; in pcre_exec()
6611 switch ((((options & PCRE_NEWLINE_BITS) == 0)? re->options : in pcre_exec()
6776 if (((options | re->options) & PCRE_NO_START_OPTIMIZE) == 0) in pcre_exec()
[all …]
/PHP-5.4/
H A DREADME.TESTING216 You can run 'php server-tests.php -h' to get all the possible options.
19 handy if you are testing multiple environments and need various options
29 (see config options TEST_WEB_BASE_URL, TEST_BASE_PATH, and TEST_WEB_EXT)
/PHP-5.4/ext/soap/
H A Dphp_xml.c104 ctxt->options |= XML_PARSE_HUGE; in soap_xmlParseFile()
154 ctxt->options |= XML_PARSE_HUGE; in soap_xmlParseMemory()
/PHP-5.4/ext/mbstring/oniguruma/
H A Dreggnu.c110 reg->options, enc, OnigDefaultSyntax, &einfo); in re_recompile_pattern()
/PHP-5.4/sapi/cgi/
H A DCHANGES1 In PHP5.3 all additional configure options (except --enable-cgi) are removed:
/PHP-5.4/ext/sockets/tests/
H A Dmcast_ipv6_send.phpt2 Multicast support: IPv6 send options

Completed in 84 milliseconds

12345678910>>...17