Home
last modified time | relevance | path

Searched refs:type (Results 1601 – 1625 of 1715) sorted by relevance

1...<<616263646566676869

/PHP-5.3/ext/standard/tests/strings/
H A Dsprintf_variation9.phpt12 // array of float type values
H A Dstrcasecmp.phpt71 /* getting resource type for file handle */
76 /* string1 and string2 of same "stream" type */
79 /* string1 is of "stream" type & string3 is of "int" type */
H A Dstr_pad.phpt375 Warning: str_pad(): Padding type has to be STR_PAD_LEFT, STR_PAD_RIGHT, or STR_PAD_BOTH in %s on li…
/PHP-5.3/sapi/apache_hooks/
H A DREADME42 AddHandler php-script = set's up a special type handler
/PHP-5.3/ext/exif/tests/
H A Dexif_imagetype_variation1.phpt9 * Description: Determine the type of an image
/PHP-5.3/sapi/tux/
H A Dphp_tux.c300 file_handle.type = ZEND_HANDLE_FILENAME; in tux_module_main()
/PHP-5.3/ext/intl/resourcebundle/
H A Dresourcebundle_class.c210 zval *resourcebundle_array_get(zval *object, zval *offset, int type TSRMLS_DC) in resourcebundle_array_get()
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_fetch_array_oo.phpt357 Warning: mysqli_result::fetch_array(): The result type should be either MYSQLI_NUM, MYSQLI_ASSOC or…
359 Warning: mysqli_result::fetch_array(): The result type should be either MYSQLI_NUM, MYSQLI_ASSOC or…
/PHP-5.3/sapi/milter/
H A Dphp_milter.c141 file_handle.type = ZEND_HANDLE_FP; in ZEND_DECLARE_MODULE_GLOBALS()
207 file_handle.type = ZEND_HANDLE_FP; in mlfi_connect()
/PHP-5.3/Zend/
H A Dzend_exceptions.c772 static void zend_error_va(int type, const char *file, uint lineno, const char *format, ...) /* {{{ … in zend_error_va() argument
777 zend_error_cb(type, file, lineno, format, args); in zend_error_va()
H A Dzend_API.h217 # define CE_STATIC_MEMBERS(ce) (((ce)->type==ZEND_USER_CLASS)?(ce)->static_members:CG(static_member…
254 …entry *scope, const zend_function_entry *functions, HashTable *function_table, int type TSRMLS_DC);
332 ZEND_API char *zend_get_type_by_const(int type);
/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_internal.h203 # error Cannot determine a type for 16-bit unsigned integers
213 # error Cannot determine a type for 32-bit unsigned integers
267 #error Warning: PCRE_UCHAR16 is not a 16 bit data type.
2599 pcre_uint16 type; member
/PHP-5.3/ext/gd/libgd/
H A Dgd_topal.c70 #define METHODDEF(type) static type argument
71 #define LOCAL(type) static type argument
/PHP-5.3/win32/build/
H A Dconfutils.js196 function ConfigureArg(type, optname, helptext, defval) argument
198 var opptype = type == "enable" ? "disable" : "without";
202 this.imparg = "--" + type + "-" + optname;
204 this.arg = "--" + type + "-" + optname;
/PHP-5.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_errmode.phpt152 printf("[029] Expecting PDO exception got exception of type '%s'\n", get_class($e));
/PHP-5.3/ext/oci8/tests/
H A Drefcur_prefetch_1.phpt22 type refcursortype is ref cursor;
H A Dbug43497_92.phpt95 function createxmltab($c) // create table w/ field of XML type
/PHP-5.3/ext/standard/tests/file/
H A Dbasename-win32.phpt125 // passing invalid type arguments
/PHP-5.3/sapi/continuity/
H A Dcapi.c447 file_handle.type = ZEND_HANDLE_FILENAME; in capi_module_main()
/PHP-5.3/sapi/pi3web/
H A Dpi3web_sapi.c354 file_handle.type = ZEND_HANDLE_FILENAME; in PHP5_wrapper()
/PHP-5.3/ext/mbstring/oniguruma/doc/
H A DRE319 + hexadecimal digit char type \h, \H
351 + add hexadecimal digit char type (\h, \H)
/PHP-5.3/ext/filter/docs/
H A Dfilter.txt66 the 'filter' type, the 'flags', the 'otptions' or the 'charset'
98 type, if you ask for an array, you will get an array even if the source is
/PHP-5.3/win32/
H A Dinstall.txt477 C:\php. To register the DLL just type regsvr32 php5activescript.dll.
480 (the extension is very important) and type:
857 type (Category: type, Content-Type: magnus-internal/shellcgi, File
878 type (Category: type, Content-Type: magnus-internal/x-httpd-php,
909 ObjectType fn="force-type" type="magnus-internal/x-httpd-php"
975 corresponding default Service line for type="magnus-internal/directory"
1474 PHP_INI_ALL and PHP_INI_PERDIR type directives. To clear a
1482 with PHP_INI_ALL and PHP_INI_PERDIR type directives.
1486 in .htaccess files. Any directive type set with php_admin_value
1492 used in .htaccess files. Any directive type set with
[all …]
/PHP-5.3/ext/exif/
H A Dexif.c1492 int type; member
1574 …cref(const char *docref EXIFERR_DC, const image_info_type *ImageInfo, int type, const char *format… in exif_error_docref() argument
1584 php_verror(docref, ImageInfo->FileName?ImageInfo->FileName:"", type, buf, args TSRMLS_CC); in exif_error_docref()
1588 php_verror(docref, ImageInfo->FileName?ImageInfo->FileName:"", type, format, args TSRMLS_CC); in exif_error_docref()
1608 static int exif_file_sections_add(image_info_type *ImageInfo, int type, size_t size, uchar *data) in exif_file_sections_add() argument
1615 ImageInfo->file.list[count].type = 0xFFFF; in exif_file_sections_add()
1624 ImageInfo->file.list[count].type = type; in exif_file_sections_add()
/PHP-5.3/ext/standard/
H A Dstreamsfuncs.c52 long domain, type, protocol; in PHP_FUNCTION() local
57 &domain, &type, &protocol)) { in PHP_FUNCTION()
61 if (0 != socketpair(domain, type, protocol, pair)) { in PHP_FUNCTION()

Completed in 176 milliseconds

1...<<616263646566676869