Home
last modified time | relevance | path

Searched refs:type (Results 1851 – 1875 of 2207) sorted by relevance

1...<<71727374757677787980>>...89

/PHP-7.4/ext/phar/
H A Dphar_internal.h398 static inline void phar_set_fp_type(phar_entry_info *entry, enum phar_fp_type type, zend_off_t offs… in phar_set_fp_type() argument
403 entry->fp_type = type; in phar_set_fp_type()
408 data->fp_type = type; in phar_set_fp_type()
441 char type; member
/PHP-7.4/Zend/
H A Dzend_interfaces.c319 if (class_type->type == ZEND_INTERNAL_CLASS) { in zend_implement_aggregate()
352 if (class_type->type == ZEND_INTERNAL_CLASS) { in zend_implement_aggregate()
377 if (class_type->type == ZEND_INTERNAL_CLASS) { in zend_implement_iterator()
399 if (class_type->type == ZEND_INTERNAL_CLASS) { in zend_implement_iterator()
H A Dzend_ini.c393 …char *name, uint32_t name_length, void (*displayer)(zend_ini_entry *ini_entry, int type)) /* {{{ */ in zend_ini_register_displayer() argument
513 if (type == ZEND_INI_DISPLAY_ORIG && ini_entry->modified) { in ZEND_INI_DISP()
539 if (type == ZEND_INI_DISPLAY_ORIG && ini_entry->modified) { in ZEND_INI_DISP()
566 if (type == ZEND_INI_DISPLAY_ORIG && ini_entry->modified) { in ZEND_INI_DISP()
H A Dzend_exceptions.c176 !ZEND_USER_CODE(EG(current_execute_data)->func->common.type) || in zend_throw_exception_internal()
318 #define CHECK_EXC_TYPE(id, type) \ argument
320 if (Z_TYPE_P(pvalue) != IS_NULL && Z_TYPE_P(pvalue) != type) { \
963 static void zend_error_va(int type, const char *file, uint32_t lineno, const char *format, ...) /* … in zend_error_va() argument
968 zend_error_cb(type, file, lineno, format, args); in zend_error_va()
973 static void zend_error_helper(int type, const char *filename, const uint32_t lineno, const char *fo… in zend_error_helper() argument
978 zend_error_cb(type, filename, lineno, format, va); in zend_error_helper()
/PHP-7.4/ext/standard/tests/file/
H A Dfflush_variation3.phpt29 foreach( $file_types as $type ) {
30 echo "-- Iteration $count with file containing $type data --\n";
40 fill_file($file_handle, $type, 10);
53 var_dump( fill_file($file_handle, $type, 50) );
H A Dmove_uploaded_file_basic.phpt6 Content-type: multipart/form-data, boundary=AaB03x
H A Dfiletype_variation.phpt13 Description: Returns the type of the file. Possible values are fifo, char,
/PHP-7.4/ext/soap/tests/interop/Round2/Base/
H A Dr2_base_009p.phpt18 …V:Body><ns1:echoStringArrayResponse><outputStringArray xsi:nil="true" xsi:type="ns2:ArrayOfstring"…
/PHP-7.4/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_simple_rpcenc_001w.phpt20 …e to 'echoEmptyFault'.</faultstring><detail><ns2:part1 xsi:nil="true" xsi:type="ns1:EmptyFault"/><…
/PHP-7.4/ext/snmp/tests/
H A Dreflection.phpt79 Parameter #1 [ <required> $type ]
/PHP-7.4/ext/oci8/tests/
H A Dconnect_scope_try2.phpt81 resource(%d) of type (oci8 connection)
H A Dconnect_scope_try3.phpt81 resource(%d) of type (oci8 connection)
H A Dconnect_scope_try4.phpt81 resource(%d) of type (oci8 connection)
H A Dconnect_scope_try6.phpt81 resource(%d) of type (oci8 persistent connection)
H A Dconnect_scope_try1.phpt81 resource(%d) of type (oci8 connection)
H A Dconnect_scope_try5.phpt81 resource(%d) of type (oci8 persistent connection)
/PHP-7.4/ext/pcre/tests/
H A Dpreg_replace_callback_error1.phpt11 * Testing how preg_replace_callback reacts to being passed the wrong type of regex argument
/PHP-7.4/ext/pdo_dblib/tests/
H A Dstringify_uniqueidentifier.phpt2 PDO_DBLIB: Uniqueidentifier column data type stringifying
/PHP-7.4/ext/fileinfo/tests/
H A Dfinfo_open_error.phpt48 resource(6) of type (file_info)
/PHP-7.4/ext/date/tests/
H A Drfc-datetime_and_daylight_saving_time-type3-fa.phpt2 RFC: DateTime and Daylight Saving Time Transitions (zone type 3, fa)
/PHP-7.4/ext/ffi/tests/
H A D015.phpt2 FFI 015: Incomplete type usage
/PHP-7.4/Zend/tests/type_declarations/
H A Dscalar_constant_defaults.phpt2 Scalar type - default via constants
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_bit.phpt22 // not all MySQL Server versions and/or engines might support the type
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_attr_get.phpt48 … printf("[006] Expecting any type, but not boolean/false, got %s/%s for attribute %s/%s\n",
/PHP-7.4/ext/imap/
H A Dphp_imap.c3391 if (body->type <= TYPEMAX) { in PHP_FUNCTION()
3425 if (body->disposition.type) { in PHP_FUNCTION()
3698 if (type >= 0 && type <= TYPEMAX && body_types[type] != NULL) { in PHP_FUNCTION()
3699 bod->type = (short) type; in PHP_FUNCTION()
3802 short type = 0; in PHP_FUNCTION() local
3807 type = (short) tmp_type; in PHP_FUNCTION()
3821 bod->type = type; in PHP_FUNCTION()
3976 if (bod && bod->type == TYPEMULTIPART) { in PHP_FUNCTION()
4693 if (body->type <= TYPEMAX) { in _php_imap_add_body()
4731 if (body->disposition.type) { in _php_imap_add_body()
[all …]

Completed in 41 milliseconds

1...<<71727374757677787980>>...89