Home
last modified time | relevance | path

Searched refs:start (Results 251 – 275 of 346) sorted by relevance

1...<<11121314

/PHP-5.5/ext/standard/tests/file/
H A Dfopen_variation19.phpt25 // start the test
/PHP-5.5/ext/mbstring/tests/
H A Dmb_substr_variation5.phpt10 /* Prototype : string mb_substr(string $str, int $start [, int $length [, string $encoding]])
/PHP-5.5/sapi/apache2filter/
H A DREADME44 That's it. Now start bin/httpd.
/PHP-5.5/ext/intl/locale/
H A Dlocale_methods.c1596 char *start = http_accept; in PHP_FUNCTION() local
1600 end = strchr(start, ','); in PHP_FUNCTION()
1601 len = end ? end-start : http_accept_len-(start-http_accept); in PHP_FUNCTION()
1608 start = end+1; in PHP_FUNCTION()
/PHP-5.5/ext/date/
H A Dphp_date.h156 timelib_time *start; member
H A Dphp_date.c377 ZEND_ARG_INFO(0, start)
2523 if (intern->start) { in date_object_free_storage_period()
2524 timelib_time_dtor(intern->start); in date_object_free_storage_period()
4384 zval *start, *end = NULL, *interval; in PHP_METHOD() local
4407 if (dpobj->start == NULL) { in PHP_METHOD()
4417 if (dpobj->start) { in PHP_METHOD()
4418 timelib_update_ts(dpobj->start, NULL); in PHP_METHOD()
4438 dpobj->start = clone; in PHP_METHOD()
4439 dpobj->start_ce = Z_OBJCE_P(start); in PHP_METHOD()
4827 if (!period_obj->start || GC_G(gc_active)) { in date_object_get_properties_period()
[all …]
/PHP-5.5/ext/readline/
H A Dreadline.c491 static char **_readline_completion_cb(const char *text, int start, int end) in _readline_completion_cb() argument
499 params[1]=_readline_long_zval(start); in _readline_completion_cb()
/PHP-5.5/ext/mbstring/oniguruma/enc/
H A Dgb18030.c148 gb18030_left_adjust_char_head(const UChar* start, const UChar* s) in gb18030_left_adjust_char_head() argument
154 for (p = s; p >= start; p--) { in gb18030_left_adjust_char_head()
/PHP-5.5/ext/pcre/pcrelib/
H A DNEWS78 . Perl no longer allows group names to start with digits, so I have made this
82 mean "start of word" and "end of word", respectively, as a transition aid.
249 . Recognize (*NO_START_OPT) at the start of a pattern to set the PCRE_NO_
360 5. Some PCRE-specific settings for varying the newline options at the start of
387 \K to reset the start of the matched string; for example, (foo)\Kbar
391 start from the same number; for example, (?|(abc)|(xyz)) sets capturing
576 check that a starting offset points to the start of a character. Failure of the
612 is at the start point of the match.
706 added to make it possible to start the match other than at the start of the
H A Dpcre_compile.c4222 c = start; in add_to_class()
4239 else if (oc < start && od >= start - 1) start = oc; /* Extend downwards */ in add_to_class()
4280 for (c = start; c <= classbits_end; c++) in add_to_class()
4288 if (start <= 0xff) start = 0xff + 1; in add_to_class()
4290 if (end >= start) in add_to_class()
4296 if (start < end) in add_to_class()
4302 else if (start == end) in add_to_class()
4317 if (start < end) in add_to_class()
4320 *uchardata++ = start; in add_to_class()
4323 else if (start == end) in add_to_class()
[all …]
/PHP-5.5/
H A DREADME.SUBMITTING_PATCH34 http://wiki.php.net/start?do=register. PHP extension maintainers can
101 on http://wiki.php.net/start?do=register
138 Read CODING_STANDARDS before you start working.
/PHP-5.5/ext/opcache/Optimizer/
H A Dblock_pass.c190 if (op_array->brk_cont_array[i].start >= 0 && in find_code_blocks()
196 op_array->brk_cont_array[parent].start < 0 && in find_code_blocks()
211 if (op_array->brk_cont_array[i].start >= 0 && in find_code_blocks()
217 cfg->loop_start[j] = &blocks[op_array->brk_cont_array[j].start]; in find_code_blocks()
220 START_BLOCK_OP(op_array->brk_cont_array[j].start); in find_code_blocks()
223 blocks[op_array->brk_cont_array[j].start].protected = 1; in find_code_blocks()
487 zend_code_block *start = find_start? NULL : blocks; in zend_rebuild_access_path() local
494 if (!start && b->access) { in zend_rebuild_access_path()
495 start = b; in zend_rebuild_access_path()
509 zend_access_path(start); in zend_rebuild_access_path()
[all …]
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt3167 start of a pattern of the form
3195 start of a pattern of the form
4819 Disabling start-up optimizations
4927 [ start character class definition
4928 | start of alternative branch
4929 ( start subpattern
4937 { start min/max quantifier
5538 Resetting the match start
7882 ^ start of subject
7884 \A start of subject
[all …]
/PHP-5.5/ext/spl/internal/
H A Drecursivetreeiterator.inc41 /** Prefix used to start elements. */
/PHP-5.5/ext/standard/tests/strings/
H A Dsetlocale_variation2.phpt31 // start the buffering of next command to internal output buffer
H A Dsetlocale_basic3.phpt29 // start the buffering of next command to internal output buffer
H A Dsetlocale_variation1.phpt29 // start the buffering of next command to internal output buffer
H A Dsetlocale_basic1.phpt29 // start the buffering of next command to internal output buffer
/PHP-5.5/sapi/apache2handler/
H A DREADME48 That's it. Now start bin/httpd.
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregenc.h129 ONIG_EXTERN UChar* onigenc_single_byte_left_adjust_char_head P_((const UChar* start, const UChar* s…
/PHP-5.5/ext/exif/tests/
H A Dbug72094.phpt56 Warning: exif_read_data(bug72094_4.jpg): Invalid TIFF start (1) in %s/bug72094.php on line %d
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput2156 First char at start or follows newline
162 First char at start or follows newline
370 First char at start or follows newline
536 First char at start or follows newline
542 First char at start or follows newline
646 First char at start or follows newline
711 First char at start or follows newline
727 First char at start or follows newline
1116 First char at start or follows newline
1147 First char at start or follows newline
[all …]
/PHP-5.5/Zend/
H A Dzend_opcode.c517 static void zend_adjust_fast_call(zend_op_array *op_array, zend_uint fast_call, zend_uint start, ze… in zend_adjust_fast_call() argument
523 if (op_array->try_catch_array[i].finally_op > start in zend_adjust_fast_call()
526 start = op_array->try_catch_array[i].finally_end; in zend_adjust_fast_call()
H A Dzend_generators.c53 if (brk_cont->start < 0) { in zend_generator_cleanup_unfinished_execution()
55 } else if (brk_cont->start > op_num) { in zend_generator_cleanup_unfinished_execution()
/PHP-5.5/ext/standard/
H A Dstring.c308 long start = 0, len = 0; in php_spn_common_handler() local
321 if (start < 0) { in php_spn_common_handler()
322 start += len1; in php_spn_common_handler()
323 if (start < 0) { in php_spn_common_handler()
324 start = 0; in php_spn_common_handler()
326 } else if (start > len1) { in php_spn_common_handler()
331 len += (len1 - start); in php_spn_common_handler()
337 if (len > len1 - start) { in php_spn_common_handler()
338 len = len1 - start; in php_spn_common_handler()
348 s11 + start + len /*str1_end*/, in php_spn_common_handler()
[all …]

Completed in 165 milliseconds

1...<<11121314