Home
last modified time | relevance | path

Searched refs:start (Results 176 – 200 of 346) sorted by relevance

12345678910>>...14

/PHP-5.5/ext/curl/tests/
H A Dcurl_multi_init_basic.phpt16 // start testing
H A Dcurl_multi_init_param.phpt16 // start testing
H A Dcurl_copy_handle_basic_004.phpt19 ob_start(); // start output buffering
H A Dcurl_setopt_basic004.phpt14 // start testing
H A Dcurl_copy_handle_basic_001.phpt19 ob_start(); // start output buffering
H A Dcurl_copy_handle_basic_002.phpt18 ob_start(); // start output buffering
H A Dcurl_copy_handle_basic_005.phpt19 ob_start(); // start output buffering
H A Dcurl_copy_handle_basic_006.phpt19 ob_start(); // start output buffering
H A Dcurl_copy_handle_basic_007.phpt15 ob_start(); // start output buffering
/PHP-5.5/ext/interbase/tests/
H A Dibase_rollback_001.phpt40 Warning: ibase_rollback(): invalid transaction handle (expecting explicit transaction start) in %s…
/PHP-5.5/ext/pcre/tests/
H A Dbug37911.phpt40 Warning: preg_replace_callback(): Compilation failed: group name must start with a non-digit at off…
/PHP-5.5/ext/mbstring/tests/
H A Dmb_strwidth.phpt20 // Note: Did not start form -22 offset. Staring from 0.
H A Dmb_substr_variation2.phpt10 /* Prototype : string mb_substr(string $str, int $start [, int $length [, string $encoding]])
24 $start = 1;
99 $res = mb_substr($str, $start, $length, $input);
H A Dmb_strimwidth.phpt20 // Note: Did not start form -22 offset. Staring from 0.
/PHP-5.5/ext/phar/tests/
H A Dbug13786.phpt31 unable to seek to start of file "0" while creating new phar "%sDataArchive.phar"
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dgrepoutput2 PATTERN at the start of a line.
7 PATTERN at the start of a line.
10 7:PATTERN at the start of a line.
19 ./testdata/grepinput:7:PATTERN at the start of a line.
28 7:PATTERN at the start of a line.
322 ./testdata/grepinput:7:PATTERN at the start of a line.
344 ./testdata/grepinput:7:PATTERN at the start of a line.
493 PATTERN at the start of a line.
498 PATTERN at the start of a line.
503 PATTERN at the start of a line.
[all …]
/PHP-5.5/ext/standard/tests/mail/
H A Dbug51604.phpt2 Bug #51604 (newline in end of header is shown in start of message)
/PHP-5.5/ext/reflection/tests/
H A DReflectionClass_FileInfo_basic.phpt11 //Get the line number at the start of the definition of class C
/PHP-5.5/ext/xml/
H A Dcompat.c516 XML_SetElementHandler(XML_Parser parser, XML_StartElementHandler start, XML_EndElementHandler end) in XML_SetElementHandler() argument
518 parser->h_start_element = start; in XML_SetElementHandler()
587 xmlChar start[4]; in XML_Parse() local
595 memcpy(start, parser->parser->input->buf->buffer->content, (size_t)char_count); in XML_Parse()
596 memcpy(start + char_count, data, (size_t)(4 - char_count)); in XML_Parse()
598 if (xmlDetectCharEncoding(&start[0], 4) == XML_CHAR_ENCODING_NONE) { in XML_Parse()
/PHP-5.5/ext/gmp/
H A Dgmp.c222 ZEND_ARG_INFO(0, start)
227 ZEND_ARG_INFO(0, start)
1558 long start; local
1560 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "Zl", &a_arg, &start) == FAILURE){
1566 if (start < 0) {
1571 RETVAL_LONG(mpz_scan0(*gmpnum_a, start));
1583 long start; local
1585 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "Zl", &a_arg, &start) == FAILURE){
1590 if (start < 0) {
1595 RETVAL_LONG(mpz_scan1(*gmpnum_a, start));
/PHP-5.5/ext/standard/tests/strings/
H A Dstrspn_variation8.phpt2 Test strspn() function : usage variations - with heredoc strings, 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 heredoc string, varying start and len arguments
16 echo "*** Testing strspn() : with different start and len values ***\n";
75 // defining array of different start values
96 // loop through each element of the array for heredoc str, mask str , start values and len values
103 foreach($start_array as $start) {
105 var_dump( strspn($str,$mask,$start,$len) );
115 *** Testing strspn() : with different start and len values ***
/PHP-5.5/ext/pdo_firebird/tests/
H A Dbug_62024.phpt19 //start actual test
/PHP-5.5/ext/oci8/tests/
H A Dreflection2.phpt129 Parameter #1 [ <optional> $start ]
138 Parameter #1 [ <optional> $start ]
/PHP-5.5/ext/date/lib/
H A Dtm2unixtime.c31 static void do_range_limit(timelib_sll start, timelib_sll end, timelib_sll adj, timelib_sll *a, tim… in do_range_limit() argument
33 if (*a < start) { in do_range_limit()
34 *b -= (start - *a - 1) / adj + 1; in do_range_limit()
35 *a += adj * ((start - *a - 1) / adj + 1); in do_range_limit()
/PHP-5.5/ext/standard/tests/streams/
H A Dstream_get_meta_data_file_variation5.phpt18 //seek to start of file

Completed in 42 milliseconds

12345678910>>...14