Home
last modified time | relevance | path

Searched refs:section (Results 26 – 50 of 72) sorted by path

123

/PHP-7.4/ext/imap/tests/
H A Dimap_fetchbody_variation6.phpt9 /* Prototype : string imap_fetchbody(resource $stream_id, int $msg_no, string $section [, int $opt…
10 * Description: Get a specific body section
25 $section = 1;
33 var_dump($overview = imap_fetchbody($stream_id, $msg_no, $section));
/PHP-7.4/ext/mbstring/libmbfl/
H A DLICENSE201 Thus, it is not the intent of this section to claim rights or contest
387 If any portion of this section is held invalid or unenforceable under any
388 particular circumstance, the balance of the section is intended to apply,
389 and the section as a whole is intended to apply in other circumstances.
391 It is not the purpose of this section to induce you to infringe any
393 such claims; this section has the sole purpose of protecting the
402 This section is intended to make thoroughly clear what is believed to
/PHP-7.4/ext/mbstring/tests/
H A Dbug45923.phpt8 function section($func, $haystack, $needle)
17 section('strpos' , "abc abc abc" , "abc");
18 section('mb_strpos' , "●○◆ ●○◆ ●○◆", "●○◆");
20 section('stripos' , "abc abc abc" , "abc");
21 section('mb_stripos' , "●○◆ ●○◆ ●○◆", "●○◆");
23 section('strrpos' , "abc abc abc" , "abc");
24 section('mb_strrpos' , "●○◆ ●○◆ ●○◆", "●○◆");
26 section('strripos' , "abc abc abc" , "abc");
27 section('mb_strripos', "●○◆ ●○◆ ●○◆", "●○◆");
/PHP-7.4/ext/mysqli/tests/
H A D003.phpt33 Display widths (used as described in the preceding section) are no longer supported.
H A Dmysqli_class_mysqli_reflection.phpt10 Let's not deal with cross-version issues in the EXPECTF section.
H A Dmysqli_class_mysqli_result_reflection.phpt11 Let's not deal with cross-version issues in the EXPECTF section.
H A Dmysqli_class_mysqli_warning_reflection.phpt10 Let's not deal with cross-version issues in the EXPECTF section.
H A Dmysqli_phpinfo.phpt2 phpinfo() mysqli section
/PHP-7.4/ext/openssl/
H A Dopenssl.c1049 …x(const char * section_label, const char * config_filename, const char * section, LHASH_OF(CONF_VA… in php_openssl_config_check_syntax() argument
1055 if (!X509V3_EXT_add_conf(config, &ctx, (char *)section, NULL)) { in php_openssl_config_check_syntax()
1059 section, in php_openssl_config_check_syntax()
/PHP-7.4/ext/openssl/tests/
H A Dopenssl.cnf27 organizationalUnitName = Organizational Unit Name (eg, section)
/PHP-7.4/ext/pdo/tests/
H A Dbug_40285.phpt21 $s = $db->prepare("INSERT INTO test VALUES( ':id', 'name', 'section', 22)" );
/PHP-7.4/ext/pdo_odbc/tests/
H A Dcommon.phpt65 // test will be skipped. see SKIPIF section of long_columns.phpt
/PHP-7.4/ext/phar/tests/files/
H A Dopenssl.cnf20 organizationalUnitName = Organizational Unit Name (eg, section)
/PHP-7.4/ext/sockets/tests/
H A Dsocket_strerror.phpt105 string(31) ".lib section in a.out corrupted"
/PHP-7.4/ext/sodium/tests/
H A Dinstalled.phpt12 text in the --EXPECT-- section below for the tests
/PHP-7.4/ext/standard/tests/dir/
H A Dclosedir_error-win32-mb.phpt34 //successfully close the directory handle so can delete in CLEAN section
H A Dclosedir_variation2-win32-mb.phpt23 //create temporary directory for test, removed in CLEAN section
H A Dclosedir_variation2.phpt17 //create temporary directory for test, removed in CLEAN section
H A Dgetcwd_basic-win32-mb.phpt22 //create temporary directory for test, removed in CLEAN section
H A Dgetcwd_basic.phpt16 //create temporary directory for test, removed in CLEAN section
H A Dopendir_basic-win32-mb.phpt31 // create temporary directories - will remove in CLEAN section
H A Dopendir_basic.phpt25 // create temporary directories - will remove in CLEAN section
H A Dopendir_variation4-win32-mb.phpt70 * and to ensure directory is not in use at CLEAN section so can me removed
H A Dopendir_variation4.phpt64 * and to ensure directory is not in use at CLEAN section so can me removed
H A Dscandir_variation8-win32-mb.phpt68 // remove all files in directory so can remove directory in CLEAN section

Completed in 72 milliseconds

123