Home
last modified time | relevance | path

Searched refs:type (Results 1901 – 1925 of 2207) sorted by relevance

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

/PHP-7.4/ext/fileinfo/
H A Dmagicdata.patch81 # skip more garbage like *.iso by looking for positive image type
84 # skip some compiled terminfo like xterm+tmux by looking for image type less equal 33
/PHP-7.4/ext/standard/tests/file/
H A Dfseek_ftell_rewind_variation5.phpt34 echo "-- File having data of type ". $file_content_type ." --\n";
64 -- File having data of type text_with_new_line --
269 -- File having data of type alphanumeric --
H A Dfseek_ftell_rewind_basic2-win32-mb.phpt37 echo "\n-- File having data of type ". $file_content_type ." --\n";
70 } //end of File content type loop
76 -- File having data of type text_with_new_line --
270 -- File having data of type alphanumeric --
H A Dfseek_ftell_rewind_basic2-win32.phpt37 echo "\n-- File having data of type ". $file_content_type ." --\n";
70 } //end of File content type loop
76 -- File having data of type text_with_new_line --
270 -- File having data of type alphanumeric --
H A Dfseek_ftell_rewind_basic2.phpt37 echo "\n-- File having data of type ". $file_content_type ." --\n";
70 } //end of File content type loop
76 -- File having data of type text_with_new_line --
270 -- File having data of type alphanumeric --
/PHP-7.4/ext/fileinfo/libmagic/
H A Dencoding.c71 size_t *ulen, const char **code, const char **code_mime, const char **type) in file_encoding() argument
86 *type = "text"; in file_encoding()
162 *type = "binary"; in file_encoding()
/PHP-7.4/ext/sockets/
H A Dmulticast.c465 if (sock->type == AF_INET) { in _php_mcast_join_leave()
486 else if (sock->type == AF_INET6) { in _php_mcast_join_leave()
532 if (sock->type == AF_INET) { in _php_mcast_source_op()
555 else if (sock->type == AF_INET6) { in _php_mcast_source_op()
/PHP-7.4/ext/standard/
H A Dimage.c1023 char *type; in php_get_xbm() local
1036 if (!(type = strrchr(iname, '_'))) { in php_get_xbm()
1037 type = iname; in php_get_xbm()
1039 type++; in php_get_xbm()
1042 if (!strcmp("width", type)) { in php_get_xbm()
1049 if (!strcmp("height", type)) { in php_get_xbm()
H A Dconfig.w3233 string.c scanf.c syslog.c type.c uniqid.c url.c var.c \
/PHP-7.4/ext/soap/tests/
H A Dserver024.phpt48 …/ns1:Test2></SOAP-ENV:Header><SOAP-ENV:Body><ns1:testResponse><return xsi:type="xsd:string">Hello …
H A Dcustom_content_type.phpt51 * In case of an empty content-type, let's fallback to the default content.
H A Dserver029.phpt54 ….xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><ns1:testResponse><return xsi:type="xsd:string">Hello …
/PHP-7.4/ext/soap/
H A Dphp_soap.h99 int type; member
/PHP-7.4/ext/oci8/tests/
H A Derror_bind.phpt63 resource(%d) of type (oci8 connection)
H A Dlob_001.phpt74 resource(%d) of type (oci8 descriptor)
/PHP-7.4/ext/pcre/tests/
H A Dpreg_split_error1.phpt11 * Testing how preg_split reacts to being passed the wrong type of regex argument
H A Dpreg_match_error1.phpt11 * Testing how preg_match reacts to being passed the wrong type of regex argument
/PHP-7.4/ext/date/tests/
H A Drfc-datetime_and_daylight_saving_time-type3-fd.phpt2 RFC: DateTime and Daylight Saving Time Transitions (zone type 3, fd)
H A Drfc-datetime_and_daylight_saving_time-type3-fs.phpt2 RFC: DateTime and Daylight Saving Time Transitions (zone type 3, fs)
/PHP-7.4/ext/ldap/tests/
H A Dldap_search_basic.phpt33 resource(%d) of type (ldap result)
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_field_tell.phpt90 ["type"]=>
/PHP-7.4/Zend/
H A Dzend_vm_def.h1810 if (type == BP_VAR_W) {
1812 } else if (type == BP_VAR_IS) {
1816 if (type == BP_VAR_RW) {
1829 if (type == BP_VAR_W) {
1831 } else if (type == BP_VAR_IS) {
1835 if (type == BP_VAR_RW) {
1853 if (type == BP_VAR_R || type == BP_VAR_IS) {
1907 if (type == BP_VAR_R || type == BP_VAR_IS) { in ZEND_VM_HELPER()
8771 zend_string *type; variable
8775 type = zend_zval_get_type(op1);
[all …]
/PHP-7.4/ext/phar/phar/
H A Dpharcommand.inc203 * Argument type loader
269 * Argument type new phar
287 * Argument type existing Phar file
314 * Argument type Phar url-like
335 * Cli argument type phar
351 * Argument type Entry name
364 * Argument type compression algorithm
847 'type' => 'dir',
981 'type' => 'any',
1469 $infos['Hash-type'] = 'NONE';
[all …]
/PHP-7.4/ext/pdo/
H A Dpdo_stmt.c70 ZEND_ARG_INFO(0, type) in ZEND_END_ARG_INFO()
76 ZEND_ARG_INFO(0, type) in ZEND_END_ARG_INFO()
84 ZEND_ARG_INFO(0, type) in ZEND_END_ARG_INFO()
537 int type, new_type; in fetch_value() local
547 type = PDO_PARAM_TYPE(col->param_type); in fetch_value()
548 new_type = type_override ? (int)PDO_PARAM_TYPE(*type_override) : type; in fetch_value()
555 switch (type) { in fetch_value()
564 type = new_type; in fetch_value()
634 if (type != new_type) { in fetch_value()
2480 return zend_std_read_property(&zobj, member, type, cache_slot, rv); in row_prop_read()
[all …]
/PHP-7.4/ext/standard/tests/array/
H A Dcurrent_variation2.phpt154 resource(%d) of type (stream)

Completed in 60 milliseconds

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