Home
last modified time | relevance | path

Searched refs:type (Results 1876 – 1900 of 2182) sorted by relevance

1...<<71727374757677787980>>...88

/PHP-7.2/ext/standard/tests/streams/
H A Dstream_socket_enable_crypto.phpt41 Warning: stream_socket_enable_crypto(): When enabling encryption you must specify the crypto type i…
/PHP-7.2/ext/standard/tests/strings/
H A Dstr_pad_variation1.phpt11 * and expected type for '$pad_length'
H A Dstrtr_variation5.phpt12 * and expected type for 'from' & 'to' arguments
H A Dutf8_encode_variation1.phpt2 Test utf8_encode() function : usage variations - <type here specifics of this variation>
H A Dvfprintf_variation16.phpt29 // Arrays of signed and other type of values for the format defined in $format.
H A Dvfprintf_variation16_64bit.phpt29 // Arrays of signed and other type of values for the format defined in $format.
H A Dnl2br_variation5.phpt12 * expected type for 'str' argument
/PHP-7.2/ext/imap/
H A Dphp_imap.c3364 if (body->type <= TYPEMAX) { in PHP_FUNCTION()
3398 if (body->disposition.type) { in PHP_FUNCTION()
3632 bod->type = (short) Z_LVAL_P(pvalue); in PHP_FUNCTION()
3716 short type = -1; in PHP_FUNCTION() local
3719 type = (short) Z_LVAL_P(pvalue); in PHP_FUNCTION()
3733 if (type != TYPEMULTIPART) { in PHP_FUNCTION()
3734 bod->type = type; in PHP_FUNCTION()
3871 if (bod && bod->type == TYPEMULTIPART) { in PHP_FUNCTION()
4591 if (body->type <= TYPEMAX) { in _php_imap_add_body()
4629 if (body->disposition.type) { in _php_imap_add_body()
[all …]
/PHP-7.2/ext/mysqli/tests/
H A Dmysqli_fetch_field_direct_oo.phpt82 ["type"]=>
/PHP-7.2/ext/standard/tests/array/
H A Darray_values_variation2.phpt212 resource(%d) of type (stream)
H A Dnatcasesort_variation2.phpt224 resource(%d) of type (stream)
H A Duasort_variation4.phpt11 * sorting different types of numeric arrays containing data of following type:
/PHP-7.2/ext/standard/tests/class_object/
H A Dis_a_variation_001.phpt2 Test is_a() function : usage variations - wrong type for arg 1
/PHP-7.2/ext/ldap/tests/
H A Dldap_modify_batch_error.phpt102 Warning: ldap_modify_batch(): Batch Modify: Undefined attribute type in %s on line %d
H A Dldap_search_overrides.phpt46 resource(%d) of type (ldap result)
/PHP-7.2/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.2/ext/openssl/tests/
H A Dstream_server_reneg_limit.phpt104 resource(%d) of type (stream)
/PHP-7.2/ext/standard/tests/file/
H A Dfflush_error.phpt39 /* loop to test fflush() with different invalid type of args */
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 --
/PHP-7.2/
H A DREADME.UNIX-BUILD-SYSTEM101 Instead of using PHP_SAPI=foo/PHP_BUILD_XYZ, you will need to type
103 PHP_SELECT_SAPI(name, type, sources.c)
/PHP-7.2/ext/fileinfo/libmagic/
H A Dfile.h180 uint8_t type; /* comparison type (FILE_*) */ member
469 protected void file_delmagic(struct magic *, int type, size_t entries);
/PHP-7.2/ext/dba/
H A Ddba.c623 if (le->type == le_db || le->type == le_pdb) { in php_dba_find()
692 if (le->type != le_pdb) { in php_dba_open()
1318 if (le->type == le_db || le->type == le_pdb) { in PHP_FUNCTION()
/PHP-7.2/ext/gd/
H A Dgd.c411 ZEND_ARG_INFO(0, type)
842 ZEND_ARG_INFO(0, type)
1073 switch (type) { in php_gd_error_method()
1079 type = E_NOTICE; in php_gd_error_method()
1082 type = E_WARNING; in php_gd_error_method()
1085 type = E_ERROR; in php_gd_error_method()
2586 zend_long quality = 0, type = 0; in _php_image_output() local
2611 t = type; in _php_image_output()
4973 zend_long type; in PHP_FUNCTION() local
4982 switch((gdAffineStandardMatrix)type) { in PHP_FUNCTION()
[all …]
/PHP-7.2/ext/pgsql/
H A Dpgsql.c1010 if (rsrc->type != le_plink) in _rollback_transactions()
1381 new_le.type = le_plink;
1389 if (le->type != le_plink) {
1440 if (index_ptr->type != le_index_ptr) {
1445 ZEND_ASSERT(link->ptr && (link->type == le_link || link->type == le_plink));
1491 new_index_ptr.type = le_index_ptr;
2417 new_oid_entry.type = le_string;
2511 new_field_table.type = le_string;
5851 zval meta, *def, *type, *not_null, *has_default, *is_enum, *val, new_val; local
5884 if (!err && (type = zend_hash_str_find(Z_ARRVAL_P(def), "type", sizeof("type") - 1)) == NULL) {
[all …]
/PHP-7.2/ext/pdo_mysql/tests/
H A Dpdo_mysql_get_attribute.phpt37 …printf("[%03d] Call to PDO::setAttribute(int attribute, mixed value) has changed the type of value…

Completed in 119 milliseconds

1...<<71727374757677787980>>...88