Home
last modified time | relevance | path

Searched refs:ext (Results 2976 – 3000 of 3005) sorted by relevance

1...<<111112113114115116117118119120121

/PHP-5.3/ext/gd/
H A Dgd.c4168 double ext; in PHP_FUNCTION() local
4171 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rd", &fnt, &ext) == FAILURE) { in PHP_FUNCTION()
4179 if (ext <= 0) { in PHP_FUNCTION()
4180 …php_error_docref(NULL TSRMLS_CC, E_WARNING, "Second parameter %F out of range (must be > 0)", ext); in PHP_FUNCTION()
4184 if (T1_ExtendFont(*f_ind, ext) != 0) { in PHP_FUNCTION()
/PHP-5.3/ext/standard/
H A Dvar_unserializer.re22 #include "ext/standard/php_var.h"
/PHP-5.3/ext/standard/tests/array/
H A Darray_key_exists_variation8.phpt7 * Source code: ext/standard/array.c
H A Dkrsort_variation1.phpt7 * Source code: ext/standard/array.c
H A Dksort_variation1.phpt7 * Source code: ext/standard/array.c
H A Dasort_variation1.phpt8 * Source code: ext/standard/array.c
H A Dsort_variation1.phpt7 * Source code: ext/standard/array.c
H A Darsort_variation1.phpt8 * Source code: ext/standard/array.c
H A Drsort_variation1.phpt7 * Source code: ext/standard/array.c
/PHP-5.3/ext/standard/tests/strings/
H A Dstrcspn_variation11.phpt8 * Source code: ext/standard/string.c
H A Dget_html_translation_table_basic2.phpt7 * Source code: ext/standard/html.c
H A Dstrspn_variation11.phpt8 * Source code: ext/standard/string.c
H A Dstrcspn_variation8.phpt8 * Source code: ext/standard/string.c
H A Dstrspn_variation8.phpt8 * Source code: ext/standard/string.c
H A Dstrcspn_variation12.phpt8 * Source code: ext/standard/string.c
/PHP-5.3/ext/standard/tests/url/
H A Dparse_url_basic_001.phpt7 * Source code: ext/standard/url.c
/PHP-5.3/ext/standard/tests/misc/
H A Dget_browser_variation1.phpt22 * Source code: ext/standard/browscap.c
H A Dget_browser_basic.phpt22 * Source code: ext/standard/browscap.c
/PHP-5.3/win32/build/
H A Dconfig.w32113 DEFINE("BASE_INCLUDES", "/I . /I main /I Zend /I TSRM /I ext ");
/PHP-5.3/
H A Drun-tests.php288 foreach($info_params_ex as $ext => $ini_overwrites_ex) {
289 if (in_array($ext, $exts_to_test)) {
H A Dphp.ini-development624 ; http://php.net/docref-ext
821 ; extension_dir = "ext"
955 ; Note that many DLL files are located in the extensions/ (PHP 4) ext/ (PHP 5)
1478 ; You can use the script in the ext/session dir for that purpose.
H A Dphp.ini-production624 ; http://php.net/docref-ext
821 ; extension_dir = "ext"
955 ; Note that many DLL files are located in the extensions/ (PHP 4) ext/ (PHP 5)
1478 ; You can use the script in the ext/session dir for that purpose.
/PHP-5.3/Zend/
H A Dzend_builtin_functions.c1791 static int add_zendext_info(zend_extension *ext, void *arg TSRMLS_DC) in add_zendext_info() argument
1794 add_next_index_string(name_array, ext->name, 1); in add_zendext_info()
/PHP-5.3/ext/mysqlnd/
H A Dmysqlnd_structs.h501 …ES *result, unsigned int flags, zval *return_value, enum_mysqlnd_extension ext TSRMLS_DC ZEND_FILE…
/PHP-5.3/ext/phar/
H A Dutil.c2309 phar->ext = phar->fname + (phar->ext - fname);

Completed in 120 milliseconds

1...<<111112113114115116117118119120121