Home
last modified time | relevance | path

Searched refs:opt (Results 1 – 25 of 60) sorted by path

123

/PHP-5.5/
H A D.gitignore15 *.opt
H A DINSTALL636 The default directory is usually /opt/netscape/suitespot/. Please also
659 6. For the following step, make sure /opt/netscape/suitespot/ is where
663 --with-nsapi=/opt/netscape/suitespot/ \
684 will be something like /opt/netscape/suitespot/bin/libphp4.so. You
H A DNEWS5780 . Added support for special [PATH=/opt/httpd/www.example.com/] and
/PHP-5.5/Zend/tests/
H A Ddebug_backtrace_options.phpt6 function backtrace_print($opt = null)
8 if(is_null($opt)) {
11 print_r(debug_backtrace($opt));
/PHP-5.5/ext/bz2/
H A Dbz2.c596 static void php_bz2_error(INTERNAL_FUNCTION_PARAMETERS, int opt) in php_bz2_error() argument
620 switch (opt) { in php_bz2_error()
/PHP-5.5/ext/curl/tests/
H A Dbug46711.phpt13 $opt = array(
20 foreach( $opt as $option => $value ) {
24 var_dump($opt); // with this bug, $opt[58] becomes NULL
/PHP-5.5/ext/ereg/regex/
H A Dmain.c162 if (opt('&', f[1])) /* try with either type of RE */
231 if (err != 0 && (!opt('C', f1) || err != efind(f2))) {
238 } else if (err == 0 && opt('C', f1)) {
372 opt(c, s) in opt() function
H A Dmain.ih10 int opt(int c, char *s);
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic18465 # markups page=0x04,label=0x12, followed by strings like "opt" or "main" and title=0x14
/PHP-5.5/ext/filter/
H A Dfilter.c758 zval **option, **opt, **def; in PHP_FUNCTION() local
766 zend_hash_find(HASH_OF(*filter_args), "options", sizeof("options"), (void **)&opt) == SUCCESS && in PHP_FUNCTION()
767 Z_TYPE_PP(opt) == IS_ARRAY && in PHP_FUNCTION()
768 zend_hash_find(HASH_OF(*opt), "default", sizeof("default"), (void **)&def) == SUCCESS in PHP_FUNCTION()
H A Dfilter_private.h120 #define PHP_FILTER_GET_LONG_OPT(zv, opt) { \ argument
125opt = Z_LVAL(___tmp); …
127 opt = Z_LVAL_PP(zv); \
/PHP-5.5/ext/ldap/
H A Dldap.mak65 …C_FLAGS += -inline smart -sym on -sym codeview4 -opt off -opt intrinsics -sym internal -DDEBUGGIN…
70 C_FLAGS += -opt speed -inline on -inline smart -inline auto -sym off
71 C_FLAGS += -opt intrinsics
72 C_FLAGS += -opt level=4 -DZEND_DEBUG=0
/PHP-5.5/ext/mbstring/libmbfl/
H A DLICENSE211 3. You may opt to apply the terms of the ordinary GNU General Public
/PHP-5.5/ext/mbstring/
H A Dmbstring.c3387 int opt, i; in PHP_FUNCTION() local
3407 opt = 0; in PHP_FUNCTION()
3412 opt |= 0x1; in PHP_FUNCTION()
3415 opt |= 0x10; in PHP_FUNCTION()
3418 opt |= 0x2; in PHP_FUNCTION()
3421 opt |= 0x20; in PHP_FUNCTION()
3424 opt |= 0x4; in PHP_FUNCTION()
3427 opt |= 0x40; in PHP_FUNCTION()
3430 opt |= 0x8; in PHP_FUNCTION()
3433 opt |= 0x80; in PHP_FUNCTION()
[all …]
H A Dphp_mbregex.c1435 OnigOptionType opt; in PHP_FUNCTION() local
1446 opt = 0; in PHP_FUNCTION()
1448 _php_mb_regex_init_options(string, string_len, &opt, &syntax, NULL); in PHP_FUNCTION()
1449 _php_mb_regex_set_options(opt, syntax, NULL, NULL TSRMLS_CC); in PHP_FUNCTION()
1451 opt = MBREX(regex_default_options); in PHP_FUNCTION()
1454 _php_mb_regex_get_option_string(buf, sizeof(buf), opt, syntax); in PHP_FUNCTION()
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregcomp.c4450 clear_mml(&opt->len); in clear_node_opt_info()
4544 clear_node_opt_info(opt); in optimize_node_left()
4620 opt->exb.reach_end = 1; in optimize_node_left()
4644 set_mml(&opt->len, 1, 1); in optimize_node_left()
4714 opt->expr.reach_end = 0; in optimize_node_left()
4800 opt->exb.reach_end = 0; in optimize_node_left()
4962 NodeOptInfo opt; in set_optimize_info_from_tree() local
4984 if (opt.exb.len > 0 || opt.exm.len > 0) { in set_optimize_info_from_tree()
4985 select_opt_exact_info(reg->enc, &opt.exb, &opt.exm); in set_optimize_info_from_tree()
4987 comp_opt_exact_or_map_info(&opt.exb, &opt.map) > 0) { in set_optimize_info_from_tree()
[all …]
/PHP-5.5/ext/mbstring/tests/
H A Dmb_ereg_search_xxx.phpt16 function test_search( $test_enc, $str, $look_for, $opt, $in_enc = 'EUC-JP' ) {
20 mb_ereg_search_init( $str, $look_for, $opt );
27 function do_tests( $enc, $opt ) {
28 test_search( $enc, "�ϡ� ����\n", ' (��?�ϡ�?)[[:space:]]', $opt );
29 test_search( $enc, 'abcde abdeabcf anvfabc odu abcd ', '(ab[a-z]+)', $opt );
/PHP-5.5/ext/mysql/
H A Dmysql.dsp58 …ll /machine:I386 /out:"Release/php_mysql.dll" /libpath:"..\..\..\MySQL\lib\opt" /libpath:"..\..\Re…
136 …ne:I386 /out:"..\..\Release_TS/php_mysql.dll" /libpath:"..\..\..\MySQL\lib\opt" /libpath:"..\..\Re…
H A Dmysql.mak65 C_FLAGS += -inline smart -sym on -sym codeview4 -opt off -opt intrinsics -DDEBUGGING -DDKFBPON
70 C_FLAGS += -opt speed -inline on -inline smart -inline auto -sym off -opt intrinsics
71 C_FLAGS += -opt level=4 -DZEND_DEBUG=0
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd.h212 #define mysqlnd_options(conn, opt, value) ((conn)->data)->m->set_client_option((conn)->data, (opt),… argument
213 #define mysqlnd_options4(conn, opt, k, v) ((conn)->data)->m->set_client_option_2d((conn)->data, (op… argument
H A Dmysqlnd_net.c814 int opt = PHP_STREAM_OPTION_BLOCKING; in MYSQLND_METHOD() local
816 int was_blocked = net_stream->ops->set_option(net_stream, opt, 0, NULL TSRMLS_CC); in MYSQLND_METHOD()
829 net_stream->ops->set_option(net_stream, opt, 1, NULL TSRMLS_CC); in MYSQLND_METHOD()
/PHP-5.5/ext/openssl/
H A Dopenssl.mak74 …C_FLAGS += -inline smart -sym on -sym codeview4 -opt off -opt intrinsics -sym internal -DDEBUGGIN…
79 C_FLAGS += -opt all -inline on -inline smart -inline auto -sym off
80 C_FLAGS += -opt intrinsics -opt level=4 -DZEND_DEBUG=0
/PHP-5.5/ext/pcre/pcrelib/
H A DREADME179 CFLAGS='-O2 -Wall' ./configure --prefix=/opt/local
183 under /opt/local instead of the default /usr/local.
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt9988 RE_Options opt;
9989 opt.set_caseless(true);
9990 if (RE("HELLO", opt).PartialMatch("hello world")) ...
/PHP-5.5/ext/pdo/
H A Dpdo_dbh.c517 zval *options = NULL, **opt, **item, *ctor_args; in PHP_METHOD() local
528 … && SUCCESS == zend_hash_index_find(Z_ARRVAL_P(options), PDO_ATTR_STATEMENT_CLASS, (void**)&opt)) { in PHP_METHOD()
529 …if (Z_TYPE_PP(opt) != IS_ARRAY || zend_hash_index_find(Z_ARRVAL_PP(opt), 0, (void**)&item) == FAIL… in PHP_METHOD()
553 if (zend_hash_index_find(Z_ARRVAL_PP(opt), 1, (void**)&item) == SUCCESS) { in PHP_METHOD()

Completed in 230 milliseconds

123