Home
last modified time | relevance | path

Searched refs:type (Results 3076 – 3100 of 3157) sorted by relevance

1...<<121122123124125126127

/php-src/ext/dom/lexbor/patches/
H A D0001-Expose-line-and-column-information-for-use-in-PHP.patch23 lxb_dom_node_type_t type;
/php-src/Zend/
H A Dzend_builtin_functions_arginfo.h172 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, type, IS_STRING, 1, "null")
H A Dzend_fibers.c731 && ZEND_USER_CODE(EG(current_execute_data)->func->common.type)) { in zend_fiber_object_destroy()
772 … zend_unfinished_execution_gc_ex(ex, ex->func && ZEND_USER_CODE(ex->func->type) ? ex->call : NULL,… in zend_fiber_object_gc()
/php-src/ext/intl/collator/
H A Dcollator_arginfo.h45 ZEND_ARG_TYPE_INFO(0, type, IS_LONG, 0)
/php-src/Zend/Optimizer/
H A Dzend_inference.h168 return ssa->var_info[ssa_var_num].type; in get_ssa_var_info()
H A Dzend_dump.c362 ssa->var_info[ssa_var_num].type, in zend_dump_ssa_var_info()
908 zend_dump_type_constraint(op_array, ssa, &p->constraint.type, dump_flags); in zend_dump_block_header()
1011 …zend_dump_type_info(func_info->return_info.type, func_info->return_info.ce, func_info->return_info… in zend_dump_op_array()
/php-src/ext/random/
H A Drandomizer.c31 if (engine_object->ce->type == ZEND_INTERNAL_CLASS) { in randomizer_common_init()
/php-src/ext/sqlite3/
H A Dsqlite3_arginfo.h120 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, type, IS_LONG, 0, "SQLITE3_TEXT")
126 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, type, IS_LONG, 0, "SQLITE3_TEXT")
/php-src/sapi/fpm/fpm/
H A Dfpm_main.c418 static void fpm_fcgi_log(int type, const char *fmt, ...) /* {{{ */ in fpm_fcgi_log() argument
420 void fcgi_log(int type, const char *fmt, ...) in fpm_fcgi_log()
425 vzlog("", 0, type, fmt, args); in fpm_fcgi_log()
/php-src/ext/standard/
H A Dstreamsfuncs.c52 zend_long domain, type, protocol; in PHP_FUNCTION() local
58 Z_PARAM_LONG(type) in PHP_FUNCTION()
62 if (0 != socketpair((int)domain, (int)type, (int)protocol, pair)) { in PHP_FUNCTION()
/php-src/ext/date/lib/
H A Dparse_date.re146 int type;
614 *behavior = tp->type;
763 s->time->relative.special.type = relunit->multiplier;
799 if (fmp->gmtoffset == gmtoffset && fmp->type == isdst) {
828 *dst = tp->type;
829 value -= tp->type * 3600;
1324 s->time->relative.special.type = TIMELIB_SPECIAL_DAY_OF_WEEK_IN_MONTH;
1327 s->time->relative.special.type = TIMELIB_SPECIAL_LAST_DAY_OF_WEEK_IN_MONTH;
1808 …if (s->time->relative.have_special_relative && s->time->relative.special.type == TIMELIB_SPECIAL_W…
/php-src/ext/phar/
H A Dphar.c3278 zend_op_array *(*phar_orig_compile_file)(zend_file_handle *file_handle, int type);
3289 static zend_op_array *phar_compile_file(zend_file_handle *file_handle, int type) /* {{{ */ in phar_compile_file() argument
3297 return phar_orig_compile_file(file_handle, type); in phar_compile_file()
3315 switch (file_handle->type) { in phar_compile_file()
3329 file_handle->type = ZEND_HANDLE_STREAM; in phar_compile_file()
3346 res = phar_orig_compile_file(file_handle, type); in phar_compile_file()
3387 mime.type = ret; \ in PHP_GINIT_FUNCTION()
/php-src/sapi/fpm/
H A Dphp-fpm.conf.in26 ; syslog_facility is used to specify what type of program is logging the
/php-src/ext/standard/tests/file/
H A Dfscanf_variation18.phpt18 // array of string type values
H A Dfscanf_variation9.phpt24 // array of float type values
/php-src/ext/standard/tests/strings/
H A Dexplode1.phpt80 /* Checking OBJECTS type */
/php-src/ext/dom/lexbor/lexbor/dom/interfaces/
H A Dattr.c38 node->type = LXB_DOM_NODE_TYPE_ATTRIBUTE; in lxb_dom_attr_interface_create()
/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_result_metadata_sqltests.phpt202 $field0->type = MYSQLI_TYPE_LONG;
H A Dmysqli_stmt_attr_set.phpt111 // Invalid cursor type
/php-src/ext/spl/
H A Dspl_fixedarray.c380 static zval *spl_fixedarray_object_read_dimension(zend_object *object, zval *offset, int type, zval… in spl_fixedarray_object_read_dimension() argument
382 if (type == BP_VAR_IS && !spl_fixedarray_object_has_dimension(object, offset, 0)) { in spl_fixedarray_object_read_dimension()
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct_options.phpt70 if (NULL !== ($db = @new PDO($dsn, $user, $pass, 'wrong type')))
/php-src/ext/fileinfo/libmagic/
H A Dfile.h221 uint8_t type; /* comparison type (FILE_*) */ member
/php-src/ext/reflection/tests/
H A Dparameters_002.phpt76 …y marking parameter $opt as nullable is deprecated, the explicit nullable type must be used instea…
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_ppc.lua25 local type, tonumber, pairs, ipairs = type, tonumber, pairs, ipairs
1420 if type(v) == "string" and sub(v, -1) == "." then
/php-src/Zend/tests/
H A D019.phpt1178 resource(%d) of type (stream)
1182 resource(%d) of type (stream)
1191 resource(%d) of type (stream)
1195 resource(%d) of type (stream)

Completed in 111 milliseconds

1...<<121122123124125126127