Home
last modified time | relevance | path

Searched refs:type (Results 1626 – 1650 of 1715) sorted by relevance

1...<<616263646566676869

/PHP-5.3/ext/standard/
H A Dstring.c1074 switch ((*tmp)->type) { in php_implode()
4209 arrayArg->type = ret.type;
5082 long type = 0; local
5084 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|ls", &str, &str_len, &type, &char_list, &c…
5088 switch(type) {
5103 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid format value %ld", type);
5129 switch (type)
5147 if (!type) {
H A Duser_filters.c461 …if (SUCCESS == zend_hash_find(Z_OBJPROP_P(zobject), "data", 5, (void**)&pzdata) && (*pzdata)->type in php_stream_bucket_attach()
/PHP-5.3/ext/phar/
H A Dphar.c3322 zend_op_array *(*phar_orig_compile_file)(zend_file_handle *file_handle, int type TSRMLS_DC);
3333 static zend_op_array *phar_compile_file(zend_file_handle *file_handle, int type TSRMLS_DC) /* {{{ */
3341 return phar_orig_compile_file(file_handle, type TSRMLS_CC);
3365 file_handle->type = ZEND_HANDLE_STREAM;
3377 file_handle->type = ZEND_HANDLE_STREAM;
3394 res = phar_orig_compile_file(file_handle, type TSRMLS_CC);
3481 mime.type = ret; \
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_stmt_result_metadata_sqltests.phpt206 $field0->type = MYSQLI_TYPE_LONG;
/PHP-5.3/ext/standard/tests/file/
H A D007_error.phpt61 /* loop to test fclose with different invalid type of args */
H A Dfscanf_variation28.phpt23 // array of float type values
H A Dfscanf_variation15.phpt23 // array of float type values
H A Dfscanf_variation21.phpt23 // array of float type values
H A Dfscanf_variation3.phpt29 // array of float type values
H A Dfscanf_variation34.phpt29 // array of float type values
H A Dfscanf_variation40.phpt29 // array of float type values
H A Dfscanf_variation46.phpt23 // array of float type values
/PHP-5.3/
H A DREADME.TESTING2120 in an HTTP request, such as content type for multipart posts, cookies, etc.
H A DNEWS102 . Fixed bug #64609 (pg_convert enum type support). (Matteo)
795 time zone type 2). (Derick)
2479 wrong type in declaration). (Ilia)
3510 inside a binary or image column type). (Ilia)
4525 - Fixed wrong length calculation in unserialize S type
4851 type hint self). (thekid at php dot net)
4863 type are set to 0). (Dmitry)
5016 type VT_DISPATCH|VT_REF) (Andy)
5708 type to string). (Tony)
6007 - Added array type hinting. (Dmitry)
[all …]
H A DINSTALL492 type ./configure --help in the corresponding source tree.
680 type=magnus-internal/x-httpd-php exts=php
716 ObjectType fn="force-type" type="magnus-internal/x-httpd-php"
794 corresponding default Service line for type="magnus-internal/directory"
1116 The standard installation type is using mod_php, and enabling the
1129 type the following into the Terminal Application (after, it will
1721 PHP_INI_ALL and PHP_INI_PERDIR type directives. To clear a
1729 with PHP_INI_ALL and PHP_INI_PERDIR type directives.
1733 in .htaccess files. Any directive type set with php_admin_value
1739 used in .htaccess files. Any directive type set with
[all …]
/PHP-5.3/ext/standard/tests/array/
H A Darray_key_exists_variation8.phpt97 foreach($inputs as $type => $input) {
98 echo "\n-- Iteration $iterator: $type data --\n";
/PHP-5.3/Zend/
H A DZEND_CHANGES225 ability to use class type hints to declare the expected class of
256 These class type hints are not checked upon compilation, as would
693 is of a certain class or interface type.
1074 * true and false are now constants of type boolean.
1107 buffer. Header information (header(), content type, cookies) are
/PHP-5.3/ext/sqlite/
H A Dsqlite.c1127 sqlite_obj_type type; member
1147 if (intern->type == is_db) { in sqlite_object_free_storage()
1211 obj->type = is_ ## _type; \
1592 int type; in PHP_FUNCTION() local
1595 if (zend_list_find(db->rsrc_id, &type) == db) { in PHP_FUNCTION()
1929 obj->type = is_result; in sqlite_query()
/PHP-5.3/sapi/aolserver/
H A Daolserver.c409 file_handle.type = ZEND_HANDLE_FILENAME; in php_ns_module_main()
/PHP-5.3/Zend/tests/
H A D019.phpt1189 resource(%d) of type (stream)
1193 resource(%d) of type (stream)
1202 resource(%d) of type (stream)
1206 resource(%d) of type (stream)
/PHP-5.3/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct_options.phpt69 if (NULL !== ($db = @new PDO($dsn, $user, $pass, 'wrong type')))
/PHP-5.3/ext/standard/tests/general_functions/
H A Dis_float.phpt58 // get a resource type variable
H A Dis_float_64bit.phpt60 // get a resource type variable
/PHP-5.3/ext/standard/tests/strings/
H A Dexplode1.phpt70 /* Checking OBJECTS type */
/PHP-5.3/ext/ereg/regex/
H A DWHATSNEW29 now handled gracefully. "uchar" is no longer used as an internal type

Completed in 141 milliseconds

1...<<616263646566676869