Home
last modified time | relevance | path

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

1...<<1112131415

/PHP-5.6/ext/dom/tests/
H A Dbug32615.phpt35 $frag->appendChild(new DOMElement('start'));
/PHP-5.6/ext/mbstring/tests/
H A Dmb_ereg_variation5.phpt16 * Test mb_ereg with anchors (start and end of string) in $pattern
H A Dmb_substr_variation5.phpt10 /* Prototype : string mb_substr(string $str, int $start [, int $length [, string $encoding]])
H A Dmb_substr_variation7.phpt10 /* Prototype : string mb_substr(string $str, int $start [, int $length [, string $encoding]])
/PHP-5.6/sapi/phpdbg/
H A D.phpdbginit5 # Code must start and end with <: and :> respectively
/PHP-5.6/ext/
H A Dext_skel111 dnl Comments in this file start with the string 'dnl'.
328 step 6 confirms that your module is compiled into PHP. Then, start writing
/PHP-5.6/ext/interbase/tests/
H A D005.phpt39 and ibase_query() start default transaction */
72 $tr_def_l1 = ibase_trans(IBASE_READ); /* here transaction start */
/PHP-5.6/ext/standard/tests/streams/
H A Dstream_get_meta_data_file_variation2.phpt18 //seek to start of file
/PHP-5.6/ext/standard/tests/strings/
H A Dbug40754.phpt38 Warning: substr_compare(): The start position cannot exceed initial string length in %s on line %d
H A Dstrspn_variation12.phpt2 Test strspn() function : usage variations - with varying start and len args
5 /* Prototype : proto int strspn(string str, string mask [, int start [, int len]])
7 … If start or/and length is provided works like strspn(substr($s,$start,$len),$good_chars)
13 * Testing strspn() : with varying start and len arguments
16 echo "*** Testing strspn() : with different start and len values ***\n";
45 // defining the array for start values
71 foreach($start_array as $start) {
73 var_dump( strspn($str,$mask,$start,$len) );
83 *** Testing strspn() : with different start and len values ***
/PHP-5.6/sapi/cgi/
H A DREADME.FastCGI28 To run this way, you must start the PHP binary running by giving it an IP
133 page request at a time. Value 0 means that PHP willnot start additional
136 respawned automatic. Values 1 and above force PHP start additioanl processes
/PHP-5.6/Zend/
H A Dmicro_bench.php253 function end_test($start, $name, $overhead = null) argument
259 $last_time = $end-$start;
/PHP-5.6/ext/gmp/
H A Dgmp.c129 ZEND_ARG_INFO(0, start)
2041 long start; local
2043 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "zl", &a_arg, &start) == FAILURE){
2047 if (start < 0) {
2054 RETVAL_LONG(mpz_scan0(gmpnum_a, start));
2066 long start; local
2068 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "zl", &a_arg, &start) == FAILURE){
2072 if (start < 0) {
2079 RETVAL_LONG(mpz_scan1(gmpnum_a, start));
/PHP-5.6/sapi/fpm/tests/
H A D015.phpt2 FPM: Test various messages on start, from master and childs
/PHP-5.6/sapi/apache2filter/
H A DREADME44 That's it. Now start bin/httpd.
/PHP-5.6/ext/standard/tests/file/
H A Dfopen_variation19.phpt25 // start the test
/PHP-5.6/ext/date/
H A Dphp_date.c381 ZEND_ARG_INFO(0, start)
2532 if (intern->start) { in date_object_free_storage_period()
2533 timelib_time_dtor(intern->start); in date_object_free_storage_period()
4446 if (dpobj->start == NULL) { in PHP_METHOD()
4456 if (dpobj->start) { in PHP_METHOD()
4477 dpobj->start = clone; in PHP_METHOD()
4520 *dateobj->time = *dpobj->start; in PHP_METHOD()
4521 if (dpobj->start->tz_abbr) { in PHP_METHOD()
4524 if (dpobj->start->tz_info) { in PHP_METHOD()
4945 if (!period_obj->start) { in date_object_get_properties_period()
[all …]
H A Dphp_date.h160 timelib_time *start; member
/PHP-5.6/ext/intl/locale/
H A Dlocale_methods.c1611 char *start = http_accept; in PHP_FUNCTION() local
1615 end = strchr(start, ','); in PHP_FUNCTION()
1616 len = end ? end-start : http_accept_len-(start-http_accept); in PHP_FUNCTION()
1623 start = end+1; in PHP_FUNCTION()
/PHP-5.6/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.6/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.6/main/
H A Dphp_variables.c247 char *start, *ksep, *vsep, *val; in add_post_var() local
256 start = var->ptr + var->already_scanned; in add_post_var()
257 vsep = memchr(start, '&', var->end - start); in add_post_var()
/PHP-5.6/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
/PHP-5.6/
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.6/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()
491 zend_code_block *start = find_start? NULL : blocks; in zend_rebuild_access_path() local
498 if (!start && b->access) { in zend_rebuild_access_path()
499 start = b; in zend_rebuild_access_path()
513 zend_access_path(start); in zend_rebuild_access_path()
[all …]

Completed in 240 milliseconds

1...<<1112131415