Home
last modified time | relevance | path

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

1...<<818283848586878889

/PHP-7.4/ext/standard/tests/strings/
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…
H A Dstrrchr_variation10.phpt11 * and expected type for haystack
/PHP-7.4/ext/oci8/tests/
H A Drefcur_prefetch_1.phpt29 type refcursortype is ref cursor;
/PHP-7.4/ext/standard/tests/general_functions/
H A Ddebug_zval_dump_o.phpt23 /* checking on objects type */
/PHP-7.4/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));
H A Dpdo_mysql___construct_options.phpt71 if (NULL !== ($db = @new PDO($dsn, $user, $pass, 'wrong type')))
/PHP-7.4/ext/fileinfo/libmagic/
H A Dfile.h195 uint8_t type; /* comparison type (FILE_*) */ member
/PHP-7.4/ext/exif/
H A Dexif.c1950 int type; member
2036 static void exif_error_docref(const char *docref EXIFERR_DC, image_info_type *ImageInfo, int type, … in exif_error_docref() argument
2043 php_error_docref(docref, type, in exif_error_docref()
2056 php_verror(docref, ImageInfo && ImageInfo->FileName ? ImageInfo->FileName:"", type, buf, args); in exif_error_docref()
2060 php_verror(docref, ImageInfo && ImageInfo->FileName ? ImageInfo->FileName:"", type, format, args); in exif_error_docref()
2080 static int exif_file_sections_add(image_info_type *ImageInfo, int type, size_t size, uchar *data) in exif_file_sections_add() argument
2087 ImageInfo->file.list[count].type = 0xFFFF; in exif_file_sections_add()
2096 ImageInfo->file.list[count].type = type; in exif_file_sections_add()
/PHP-7.4/ext/date/lib/
H A Dparse_date.re144 int type;
551 *behavior = tp->type;
667 s->time->relative.special.type = relunit->multiplier;
703 if (fmp->gmtoffset == gmtoffset && fmp->type == isdst) {
726 *dst = tp->type;
727 value -= tp->type * 3600;
1179 s->time->relative.special.type = TIMELIB_SPECIAL_DAY_OF_WEEK_IN_MONTH;
1182 s->time->relative.special.type = TIMELIB_SPECIAL_LAST_DAY_OF_WEEK_IN_MONTH;
1645 …if (s->time->relative.have_special_relative && s->time->relative.special.type == TIMELIB_SPECIAL_W…
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_connection.c874 enum_mysqlnd_send_query_type type, zval *read_cb, zval *err_cb)
882 if (type == MYSQLND_SEND_QUERY_IMPLICIT || PASS == conn->m->local_tx_start(conn, this_func))
888 if (type == MYSQLND_SEND_QUERY_EXPLICIT) {
900 …METHOD(mysqlnd_conn_data, reap_query)(MYSQLND_CONN_DATA * conn, enum_mysqlnd_reap_result_type type)
908 if (type == MYSQLND_REAP_RESULT_IMPLICIT || PASS == conn->m->local_tx_start(conn, this_func))
912 if (type == MYSQLND_REAP_RESULT_EXPLICIT) {
/PHP-7.4/ext/standard/
H A Dstreamsfuncs.c56 zend_long domain, type, protocol; in PHP_FUNCTION() local
62 Z_PARAM_LONG(type) in PHP_FUNCTION()
66 if (0 != socketpair((int)domain, (int)type, (int)protocol, pair)) { in PHP_FUNCTION()
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_main.c421 static void fpm_fcgi_log(int type, const char *fmt, ...) /* {{{ */ in fpm_fcgi_log() argument
423 void fcgi_log(int type, const char *fmt, ...) in fpm_fcgi_log()
428 vzlog("", 0, type, fmt, args); in fpm_fcgi_log()
/PHP-7.4/ext/standard/tests/file/
H A D007_error.phpt61 /* loop to test fclose with different invalid type of args */
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
H A Dfscanf_variation15.phpt23 // array of float type values
/PHP-7.4/ext/mbstring/tests/
H A Dmb_ereg_replace_variation1.phpt2 Test mb_ereg_replace() function : usage variations - <type here specifics of this variation>
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_inference.h200 return ssa->var_info[ssa_var_num].type; in get_ssa_var_info()
H A Dcompact_literals.c72 return ZEND_TYPE_IS_CLASS(arg_info->type); in class_name_type_hint()
76 return ZEND_TYPE_IS_CLASS(arg_info->type); in class_name_type_hint()
/PHP-7.4/sapi/fpm/
H A Dphp-fpm.conf.in26 ; syslog_facility is used to specify what type of program is logging the
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_result_metadata_sqltests.phpt206 $field0->type = MYSQLI_TYPE_LONG;
/PHP-7.4/ext/phar/
H A Dphar.c3263 zend_op_array *(*phar_orig_compile_file)(zend_file_handle *file_handle, int type);
3271 static zend_op_array *phar_compile_file(zend_file_handle *file_handle, int type) /* {{{ */ in phar_compile_file() argument
3279 return phar_orig_compile_file(file_handle, type); in phar_compile_file()
3300 switch (file_handle->type) { in phar_compile_file()
3315 file_handle->type = ZEND_HANDLE_STREAM; in phar_compile_file()
3332 res = phar_orig_compile_file(file_handle, type); in phar_compile_file()
3376 mime.type = ret; \ in PHP_GINIT_FUNCTION()
/PHP-7.4/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-7.4/ext/spl/
H A Dspl_fixedarray.c347 static zval *spl_fixedarray_object_read_dimension(zval *object, zval *offset, int type, zval *rv) /… in spl_fixedarray_object_read_dimension() argument
353 if (type == BP_VAR_IS && !spl_fixedarray_object_has_dimension(object, offset, 0)) { in spl_fixedarray_object_read_dimension()

Completed in 86 milliseconds

1...<<818283848586878889