/PHP-5.5/ext/date/lib/ |
H A D | timelib.c | 204 void timelib_dump_date(timelib_time *d, int options) in timelib_dump_date() argument 206 if ((options & 2) == 2) { in timelib_dump_date() 237 if ((options & 1) == 1) { in timelib_dump_date()
|
/PHP-5.5/ext/pcntl/ |
H A D | pcntl.c | 59 ZEND_ARG_INFO(0, options) 64 ZEND_ARG_INFO(0, options) 572 long pid, options = 0; in PHP_FUNCTION() local 577 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "lz|l", &pid, &z_status, &options) == FAILURE) in PHP_FUNCTION() 584 child_id = waitpid((pid_t) pid, &status, options); in PHP_FUNCTION() 600 long options = 0; in PHP_FUNCTION() local 605 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "z|l", &z_status, &options) == FAILURE) in PHP_FUNCTION() 612 if(options) { in PHP_FUNCTION() 613 child_id = wait3(&status, options, NULL); in PHP_FUNCTION()
|
/PHP-5.5/ext/pcre/pcrelib/testdata/ |
H A D | testoutput17 | 21 No options 27 No options 273 No options 291 No options 303 No options 329 No options 347 No options 359 No options 389 No options
|
/PHP-5.5/ext/tidy/ |
H A D | tidy.c | 1220 zval **options = NULL; in PHP_FUNCTION() local 1230 TIDY_APPLY_CONFIG_ZVAL(obj->ptdoc->doc, options); in PHP_FUNCTION() 1277 zval **options = NULL; in PHP_FUNCTION() local 1282 &options, &enc, &enc_len, &use_include_path) == FAILURE) { in PHP_FUNCTION() 1294 TIDY_APPLY_CONFIG_ZVAL(obj->ptdoc->doc, options); in PHP_FUNCTION() 1590 zval **options = NULL; in TIDY_DOC_METHOD() local 1608 TIDY_APPLY_CONFIG_ZVAL(obj->ptdoc->doc, options); in TIDY_DOC_METHOD() 1622 zval **options = NULL; in TIDY_DOC_METHOD() local 1639 TIDY_APPLY_CONFIG_ZVAL(obj->ptdoc->doc, options); in TIDY_DOC_METHOD() 1654 zval **options = NULL; in TIDY_DOC_METHOD() local [all …]
|
/PHP-5.5/ext/json/tests/ |
H A D | json_encode_error.phpt | 11 /* Prototype : string json_encode ( mixed $value [, int $options=0 ] )
|
/PHP-5.5/ext/fileinfo/tests/ |
H A D | finfo_file_basic.phpt | 7 /* Prototype : string finfo_file(resource finfo, char *file_name [, int options [, resource contex…
|
/PHP-5.5/ext/standard/tests/streams/ |
H A D | bug60455_03.phpt | 9 function stream_open($path, $mode, $options, &$opened_path) {
|
/PHP-5.5/Zend/tests/ |
H A D | bug38779_1.phpt | 9 public function stream_open($path, $mode, $options, &$opened_path) {
|
/PHP-5.5/ext/imap/tests/ |
H A D | imap_mail_copy_basic.phpt | 11 …_mail_copy ( resource $imap_stream , string $msglist , string $mailbox [, int $options = 0 ] )
|
H A D | imap_mail_move_basic.phpt | 11 …_mail_move ( resource $imap_stream , string $msglist , string $mailbox [, int $options = 0 ] )
|
H A D | imap_body_basic.phpt | 9 /* Prototype : string imap_body ( resource $imap_stream , int $msg_number [, int $options ] )
|
H A D | imap_fetchbody_variation5.phpt | 10 * [, int options])
|
H A D | imap_fetchheader_variation4.phpt | 9 /* Prototype : string imap_fetchheader(resource $stream_id, int $msg_no [, int $options])
|
/PHP-5.5/ext/pcre/ |
H A D | php_pcre.h | 37 PHPAPI pcre* pcre_get_compiled_regex(char *regex, pcre_extra **extra, int *options TSRMLS_DC);
|
/PHP-5.5/ext/libxml/tests/ |
H A D | bug61367-write.phpt | 17 public function stream_open ( $path , $mode , $options , &$opened_path ) {
|
H A D | 004.phpt | 30 Warning: stream_context_create(): options should have the form ["wrappername"]["optionname"] = $val…
|
/PHP-5.5/ext/pcre/pcrelib/sljit/ |
H A D | sljitNativeX86_64.c | 91 sljit_si options, sljit_si args, sljit_si scratches, sljit_si saveds, in sljit_emit_enter() argument 98 …CHECK(check_sljit_emit_enter(compiler, options, args, scratches, saveds, fscratches, fsaveds, loca… in sljit_emit_enter() 99 set_emit_enter(compiler, options, args, scratches, saveds, fscratches, fsaveds, local_size); in sljit_emit_enter() 241 sljit_si options, sljit_si args, sljit_si scratches, sljit_si saveds, in sljit_set_context() argument 247 …CHECK(check_sljit_set_context(compiler, options, args, scratches, saveds, fscratches, fsaveds, loc… in sljit_set_context() 248 set_set_context(compiler, options, args, scratches, saveds, fscratches, fsaveds, local_size); in sljit_set_context()
|
/PHP-5.5/main/streams/ |
H A D | glob_wrapper.c | 210 int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC) in php_glob_stream_opener() argument 216 if (((options & STREAM_DISABLE_OPEN_BASEDIR) == 0) && php_check_open_basedir(path TSRMLS_CC)) { in php_glob_stream_opener()
|
/PHP-5.5/ext/mbstring/oniguruma/ |
H A D | regcomp.c | 1164 reg->options = node->option; in compile_length_option_node() 1166 reg->options = prev; in compile_length_option_node() 1195 reg->options = prev; in compile_option_node() 2631 OnigOptionType options = reg->options; in get_head_value_node() local 2635 reg->options = options; in get_head_value_node() 3808 OnigOptionType options = reg->options; in setup_tree() local 3811 reg->options = options; in setup_tree() 3938 OnigOptionType options; member 4766 env->options = save; in optimize_node_left() 4835 env->options = save; in optimize_node_left() [all …]
|
/PHP-5.5/ext/date/tests/ |
H A D | gmdate_variation11.phpt | 2 Test gmdate() function : usage variation - Passing Full Date/Time format options to format argument.
|
/PHP-5.5/sapi/cgi/tests/ |
H A D | 002.phpt | 2 defining INI options with -d
|
/PHP-5.5/ext/intl/tests/ |
H A D | collation_customization.phpt | 9 * Check effects of changing misc collattion options.
|
/PHP-5.5/ext/standard/tests/file/ |
H A D | include_userstream_001.phpt | 12 function stream_open($path, $mode, $options, &$opened_path)
|
H A D | bug27508.phpt | 8 function stream_open($path, $mode, $options, &$opened_path)
|
/PHP-5.5/ext/xml/tests/ |
H A D | xml_parser_set_option_error.phpt | 12 * Description: Set options in an XML parser
|