Home
last modified time | relevance | path

Searched refs:flag (Results 126 – 150 of 290) sorted by relevance

12345678910>>...12

/PHP-5.5/ext/standard/tests/array/
H A Dasort_variation5.phpt17 …* testing asort() by providing different string arrays for $array argument with following flag val…
18 * flag value as defualt
53 // loop through $flags array and setting all possible flag values
54 foreach($flags as $key => $flag){
57 var_dump(asort($temp_array, $flag) ); // expecting : bool(true)
H A Dsort_variation2.phpt11 * Testing sort() by providing different unexpected values for flag argument
72 // when $flag argument is supplied with different values
73 echo "\n-- Testing sort() by supplying different unexpected values for 'flag' argument --\n";
94 -- Testing sort() by supplying different unexpected values for 'flag' argument --
H A Darray_multisort_error.phpt37 Warning: array_multisort(): Argument #3 is expected to be an array or sorting flag that has not alr…
42 Warning: array_multisort(): Argument #3 is expected to be an array or sorting flag that has not alr…
H A Dextract_variation10.phpt2 Test extract() function - ensure EXTR_REFS doesn't mess with isRef flag on COW references to array …
/PHP-5.5/Zend/
H A Dzend_ts_hash.h52 …ar *arKey, uint nKeyLength, void *pData, uint nDataSize, void **pDest, int flag ZEND_FILE_LINE_DC);
58 …, uint nKeyLength, ulong h, void *pData, uint nDataSize, void **pDest, int flag ZEND_FILE_LINE_DC);
64 …t(TsHashTable *ht, ulong h, void *pData, uint nDataSize, void **pDest, int flag ZEND_FILE_LINE_DC);
81 …nt zend_ts_hash_del_key_or_index(TsHashTable *ht, char *arKey, uint nKeyLength, ulong h, int flag);
105 ZEND_API int zend_ts_hash_minmax(TsHashTable *ht, compare_func_t compar, int flag, void **pData TSR…
/PHP-5.5/ext/spl/tests/
H A Ddit_002.phpt28 foreach($flags as $flag => $isstring) {
29 $obj->setFlags($flag);
/PHP-5.5/ext/mbstring/libmbfl/filters/
H A Dmbfilter_armscii8.c145 filter->flag = 0; in mbfl_filt_ident_armscii8()
147 filter->flag = 1; /* not it */ in mbfl_filt_ident_armscii8()
H A Dmbfilter_cp1251.c146 filter->flag = 0; in mbfl_filt_ident_cp1251()
148 filter->flag = 1; /* not it */ in mbfl_filt_ident_cp1251()
H A Dmbfilter_cp1254.c151 filter->flag = 0; in mbfl_filt_ident_cp1254()
153 filter->flag = 1; /* not it */ in mbfl_filt_ident_cp1254()
H A Dmbfilter_cp850.c141 filter->flag = 0; in mbfl_filt_ident_cp850()
143 filter->flag = 1; /* not it */ in mbfl_filt_ident_cp850()
H A Dmbfilter_cp866.c145 filter->flag = 0; in mbfl_filt_ident_cp866()
147 filter->flag = 1; /* not it */ in mbfl_filt_ident_cp866()
H A Dmbfilter_koi8r.c145 filter->flag = 0; in mbfl_filt_ident_koi8r()
147 filter->flag = 1; /* not it */ in mbfl_filt_ident_koi8r()
H A Dmbfilter_koi8u.c142 filter->flag = 0; in mbfl_filt_ident_koi8u()
144 filter->flag = 1; /* not it */ in mbfl_filt_ident_koi8u()
H A Dmbfilter_euc_jp_win.c395 filter->flag = 1; in mbfl_filt_ident_eucjp_win()
401 filter->flag = 1; in mbfl_filt_ident_eucjp_win()
408 filter->flag = 1; in mbfl_filt_ident_eucjp_win()
415 filter->flag = 1; in mbfl_filt_ident_eucjp_win()
421 filter->flag = 1; in mbfl_filt_ident_eucjp_win()
H A Dmbfilter_iso2022_jp_ms.c453 filter->flag = 1; /* bad */ in mbfl_filt_ident_2022jpms()
464 filter->flag = 1; in mbfl_filt_ident_2022jpms()
475 filter->flag = 1; /* bad */ in mbfl_filt_ident_2022jpms()
488 filter->flag = 1; /* bad */ in mbfl_filt_ident_2022jpms()
501 filter->flag = 1; /* bad */ in mbfl_filt_ident_2022jpms()
516 filter->flag = 1; /* bad */ in mbfl_filt_ident_2022jpms()
H A Dmbfilter_hz.c245 filter->flag = 1; /* bad */ in mbfl_filt_ident_hz()
253 filter->flag = 1; in mbfl_filt_ident_hz()
265 filter->flag = 1; /* bad */ in mbfl_filt_ident_hz()
/PHP-5.5/ext/standard/
H A Dcredits.h40 PHPAPI void php_print_credits(int flag TSRMLS_DC);
/PHP-5.5/ext/mbstring/oniguruma/enc/
H A Dsjis.c130 mbc_case_fold(OnigCaseFoldType flag ARG_UNUSED, in mbc_case_fold()
154 is_mbc_ambiguous(OnigCaseFoldType flag,
157 return onigenc_mbn_is_mbc_ambiguous(ONIG_ENCODING_SJIS, flag, pp, end);
/PHP-5.5/Zend/tests/
H A Dbug33282.phpt2 Bug #33282 (Re-assignment by reference does not clear the is_ref flag)
/PHP-5.5/ext/mbstring/
H A Dmb_gpc.h49 int _php_mb_enable_encoding_translation(int flag);
/PHP-5.5/ext/standard/tests/file/
H A Dfile_error.phpt18 var_dump( file($filename, "INCORRECT_FLAG", NULL) ); // Incorrect flag
19 var_dump( file($filename, 10, NULL) ); // Incorrect flag
/PHP-5.5/ext/curl/tests/
H A Dcurl_ftp_pasv.phpt26 /* Without enabling SKIP_PASV_IP flag, the following output will be seen..
32 /* After enabling SKIP_PASV_IP flag, the following output will be seen..
/PHP-5.5/ext/json/tests/
H A Djson_encode_numeric.phpt2 Test json_encode() function with numeric flag
/PHP-5.5/ext/sockets/
H A Dconfig.m446 dnl Check for AI_V4MAPPED flag
51 ], [int flag = AI_V4MAPPED;],
/PHP-5.5/ext/standard/tests/serialize/
H A Dbug67072_2.phpt7 echo unserialize('O:15:"MySplFileObject":1:{s:9:"*filename";s:15:"/home/flag/flag";}');

Completed in 41 milliseconds

12345678910>>...12