Home
last modified time | relevance | path

Searched refs:end (Results 426 – 450 of 631) sorted by relevance

1...<<11121314151617181920>>...26

/PHP-5.5/ext/standard/tests/file/
H A D007_variation19.phpt36 …ll($file_handle) ); //File pointer position after write operation, expected at the end of the file
H A D007_variation3.phpt36 …ll($file_handle) ); //File pointer position after write operation, expected at the end of the file
H A D007_variation11.phpt41 …ll($file_handle) ); //File pointer position after write operation, expected at the end of the file
H A Dfgetc_basic.phpt50 } // end of for
55 } // end of innerloop for
60 } // end of outerloop for
/PHP-5.5/ext/standard/tests/strings/
H A Dsetlocale_variation2.phpt40 // fflush and end the output buffering to internal output buffer
H A Dchop_variation2.phpt6 * Description: Strip whitespace (or other characters) from the end of a string
H A Dsetlocale_basic3.phpt38 // fflush and end the output buffering to internal output buffer
/PHP-5.5/sapi/apache2handler/
H A DREADME40 At the end of conf/httpd.conf, add:
/PHP-5.5/ext/spl/internal/
H A Dsplfileobject.inc53 * @return whether the end of the stream is reached
74 * @param enclosure end of
/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
37 if (*a >= end) { in do_range_limit()
/PHP-5.5/Zend/
H A Dzend_language_scanner.c884 char *end; in zend_scan_escape_string() local
891 while (s<end) { in zend_scan_escape_string()
894 if (s >= end) { in zend_scan_escape_string()
2077 end++; in lex_scan()
2080 if (*end == '\n' || *end == '\r') { in lex_scan()
3053 char *end; in lex_scan() local
3083 while (s<end) { in lex_scan()
3936 end++; in lex_scan()
3939 if (*end == '\n' || *end == '\r') { in lex_scan()
7546 end++; in lex_scan()
[all …]
H A Dzend_operators.c143 const char *end = number+length; in zend_string_to_double() local
150 while (digit < end) { in zend_string_to_double()
167 while (digit < end) { in zend_string_to_double()
1978 register unsigned char *end = str + length; in zend_str_tolower_copy() local
1980 while (str < end) { in zend_str_tolower_copy()
1998 register unsigned char *end = p + length; in zend_str_tolower() local
2000 while (p < end) { in zend_str_tolower()
/PHP-5.5/ext/opcache/
H A DZendAccelerator.c1749 const char *ptr, *end; local
1765 for (end = ptr; *end && *end != DEFAULT_DIR_SEPARATOR; end++);
1766 len = end - ptr;
1767 if (*end) end++;
1769 ptr = end;
1775 ptr = end;
/PHP-5.5/ext/standard/tests/array/
H A Darray_rand_variation4.phpt64 } // end of for loop
/PHP-5.5/ext/com_dotnet/
H A DREADME15 "armed" at the time they are detected, but do not "detonate" until the end of
/PHP-5.5/ext/ereg/regex/
H A DWHATSNEW3 another "get it out the door for 4.4" release). The tests at the end of
17 tests, including a couple right at the end which are commented out
H A Dregcomp.ih53 /* ========= end header generated by ./mkh ========= */
/PHP-5.5/ext/standard/
H A Dvar_unserializer.re197 unsigned char *end = *(unsigned char **)p+maxlen;
199 if (end < *p) {
205 if (*p >= end) {
841 php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Unexpected end of serialized data");
/PHP-5.5/ext/date/
H A Dphp_date.c379 ZEND_ARG_INFO(0, end)
1900 if (object->end) { in date_period_it_has_more()
2531 if (intern->end) { in date_object_free_storage_period()
2532 timelib_time_dtor(intern->end); in date_object_free_storage_period()
4384 zval *start, *end = NULL, *interval; in PHP_METHOD() local
4413 if (dpobj->end == NULL && recurrences == 0) { in PHP_METHOD()
4420 if (dpobj->end) { in PHP_METHOD()
4421 timelib_update_ts(dpobj->end, NULL); in PHP_METHOD()
4445 if (end) { in PHP_METHOD()
4448 dpobj->end = clone; in PHP_METHOD()
[all …]
/PHP-5.5/
H A Drun-tests.php1929 $end = strpos($wanted_re, $r, $start+2);
1930 if ($end === false) {
1932 $end = $start = $length;
1936 $start = $end = $length;
1941 if ($end > $start) {
1942 $temp = $temp . '(' . substr($wanted_re, $start+2, ($end - $start-2)). ')';
1944 $startOffset = $end + 2;
/PHP-5.5/ext/mbstring/oniguruma/win32/
H A Dtestc.c129 if (region->beg[mem] == from && region->end[mem] == to) { in xx()
135 from, to, region->beg[mem], region->end[mem]); in xx()
/PHP-5.5/ext/mbstring/oniguruma/
H A Dtestc.c129 if (region->beg[mem] == from && region->end[mem] == to) { in xx()
135 from, to, region->beg[mem], region->end[mem]); in xx()
/PHP-5.5/ext/pdo/
H A Dpdo_sql_parser.re35 #define YYLIMIT s->end
40 char *ptr, *cur, *tok, *end;
95 s.end = inquery + inquery_len + 1;
/PHP-5.5/ext/soap/
H A Dphp_encoding.c2394 char *value, *end; in to_xml_array() local
2399 if (end) { in to_xml_array()
2400 *end = '\0'; in to_xml_array()
2401 end++; in to_xml_array()
2585 char *type, *end, *ns; in to_zval_array() local
2591 end = strrchr(type,'['); in to_zval_array()
2592 if (end) { in to_zval_array()
2593 *end = '\0'; in to_zval_array()
2639 char *type, *end; in to_zval_array() local
2643 if (end) { in to_zval_array()
[all …]
/PHP-5.5/ext/oci8/tests/
H A Ddbmsoutput.phpt19 end;",
31 end loop;
33 end;"
43 $s = oci_parse($c, "begin dbms_output.enable(null); end;");
62 $s = oci_parse($c, "begin dbms_output.get_line(:ln, :st); end;");
75 $s = oci_parse($c, "begin dbms_output.get_lines(:lines, :numlines); end;");

Completed in 161 milliseconds

1...<<11121314151617181920>>...26