Home
last modified time | relevance | path

Searched refs:flag (Results 226 – 250 of 290) sorted by relevance

12345678910>>...12

/PHP-5.5/ext/mbstring/oniguruma/doc/
H A DAPI168 ci->case_fold_flag: character matching case fold bit flag for
564 Get default case fold flag.
569 Set default case fold flag.
571 1 case_fold_flag: case fold flag
/PHP-5.5/ext/spl/tests/
H A Diterator_044.phpt2 SPL: CachingIterator and offsetGet/Exists using flag FULL_CACHE
/PHP-5.5/ext/mbstring/libmbfl/filters/
H A Dmbfilter_utf8_mobile.c192 int s, w = 0, flag = 0; in mbfl_filt_conv_utf8_mobile_wchar() local
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_constants.phpt193 /* could be that MySQL/libmysql 5.6.9 had the flag already but it was no stable release */
H A Dmysqli_real_connect_pconn.phpt110 …// how do we test if gets forbidden because of a missing right or the flag, this test is partly bo…
H A Dmysqli_real_connect.phpt131 …// how do we test if gets forbidden because of a missing right or the flag, this test is partly bo…
/PHP-5.5/ext/standard/tests/array/
H A Dkrsort_variation2.phpt11 * Testing krsort() by providing different unexpected values for flag argument
H A Dksort_variation2.phpt11 * Testing ksort() by providing different unexpected values for flag argument
H A Dasort_variation1.phpt12 …* testing asort() by providing different unexpected values for array argument with following flag
13 * 1. flag value as defualt
H A Dksort_variation1.phpt11 …* testing ksort() by providing different unexpected values for array argument with following flag
12 * 1. flag value as defualt
H A Dkrsort_variation1.phpt12 * with following flag values:
13 * 1.flag value as defualt
H A Dsort_variation1.phpt12 * with following flag values.
13 * 1. flag value as defualt
H A Darsort_variation1.phpt12 …* testing arsort() by providing different unexpected values for array argument with following flag
13 * 1. flag value as defualt
/PHP-5.5/ext/mbstring/oniguruma/
H A DREADME.ja186 ? case fold flag: Katakana <-> Hiragana
H A DHISTORY127 2006/12/05: [new] add flag ONIGENC_CASE_FOLD_TURKISH_AZERI and
182 2006/10/30: [impl] add NSTR_DONT_GET_OPTINFO flag.
203 don't expand and set ambig flag to the string node.
239 caseless-string (ambig flag on).
308 2006/09/13: [impl] add ONIGENC_CTYPE_ENC_EXT flag.
412 add ANCHOR_BEGIN_POSITION flag in setup_tree().
988 add IN_VAR_REPEAT flag in setup_tree().
1510 2003/07/03: [spec] add REG_SYN_OP_ESC_CONTROL_CHAR flag.
1512 flag from RegSyntaxGnuRegex.
1515 2003/07/01: [impl] add config flag USE_VARIABLE_SYNTAX.
[all …]
H A DREADME180 ? case fold flag: Katakana <-> Hiragana.
/PHP-5.5/win32/build/
H A Dconfutils.js1479 function REMOVE_TARGET(dllname, flag) argument
1485 if (configure_subst.Exists(flag)) {
1486 var targets = configure_subst.Item(flag);
1489 configure_subst.Remove(flag);
1493 configure_subst.Add(flag, targets);
/PHP-5.5/build/
H A Dlibtool.m4421 # Discard the --no-reexec flag, and continue.
2022 # implement the --enable-shared flag
2053 # set the default shared flag to --disable-shared
2062 # implement the --enable-static flag
2102 # implement the --enable-fast-install flag
2143 # implement the --with-pic flag
2346 # find reload flag for linker
4290 # Compiler flag to prevent dynamic linking.
4293 # Compiler flag to turn off builtin functions.
4296 # Compiler flag to allow reflexive dlopens.
[all …]
/PHP-5.5/ext/spl/internal/
H A Dmultipleiterator.inc118 * return flase on the first non valid one. If that flag is not set we
H A Dsplfileobject.inc216 * @param $flags new flag set
/PHP-5.5/ext/fileinfo/libmagic/
H A Dfile.h163 uint8_t flag; member
/PHP-5.5/ext/oci8/
H A Doci8_interface.c740 zend_bool flag; local
743 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "b", &flag) == FAILURE) {
748 …eters(ZEND_NUM_ARGS() TSRMLS_CC, "Ob", &z_descriptor, oci_lob_class_entry_ptr, &flag) == FAILURE) {
760 if (php_oci_lob_set_buffering(descriptor, flag TSRMLS_CC)) {
/PHP-5.5/main/
H A Doutput.c1545 long flag = 1; in PHP_FUNCTION() local
1547 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|l", &flag) == FAILURE) { in PHP_FUNCTION()
1551 php_output_set_implicit_flush(flag TSRMLS_CC); in PHP_FUNCTION()
/PHP-5.5/
H A Dserver-tests.php1007 foreach($flags AS $flag) {
1008 system($this->env['CC']." $flag >/dev/null 2>&1", $cc_status);
1010 $compiler = shell_exec($this->env['CC']." $flag 2>&1");
/PHP-5.5/ext/openssl/
H A DREADME137 cainfo and flags are CA information and flag information as described
151 flags is flag information as described above.

Completed in 176 milliseconds

12345678910>>...12