Home
last modified time | relevance | path

Searched refs:part (Results 151 – 175 of 221) sorted by relevance

123456789

/PHP-5.5/ext/mbstring/tests/
H A Dmb_substr_variation5.phpt11 * Description: Returns part of a string
H A Dmb_substr_variation6.phpt11 * Description: Returns part of a string
/PHP-5.5/ext/sybase_ct/tests/
H A Dtest.inc2 /* This file is part of PHP test framework for ext/sybase_ct
/PHP-5.5/sapi/apache2filter/
H A DREADME63 If you want to debug a part of the PHP startup procedure, set a
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_non_select.phpt47 // MyISAM engine should be part of _every_ MySQL today
122 // MyISAM engine should be part of _every_ MySQL today
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput1476 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of a…
490 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of a…
504 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of a…
517 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of a…
527 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of a…
555 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of a…
568 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of a…
583 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of a…
596 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of a…
609 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of a…
[all …]
H A Dtestoutput81805 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of a…
1819 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of a…
1833 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of a…
1846 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of a…
1856 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of a…
1884 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of a…
1897 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of a…
1912 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of a…
1925 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of a…
1938 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of a…
[all …]
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_send_long_data_packet_size_libmysql.phpt67 TODO - we skip this part of the test for now, because of bugs.mysql.com/26824
/PHP-5.5/sapi/apache2handler/
H A DREADME67 If you want to debug a part of the PHP startup procedure, set a
/PHP-5.5/tests/classes/
H A Darray_access_010.phpt6 // NOTE: This will become part of SPL
H A Darray_access_009.phpt6 // NOTE: This will become part of SPL
H A Darray_access_011.phpt6 // NOTE: This will become part of SPL
/PHP-5.5/ext/spl/internal/
H A Dsplfileobject.inc164 /** Read and return remaining part of stream
165 * @return size of remaining part passed through
/PHP-5.5/
H A DCODING_STANDARDS57 part of the source. Although the ``PHP_*`` macro's are mostly aliased to the
109 2. If they are part of a "parent set" of functions, that parent should
169 1. Functions that are part of the external API should be named
296 as the code can be reasonably be kept as part of the codebase. See
/PHP-5.5/ext/mbstring/
H A Dmbstring.c294 ZEND_ARG_INFO(0, part)
301 ZEND_ARG_INFO(0, part)
308 ZEND_ARG_INFO(0, part)
2446 zend_bool part = 0; in PHP_FUNCTION() local
2474 if (part) { in PHP_FUNCTION()
2504 zend_bool part = 0; in PHP_FUNCTION() local
2534 if (part) { in PHP_FUNCTION()
2560 zend_bool part = 0; in PHP_FUNCTION() local
2596 if (part) { in PHP_FUNCTION()
2619 zend_bool part = 0; in PHP_FUNCTION() local
[all …]
/PHP-5.5/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_complex_doclit_007w.phpt53 …s1="http://soapinterop.org/types" xmlns:ns2="http://soapinterop.org/types/part"><SOAP-ENV:Body><SO…
H A Dr4_groupH_complex_doclit_009w.phpt53 …s1="http://soapinterop.org/types" xmlns:ns2="http://soapinterop.org/types/part"><SOAP-ENV:Body><SO…
H A Dr4_groupH_complex_doclit_010w.phpt53 …s1="http://soapinterop.org/types" xmlns:ns2="http://soapinterop.org/types/part"><SOAP-ENV:Body><SO…
H A Dr4_groupH_complex_doclit_008w.phpt53 …s1="http://soapinterop.org/types" xmlns:ns2="http://soapinterop.org/types/part"><SOAP-ENV:Body><SO…
/PHP-5.5/ext/oci8/tests/
H A Derror_parse.phpt8 // As part of the fix for Bug 42134, an error handling difference was
/PHP-5.5/ext/imap/
H A Dphp_imap.c3480 PART *mypart=NULL, *part; in PHP_FUNCTION() local
3668 bod->nested.part = mail_newbody_part(); in PHP_FUNCTION()
3669 mypart = bod->nested.part; in PHP_FUNCTION()
3772 if (bod && bod->type == TYPEMULTIPART && (!bod->nested.part || !bod->nested.part->next)) { in PHP_FUNCTION()
3819 part = bod->nested.part; in PHP_FUNCTION()
3843 rfc822_write_body_header(&t, &part->body); in PHP_FUNCTION()
3850 bod=&part->body; in PHP_FUNCTION()
3855 } while ((part = part->next)); /* until done */ in PHP_FUNCTION()
4543 PART *part; in _php_imap_add_body() local
4636 for (part = body->CONTENT_PART; part; part = part->next) { in _php_imap_add_body()
[all …]
/PHP-5.5/ext/standard/html_tables/
H A Dents_html401.txt174 part 2202
H A Dents_xhtml.txt206 part 2202
/PHP-5.5/ext/standard/tests/strings/
H A Dget_html_translation_table_basic7.phpt235 [∂] => &part;
/PHP-5.5/ext/gd/libgd/
H A DREADME45 software is based in part on the work of the Independent JPEG

Completed in 97 milliseconds

123456789