Home
last modified time | relevance | path

Searched refs:end (Results 201 – 225 of 687) sorted by relevance

12345678910>>...28

/PHP-5.6/Zend/tests/
H A Dbug70748.phpt18 Warning: syntax error, unexpected $end, expecting '}' in %sbug70748.ini on line %d
H A Dtry_catch_finally_004.phpt25 var_dump("end");
/PHP-5.6/ext/standard/
H A Dstring.c748 unsigned char *end; in php_charmask() local
753 for (end = input+len; input < end; input++) { in php_charmask()
3454 for (source=str, end=str+nlen, target=str; source < end; source++) {
3516 char *end; local
3573 char *end; local
3805 if (p < end) {
3807 e += end - p;
3822 if (p < end) {
3824 e += end - p;
4242 end=begin;
[all …]
/PHP-5.6/ext/date/tests/
H A Dbug53437.phpt51 ["end"]=>
110 ["end"]=>
/PHP-5.6/sapi/cgi/
H A Dfastcgi.c172 char *end; member
247 p->end = p->pos + seg_size; in fcgi_hash_strndup()
695 char *cur, *end; in fcgi_listen() local
710 end = strchr(cur, ','); in fcgi_listen()
711 if (end) { in fcgi_listen()
712 *end = 0; in fcgi_listen()
713 end++; in fcgi_listen()
720 cur = end; in fcgi_listen()
854 while (p < end) { in fcgi_get_params()
857 if (UNEXPECTED(p + 3 >= end)) return 0; in fcgi_get_params()
[all …]
/PHP-5.6/ext/sysvshm/
H A Dphp_sysvshm.h50 long end; member
/PHP-5.6/ext/standard/tests/strings/
H A Dbug36148.phpt2 Bug #36148 (unpack("H*hex", $data) is adding an extra character to the end of the string)
H A Dbug46578.phpt2 Bug #46578 (strip_tags() does not honor end-of-comment when it encounters a single quote)
/PHP-5.6/ext/standard/tests/array/
H A Darray_splice_basic.phpt23 echo "test substitution at end \n";
72 test substitution at end
/PHP-5.6/ext/oci8/tests/
H A Dimp_res_close.phpt34 end;"
42 $s = oci_parse($c, "begin imp_res_close_proc(); end;");
H A Dimp_res_get_4.phpt45 end;"
66 $s = oci_parse($c, "begin imp_res_get_4_proc(); end;");
85 $s = oci_parse($c, "begin imp_res_get_4_proc(); end;");
H A Dbug36010.phpt15 $sql = "begin :p_clob := 'lob string'; end;";
/PHP-5.6/ext/standard/tests/file/
H A Dfgetss_variation4.phpt57 var_dump( fseek($file_handle,0,SEEK_END) ); // now file pointer at end
58 var_dump( ftell($file_handle) ); //ensure file pointer at end
63 // now file is at the end try reading with length and allowable tags,expecting false
72 } // end of for - mode_counter
/PHP-5.6/ext/session/tests/
H A Dsession_commit_variation3.phpt14 * Description : Write session data and end session
H A Dsession_write_close_variation3.phpt14 * Description : Write session data and end session
H A Dsession_commit_variation1.phpt12 * Description : Write session data and end session
H A Dsession_write_close_variation1.phpt12 * Description : Write session data and end session
H A Dsession_commit_basic.phpt12 * Description : Write session data and end session
/PHP-5.6/ext/pcre/pcrelib/testdata/
H A Dgrepoutput4 Check up on PATTERN near the end.
13 610:Check up on PATTERN near the end.
22 ./testdata/grepinput:610:Check up on PATTERN near the end.
31 610:Check up on PATTERN near the end.
109 features should be added at the end, because some of the tests involve the
330 ./testdata/grepinput:610:Check up on PATTERN near the end.
352 ./testdata/grepinput:610:Check up on PATTERN near the end.
495 Check up on PATTERN near the end.
500 Check up on PATTERN near the end.
505 Check up on PATTERN near the end.
[all …]
/PHP-5.6/ext/readline/tests/
H A Dlibedit_info_001.phpt27 ["end"]=>
/PHP-5.6/ext/spl/tests/
H A DSplFileObject_ftruncate_error_001.phpt21 //end creating stream
/PHP-5.6/ext/gd/tests/
H A Dimagearc_variation1.phpt2 Testing passing negative end angle to imagearc() of GD library
/PHP-5.6/ext/ereg/regex/
H A Dmain.ih19 /* ========= end header generated by ./mkh ========= */
/PHP-5.6/ext/ftp/tests/
H A D001.phpt30 string(15) "214 end of list"
H A D002.phpt32 string(15) "214 end of list"

Completed in 63 milliseconds

12345678910>>...28