Home
last modified time | relevance | path

Searched refs:flags (Results 76 – 100 of 458) sorted by last modified time

12345678910>>...19

/PHP-5.5/ext/xml/
H A Dxml.mak42 # Compile flags
/PHP-5.5/ext/tidy/
H A Dtidy.c224 …er_init(const char *handler_name, size_t handler_name_len, size_t chunk_size, int flags TSRMLS_DC);
1164 …ler_init(const char *handler_name, size_t handler_name_len, size_t chunk_size, int flags TSRMLS_DC) in php_tidy_output_handler_init()
1173 …ate_internal(handler_name, handler_name_len, php_tidy_output_handler, chunk_size, flags TSRMLS_CC); in php_tidy_output_handler_init()
/PHP-5.5/ext/sysvmsg/
H A Dsysvmsg.c64 ZEND_ARG_INFO(0, flags)
304 long desiredmsgtype, maxsize, flags = 0; in PHP_FUNCTION() local
315 &out_message, &do_unserialize, &flags, &zerrcode) == FAILURE) { in PHP_FUNCTION()
324 if (flags != 0) { in PHP_FUNCTION()
325 if (flags & PHP_MSG_EXCEPT) { in PHP_FUNCTION()
333 if (flags & PHP_MSG_NOERROR) { in PHP_FUNCTION()
336 if (flags & PHP_MSG_IPC_NOWAIT) { in PHP_FUNCTION()
/PHP-5.5/ext/standard/
H A Duser_filters.c171 int flags in userfilter_filter()
218 ZVAL_BOOL(zclosing, flags & PSFS_FLAG_FLUSH_CLOSE); in userfilter_filter()
/PHP-5.5/ext/standard/tests/streams/
H A Dbug40459.phpt18 function url_stat($url, $flags)
/PHP-5.5/ext/standard/tests/file/
H A Dinclude_streams.phpt20 function url_stat($path, $flags) {
H A Dglob_basic.phpt5 /* Prototype: array glob ( string $pattern [, int $flags] );
H A Dglob_error.phpt5 /* Prototype: array glob ( string $pattern [, int $flags] );
H A Dglob_variation-win32.phpt11 /* Prototype: array glob ( string $pattern [, int $flags] );
H A Dglob_variation.phpt14 /* Prototype: array glob ( string $pattern [, int $flags] );
H A Dglob_variation2.phpt5 /* Prototype: array glob ( string $pattern [, int $flags] );
H A Dfnmatch_error.phpt10 /* Prototype: bool fnmatch ( string $pattern, string $string [, int $flags] )
H A Dfnmatch_variation.phpt10 /* Prototype: bool fnmatch ( string $pattern, string $string [, int $flags] )
H A Dfile_get_contents_file_put_contents_basic.phpt11 /* Prototype: int file_put_contents( string $filename, mixed $data[, int $flags[, resource $contex…
H A Dfile_put_contents_variation1.phpt7 /* Prototype : int file_put_contents(string file, mixed data [, int flags [, resource context]])
H A Dfile_put_contents_variation2.phpt7 /* Prototype : int file_put_contents(string file, mixed data [, int flags [, resource context]])
H A Dfile_put_contents_variation3.phpt7 /* Prototype : int file_put_contents(string file, mixed data [, int flags [, resource context]])
H A Dfile_put_contents_variation4.phpt7 /* Prototype : int file_put_contents(string file, mixed data [, int flags [, resource context]])
H A Dfile_put_contents_variation6.phpt7 /* Prototype : int file_put_contents(string file, mixed data [, int flags [, resource context]])
H A Dfile_put_contents_variation7-win32.phpt12 /* Prototype : int file_put_contents(string file, mixed data [, int flags [, resource context]])
H A Dfile_put_contents_variation7.phpt7 /* Prototype : int file_put_contents(string file, mixed data [, int flags [, resource context]])
H A Dfile_put_contents_variation8-win32.phpt12 /* Prototype : int file_put_contents(string file, mixed data [, int flags [, resource context]])
H A Dfile_put_contents_variation8.phpt12 /* Prototype : int file_put_contents(string file, mixed data [, int flags [, resource context]])
H A Dfile_put_contents_variation9.phpt12 /* Prototype : int file_put_contents(string file, mixed data [, int flags [, resource context]])
H A Dfile_variation.phpt13 echo "*** Using various flags values with different data in a file\n";
68 *** Using various flags values with different data in a file

Completed in 36 milliseconds

12345678910>>...19