Home
last modified time | relevance | path

Searched refs:ext (Results 251 – 275 of 3049) sorted by relevance

1...<<11121314151617181920>>...122

/PHP-5.4/ext/ctype/tests/
H A Dctype_graph_basic.phpt9 * Source code: ext/ctype/ctype.c
H A Dctype_space_basic.phpt9 * Source code: ext/ctype/ctype.c
/PHP-5.4/ext/curl/tests/
H A Dcurl_multi_select_basic1.phpt14 * Test documentation: http://wiki.php.net/qa/temp/ext/curl
/PHP-5.4/ext/phar/
H A Dphar_object.c41 char *ext; in phar_file_type() local
44 if (!ext) { in phar_file_type()
49 ++ext; in phar_file_type()
50 if (SUCCESS != zend_hash_find(mimes, ext, strlen(ext), (void **) &mime)) { in phar_file_type()
850 if (ext) {
851 ++ext;
2103 int ext_len = ext ? strlen(ext) : 0;
2108 if (!ext) {
2112 ext = "zip";
2165 ++ext;
[all …]
/PHP-5.4/
H A DREADME.PHP4-TO-PHP5-THIN-CHANGES28 4. Be careful when porting from ext/mysql to ext/mysqli. The following
30 (ext/mysql's functions return FALSE).
43 ext/tokenizer extension. If error_reporting is set to E_ALL notices will
/PHP-5.4/ext/mysql/tests/
H A Dmysql_phpinfo.phpt20 printf("[001] ext/mysql should have exposed itself.\n");
23 printf("[002] ext/mysql should have exposed the library version.\n");
/PHP-5.4/ext/standard/tests/math/
H A Dacosh_error.phpt7 * Function is implemented in ext/standard/math.c
H A Dasin_error.phpt7 * Function is implemented in ext/standard/math.c
H A Dasinh_error.phpt7 * Function is implemented in ext/standard/math.c
H A Datanh_error.phpt7 * Function is implemented in ext/standard/math.c
H A Dcos_error.phpt7 * Function is implemented in ext/standard/math.c
H A Dcosh_error.phpt7 * Function is implemented in ext/standard/math.c
H A Ddeg2rad_error.phpt9 * Function is implemented in ext/standard/math.c
H A Dsin_error.phpt7 * Function is implemented in ext/standard/math.c
H A Dsinh_error.phpt7 * Function is implemented in ext/standard/math.c
H A Dsqrt_error.phpt9 * Function is implemented in ext/standard/math.c
H A Dtan_error.phpt7 * Function is implemented in ext/standard/math.c
H A Dtanh_error.phpt7 * Function is implemented in ext/standard/math.c
/PHP-5.4/ext/standard/tests/strings/
H A Dparse_str_basic2.phpt9 * Source code: ext/standard/string.c
/PHP-5.4/ext/session/tests/
H A Dsession_encode_variation2.phpt15 * Source code : ext/session/session.c
H A Dsession_id_error4.phpt16 * Source code : ext/session/session.c
H A Dsession_module_name_basic.phpt13 * Source code : ext/session/session.c
H A Dsession_name_variation2.phpt15 * Source code : ext/session/session.c
H A Dsession_save_path_basic.phpt17 * Source code : ext/session/session.c
/PHP-5.4/ext/standard/tests/array/
H A Dmax_variation1.phpt7 * Function is implemented in ext/standard/array.c

Completed in 23 milliseconds

1...<<11121314151617181920>>...122