Home
last modified time | relevance | path

Searched refs:type (Results 1976 – 2000 of 2207) sorted by relevance

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

/PHP-7.4/ext/pdo_dblib/
H A Ddblib_stmt.c40 static char *pdo_dblib_get_field_name(int type) in pdo_dblib_get_field_name() argument
50 switch (type) { in pdo_dblib_get_field_name()
/PHP-7.4/docs/
H A Dunix-build-system.md99 Instead of using `PHP_SAPI=foo/PHP_BUILD_XYZ`, you will need to type
102 PHP_SELECT_SAPI(name, type, sources.c)
/PHP-7.4/ext/com_dotnet/
H A Dcom_extension.c98 ZEND_ARG_INFO(0, type)
103 ZEND_ARG_INFO(0, type)
/PHP-7.4/ext/standard/
H A Dpassword.c377 …ing *php_password_argon2_hash(const zend_string *password, zend_array *options, argon2_type type) { in php_password_argon2_hash() argument
424 type in php_password_argon2_hash()
440 type, in php_password_argon2_hash()
/PHP-7.4/ext/standard/tests/file/
H A Dfread_basic.phpt40 echo "\n-- Testing fread) with file having data of type ". $file_content_type ." --\n";
105 -- Testing fread) with file having data of type numeric --
239 -- Testing fread) with file having data of type text --
373 -- Testing fread) with file having data of type text_with_new_line --
507 -- Testing fread) with file having data of type alphanumeric --
H A D001-win32-mb.phpt2 File type functions
/PHP-7.4/ext/dba/
H A Ddba.c623 if (le->type == le_db || le->type == le_pdb) { in php_dba_find()
698 if (le->type != le_pdb) { in php_dba_open()
1321 if (le->type == le_db || le->type == le_pdb) { in PHP_FUNCTION()
/PHP-7.4/ext/gd/
H A Dgd.c424 ZEND_ARG_INFO(0, type)
853 ZEND_ARG_INFO(0, type)
1081 switch (type) { in php_gd_error_method()
1087 type = E_NOTICE; in php_gd_error_method()
1090 type = E_WARNING; in php_gd_error_method()
1093 type = E_ERROR; in php_gd_error_method()
2674 zend_long quality = 0, type = 0; in _php_image_output() local
2698 t = type; in _php_image_output()
5019 zend_long type; in PHP_FUNCTION() local
5028 switch((gdAffineStandardMatrix)type) { in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/intl/
H A Dconfig.w328 // always build as shared - zend_strtod.c/ICU type conflict
/PHP-7.4/ext/standard/tests/class_object/
H A Dget_parent_class_variation_002.phpt2 Test get_parent_class() function : usage variations - unexpected argument type.
H A Dis_subclass_of_variation_001.phpt2 Test is_subclass_of() function : usage variations - unexpected type for arg 1
H A Dmethod_exists_variation_001.phpt2 Test method_exists() function : usage variations - unexpected type for arg 1
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug47273.phpt47 …xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><ns1:test1Response><return xsi:type="xsd:string">Test #…
/PHP-7.4/ext/standard/tests/strings/
H A Dsprintf_variation4.phpt18 // array of float type values
H A Dsprintf_variation4_64bit.phpt14 // array of float type values
/PHP-7.4/ext/oci8/tests/
H A Dbind_boolean_1.phpt39 $b = "abc"; // bind var type will change
H A Dbug42841.phpt27 type cursortype is ref Cursor;
H A Ddrcp_privileged.phpt26 die('skip could not identify container type');
/PHP-7.4/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.h300 …html_numeric_entity(mbfl_string *string, mbfl_string *result, int *convmap, int mapsize, int type);
/PHP-7.4/ext/standard/tests/general_functions/
H A Dis_callable_variation2.phpt34 /* opening file resource type */
/PHP-7.4/ext/openssl/tests/
H A Dstream_server_reneg_limit.phpt106 resource(%d) of type (stream)
/PHP-7.4/ext/standard/tests/image/
H A Dgetimagesize_variation2.phpt2 Test getimagesize() function : usage variations - unexpected type for arg 2
/PHP-7.4/Zend/tests/
H A Dcompound_assign_failure.phpt23 set_error_handler(function($type, $msg) { throw new Exception($msg); });
/PHP-7.4/ext/pgsql/
H A Dpgsql.c1000 if (rsrc->type != le_plink) in _rollback_transactions()
1397 if (le->type != le_plink) {
1449 if (index_ptr->type != le_index_ptr) {
1454 ZEND_ASSERT(link->ptr && (link->type == le_link || link->type == le_plink));
1500 new_index_ptr.type = le_index_ptr;
2416 new_oid_entry.type = le_string;
2510 new_field_table.type = le_string;
5852 zval meta, *def, *type, *not_null, *has_default, *is_enum, *val, new_val; local
5885 if (!err && (type = zend_hash_str_find(Z_ARRVAL_P(def), "type", sizeof("type") - 1)) == NULL) {
5914 data_type = php_pgsql_get_data_type(Z_STRVAL_P(type), Z_STRLEN_P(type));
[all …]
/PHP-7.4/Zend/
H A Dzend_types.h201 zend_uchar type, /* active type */
381 int type; member
441 return pz->u1.v.type; in zval_get_type()
725 #define Z_RES_TYPE(zval) Z_RES(zval)->type
869 _res->type = (t); \
884 _res->type = (t); \

Completed in 71 milliseconds

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