Home
last modified time | relevance | path

Searched refs:type (Results 2126 – 2150 of 2182) sorted by relevance

1...<<8182838485868788

/PHP-7.2/ext/standard/
H A Dvar.c766 …ZSTR_VAL(ce->name), ZSTR_LEN(ce->name), ZSTR_VAL(name), ZSTR_LEN(name), ce->type & ZEND_INTERNAL_C… in php_var_serialize_class()
785 "*", 1, ZSTR_VAL(name), ZSTR_LEN(name), ce->type & ZEND_INTERNAL_CLASS); in php_var_serialize_class()
H A Dbasic_functions.c968 ZEND_ARG_INFO(0, type)
974 ZEND_ARG_INFO(0, type)
1931 ZEND_ARG_INFO(0, type)
2511 ZEND_ARG_INFO(0, type)
3509 BG(url_adapt_session_ex).type = 1; in basic_globals_ctor()
3510 BG(url_adapt_output_ex).type = 0; in basic_globals_ctor()
5273 file_handle.type = ZEND_HANDLE_FILENAME;
6042 fh.type = ZEND_HANDLE_FILENAME;
H A Dbrowscap.c411 fh.type = ZEND_HANDLE_FP; in browscap_read_file()
H A Dstring.c5534 zend_long type = 0; local
5539 Z_PARAM_LONG(type)
5543 switch(type) {
5558 php_error_docref(NULL, E_WARNING, "Invalid format value " ZEND_LONG_FMT, type);
5584 switch (type)
5600 if (!type) {
/PHP-7.2/ext/pgsql/
H A DREADME51 - User defiend type support
/PHP-7.2/ext/standard/tests/array/
H A Darray_diff_ukey_variation2.phpt17 //Initialize key_comp_func of type callback
H A D009.phpt97 // invalid args type, valid argument: array
/PHP-7.2/ext/standard/tests/file/
H A Dbasename.phpt146 // passing invalid type arguments
H A Dfscanf_variation18.phpt23 // array of string type values
H A Dfscanf_variation9.phpt29 // array of float type values
/PHP-7.2/ext/readline/
H A Dreadline_cli.c601 prepend_file.type = ZEND_HANDLE_FILENAME; in readline_shell_run()
/PHP-7.2/Zend/
H A Dzend_language_scanner.c510 if (CG(start_lineno) == 2 && file_handle->type == ZEND_HANDLE_FP && file_handle->handle.fp) { in open_file_for_scanning()
579 static zend_op_array *zend_compile(int type) in END_EXTERN_C()
595 init_op_array(op_array, type, INITIAL_OP_ARRAY_SIZE); in END_EXTERN_C()
606 zend_emit_final_return(type == ZEND_USER_FUNCTION); in END_EXTERN_C()
624 ZEND_API zend_op_array *compile_file(zend_file_handle *file_handle, int type) in compile_file() argument
631 if (type==ZEND_REQUIRE) { in compile_file()
646 zend_op_array *compile_filename(int type, zval *filename) in compile_filename() argument
661 file_handle.type = ZEND_HANDLE_FILENAME; in compile_filename()
665 retval = zend_compile_file(&file_handle, type); in compile_filename()
786 file_handle.type = ZEND_HANDLE_FILENAME; in BEGIN_EXTERN_C()
/PHP-7.2/win32/build/
H A Dconfutils.js236 function ConfigureArg(type, optname, helptext, defval) argument
238 var opptype = type == "enable" ? "disable" : "without";
242 this.imparg = "--" + type + "-" + optname;
244 this.arg = "--" + type + "-" + optname;
/PHP-7.2/ext/fileinfo/libmagic/
H A Dcdf.c843 cdf_find_stream(const cdf_dir_t *dir, const char *name, int type) in cdf_find_stream() argument
848 if (dir->dir_tab[i - 1].d_type == type && in cdf_find_stream()
855 DPRINTF(("Cannot find type %d `%s'\n", type, name)); in cdf_find_stream()
/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_printint.c242 if (ptype == PRIV(utt)[i].type && pvalue == PRIV(utt)[i].value) break; in get_ucpname()
/PHP-7.2/main/
H A Doutput.c670 PHPAPI int php_output_handler_hook(php_output_handler_hook_t type, void *arg) in php_output_handler_hook() argument
673 switch (type) { in php_output_handler_hook()
/PHP-7.2/ext/mysqli/
H A Dmysqli_nonapi.c169 if (le->type == php_le_pmysqli()) {
229 le.type = php_le_pmysqli();
/PHP-7.2/
H A DREADME.STREAMS184 appropriate error message of type E_WARNING if the cast fails.
219 stream_is tells you if the stream is a particular type of stream, whereas
H A DREADME.TESTING19 type "make test" to execute all or some test scripts saved under
/PHP-7.2/sapi/apache2handler/
H A Dsapi_apache2.c695 zfd.type = ZEND_HANDLE_FILENAME; in php_handler()
/PHP-7.2/ext/intl/timezone/
H A Dtimezone_methods.cpp94 tz = timezone_convert_datetimezone(tzobj->type, tzobj, FALSE, NULL, in PHP_FUNCTION()
/PHP-7.2/sapi/litespeed/
H A DREADME.md90 add an external application of type "LSAPI app", "Command" should be
/PHP-7.2/ext/xml/
H A Dcompat.c354 _external_entity_ref_handler(void *user, const xmlChar *names, int type, const xmlChar *sys_id, con… in _external_entity_ref_handler() argument
/PHP-7.2/ext/date/tests/
H A Drfc-datetime_and_daylight_saving_time-type1.phpt2 RFC: DateTime and Daylight Saving Time Transitions (zone type 1)
/PHP-7.2/ext/phar/
H A Dphar_object.c46 return mime->type; in phar_file_type()
224 file_handle.type = ZEND_HANDLE_FILENAME; in phar_file_action()
1511 switch (intern->type) { in phar_build()
1976 zend_long type; in PHP_METHOD() local
1979 if (zend_parse_parameters(ZEND_NUM_ARGS(), "l", &type) == FAILURE) { in PHP_METHOD()
1983 switch (type) { in PHP_METHOD()

Completed in 130 milliseconds

1...<<8182838485868788