Home
last modified time | relevance | path

Searched refs:type (Results 2001 – 2025 of 2182) sorted by relevance

1...<<8182838485868788

/PHP-7.2/ext/intl/
H A Dphp_intl.c165 ZEND_ARG_INFO(0, type)
258 ZEND_ARG_INFO(0, type)
291 ZEND_ARG_INFO(0, type)
/PHP-7.2/ext/standard/tests/file/
H A Dftruncate_variation2-win32.phpt30 echo "\n-- Testing ftruncate() with file having data of type ". $file_content_type ." --\n";
75 -- Testing ftruncate() with file having data of type numeric --
269 -- Testing ftruncate() with file having data of type text_with_new_line --
H A Dftruncate_variation2.phpt30 echo "\n-- Testing ftruncate() with file having data of type ". $file_content_type ." --\n";
75 -- Testing ftruncate() with file having data of type numeric --
269 -- Testing ftruncate() with file having data of type text_with_new_line --
H A Dftruncate_variation7-win32.phpt31 echo "\n-- Testing ftruncate() with file having data of type ". $file_content_type ." --\n";
76 -- Testing ftruncate() with file having data of type numeric --
270 -- Testing ftruncate() with file having data of type text_with_new_line --
H A Dftruncate_variation7.phpt31 echo "\n-- Testing ftruncate() with file having data of type ". $file_content_type ." --\n";
76 -- Testing ftruncate() with file having data of type numeric --
270 -- Testing ftruncate() with file having data of type text_with_new_line --
H A Dftruncate_error.phpt44 /* loop to test ftruncate() with different invalid type of args */
H A Dftruncate_variation3-win32.phpt30 echo "\n-- Testing ftruncate() with file having data of type ". $file_content_type ." --\n";
74 -- Testing ftruncate() with file having data of type numeric --
268 -- Testing ftruncate() with file having data of type text_with_new_line --
H A Dftruncate_variation3.phpt30 echo "\n-- Testing ftruncate() with file having data of type ". $file_content_type ." --\n";
74 -- Testing ftruncate() with file having data of type numeric --
268 -- Testing ftruncate() with file having data of type text_with_new_line --
H A Dftruncate_variation5-win32.phpt30 echo "\n-- Testing ftruncate() with file having data of type ". $file_content_type ." --\n";
76 -- Testing ftruncate() with file having data of type numeric --
270 -- Testing ftruncate() with file having data of type text_with_new_line --
H A Dftruncate_variation5.phpt30 echo "\n-- Testing ftruncate() with file having data of type ". $file_content_type ." --\n";
76 -- Testing ftruncate() with file having data of type numeric --
270 -- Testing ftruncate() with file having data of type text_with_new_line --
/PHP-7.2/ext/standard/tests/general_functions/
H A Dprint_r.phpt233 /* file type resource */
236 /* directory type resource */
243 /* calling check_printr() to display the resource content type
253 /* unset file type resource */
H A Dprint_r_64bit.phpt233 /* file type resource */
236 /* directory type resource */
243 /* calling check_printr() to display the resource content type
253 /* unset file type resource */
/PHP-7.2/ext/standard/tests/strings/
H A Dstrtr_variation8.phpt12 * and expected type for 'str' arguments
/PHP-7.2/ext/soap/tests/bugs/
H A Dbug50698_1.wsdl189 <wsdl:binding name="BasicHttpBinding_EchoService" type="tns:EchoService">
201 <wsdl:binding name="NetTcpBinding_EchoService" type="tns:EchoService">
H A Dbug50698_4.wsdl189 <wsdl:binding name="BasicHttpBinding_EchoService" type="tns:EchoService">
201 <wsdl:binding name="NetTcpBinding_EchoService" type="tns:EchoService">
/PHP-7.2/ext/fileinfo/tests/
H A Dbug68819_001.phpt13 $type = $finfo->buffer($string);
15 var_dump($type);
/PHP-7.2/ext/gd/libgd/
H A Dgd_topal.c56 #define METHODDEF(type) static type argument
57 #define LOCAL(type) static type argument
/PHP-7.2/
H A DNEWS276 . Fixed bug #78183 (finfo_file shows wrong mime-type for .tga file).
717 . Fixed bug #77079 (odbc_fetch_object has incorrect type signature).
726 TIMEZONE' data type). (Andy Gajetzki)
875 type). (cmb)
965 type). (cmb)
1229 . Fixed bug #75687 (var 8 (TMP) has array key type but not value type).
1301 . Fixed bug #75608 ("Narrowing occurred during type inference" error).
1305 . Fixed bug #75570 ("Narrowing occurred during type inference" error).
1401 . Added object type annotation. (brzuchal)
2437 . Added void return type. (Andrea)
[all …]
/PHP-7.2/Zend/
H A Dzend_API.h117 #define ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(name, return_reference, required_num_args, type, al… argument
119 …{ (const char*)(zend_uintptr_t)(required_num_args), ZEND_TYPE_ENCODE(type, allow_null), return_ref…
120 #define ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO(name, type, allow_null) \ argument
121 ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(name, 0, -1, type, allow_null)
248 # define CE_STATIC_MEMBERS(ce) (((ce)->type==ZEND_USER_CLASS)?(ce)->static_members_table:CG(static_…
291 …end_class_entry *scope, const zend_function_entry *functions, HashTable *function_table, int type);
377 ZEND_API char *zend_get_type_by_const(int type);
/PHP-7.2/sapi/fpm/tests/
H A Dresponse.inc178 $this->checkHeader('Content-type', '|^' . $contentType . '(;\s?charset=\w+)?|', true)
/PHP-7.2/ext/standard/tests/dir/
H A Dchdir_variation1.phpt2 Test chdir() function : usage variations - different data type as $directory arg
/PHP-7.2/ext/gmp/tests/
H A Doverloading.phpt273 Warning: main(): Unable to convert variable to GMP - wrong type in %s on line %d
/PHP-7.2/ext/opcache/Optimizer/
H A Dzend_call_graph.c115 } else if (func->type == ZEND_INTERNAL_FUNCTION) { in zend_analyze_calls()
/PHP-7.2/ext/mysqli/
H A Dphp_mysqli_structs.h104 zend_ulong type; member
/PHP-7.2/ext/session/tests/
H A Dsession_encode_error2.phpt229 Warning: Illegal offset type in %s on line 82

Completed in 81 milliseconds

1...<<8182838485868788