Home
last modified time | relevance | path

Searched refs:text (Results 476 – 500 of 618) sorted by relevance

1...<<11121314151617181920>>...25

/PHP-7.0/ext/mysqli/tests/
H A D026.phpt19 mysqli_query($link,"CREATE TABLE test_bind_fetch(c1 varchar(10), c2 text)");
/PHP-7.0/
H A DREADME.EXT_SKEL154 bool module_name_drawtext(resource image, string text, resource font, int x, int y [, int color])
160 /* {{{ proto bool module_name_drawtext(resource image, string text, resource font, int x, int y [, …
164 char *text = NULL;
175 …if (zend_parse_parameters(argc, "rsrll|l", &image, &text, &text_len, &font, &x, &y, &color) == FAI…
/PHP-7.0/ext/mbstring/
H A DREADME_PHP3-i18n-ja122 - if http output's Content-Type is text/html, it will set proper charset
226 ex. Content-Type: text/html; charset="..."
542 pass: unable to determine (text is too short to determine)
695 If you need to assign Japanese text in GET method with argument, such as;
696 xxxx.php?data=<Japanese text>, use urlencode function in PHP. If not,
697 text may not be passed onto action php properly.
709 If $quote_str is in SJIS and you would like to extract Japanese text,
715 This will effectively extract Japanese text out of $quote_str.
722 value="some Japanese text"> to properly detect the incoming text's
/PHP-7.0/ext/standard/tests/file/
H A D007_variation1.phpt49 line of text
H A D007_variation17.phpt49 line of text
H A D007_variation9.phpt49 line of text
H A Dfgetss_variation4.phpt28 this is the text containing \r character
29 this text contains some html tags <body> body </body> <br> br </br>
H A Dfwrite_variation3-win32.phpt27 File having content of type numeric, text,text_with_new_line & alphanumeric
31 $file_content_types = array("numeric","text","text_with_new_line","alphanumeric");
159 -- Testing fwrite() with file having content of type text --
H A Dfwrite_variation3.phpt27 File having content of type numeric, text,text_with_new_line & alphanumeric
31 $file_content_types = array("numeric","text","text_with_new_line","alphanumeric");
160 -- Testing fwrite() with file having content of type text --
H A Dfile_get_contents_error.phpt25 create_files($file_path, 1, "text", 0755, 100, "w", "file", 1, "byte");
H A Dfwrite_basic-win32.phpt25 File containing data of type, numeric, text, text_with_new_line, alphanumeric
28 $file_content_types = array("numeric","text","text_with_new_line","alphanumeric");
167 -- Testing fwrite() with file having data of type text --
H A Dfwrite_basic.phpt25 File containing data of type, numeric, text, text_with_new_line, alphanumeric
28 $file_content_types = array("numeric","text","text_with_new_line","alphanumeric");
167 -- Testing fwrite() with file having data of type text --
/PHP-7.0/ext/xmlreader/tests/
H A Dbug70309.phpt25 <emphasis>some <emphasis>emphasized</emphasis> text</emphasis>
/PHP-7.0/ext/phar/tests/tar/
H A Dphar_convert_phar4.phpt16 $phar['a.txt'] = 'some text';
/PHP-7.0/ext/imap/tests/
H A Dbug35669.phpt31 $body[] = $plain; //next add plain text part
/PHP-7.0/ext/intl/spoofchecker/
H A Dspoofchecker_class.c84 ZEND_ARG_INFO(0, text)
/PHP-7.0/ext/intl/breakiterator/
H A Dbreakiterator_iterators.cpp170 const char *s = Z_STRVAL(bio->text); in _breakiterator_parts_move_forward()
171 size_t slen = Z_STRLEN(bio->text); in _breakiterator_parts_move_forward()
/PHP-7.0/ext/standard/tests/strings/
H A Dstrpbrk_error.phpt13 $haystack = 'This is a Simple text.';
/PHP-7.0/ext/pdo_pgsql/tests/
H A Dis_in_transaction.phpt17 $db->exec('CREATE TABLE test (a integer not null primary key, b text)');
/PHP-7.0/ext/standard/
H A Dstring.c937 zend_string *text; in PHP_FUNCTION() local
950 if (ZSTR_LEN(text) == 0) { in PHP_FUNCTION()
967 newtext = zend_string_init(ZSTR_VAL(text), ZSTR_LEN(text), 0); in PHP_FUNCTION()
971 if (ZSTR_VAL(text)[current] == breakchar[0]) { in PHP_FUNCTION() local
973 } else if (ZSTR_VAL(text)[current] == ' ') { in PHP_FUNCTION() local
989 chk = (size_t)(ZSTR_LEN(text)/linelength + 1); in PHP_FUNCTION()
991 alloced = ZSTR_LEN(text) + chk * breakchar_len + 1; in PHP_FUNCTION()
993 chk = ZSTR_LEN(text); in PHP_FUNCTION()
1010 if (ZSTR_VAL(text)[current] == breakchar[0] in PHP_FUNCTION()
1011 && current + breakchar_len < ZSTR_LEN(text) in PHP_FUNCTION()
[all …]
/PHP-7.0/ext/mbstring/oniguruma/
H A Dregexec.c2746 s = (UChar* )text; in slow_search()
2798 s = (UChar* )text; in slow_search_ic()
2825 while (s >= text) { in slow_search_backward()
2846 const UChar* text, const UChar* adjust_text, in slow_search_backward_ic() argument
2858 while (s >= text) { in slow_search_backward_ic()
2871 const UChar* text, const UChar* text_end, in bm_search_notrev() argument
2889 s = text; in bm_search_notrev()
2937 s = text + (target_end - target) - 1; in bm_search()
2998 while (s >= text) { in bm_search_backward()
3018 const UChar *s = text; in map_search()
[all …]
/PHP-7.0/ext/xml/tests/
H A Dxml001.phpt83 ]}{CDATA[ Plain text.]}{CDATA[
H A Dxml003.phpt82 ]}{CDATA[ Plain text.]}{CDATA[
/PHP-7.0/ext/dom/tests/
H A DDOMNode_cloneNode_basic.phpt40 // strip all text nodes from this tree
/PHP-7.0/ext/oci8/
H A Dphp_oci8_int.h213 text *name; /* placeholder's name */
422 sb4 php_oci_fetch_errmsg(OCIError *error_handle, text *error_buf, size_t error_buf_size);
423 int php_oci_fetch_sqltext_offset(php_oci_statement *statement, text **sqltext, ub2 *error_offset);

Completed in 81 milliseconds

1...<<11121314151617181920>>...25