Home
last modified time | relevance | path

Searched refs:type (Results 1826 – 1850 of 2207) sorted by relevance

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

/PHP-7.4/ext/gmp/tests/
H A Dgmp_sqrtrem.phpt83 Warning: gmp_sqrtrem(): Unable to convert variable to GMP - wrong type in %s on line %d
/PHP-7.4/ext/standard/tests/strings/
H A Dsprintf_variation36.phpt12 // resource type variable
/PHP-7.4/ext/mysqli/
H A Dmysqli_priv.h74 extern void php_free_stmt_bind_buffer(BIND_BUFFER bbuf, int type);
/PHP-7.4/ext/pgsql/tests/
H A D09notice.phpt48 resource(%d) of type (pgsql result)
/PHP-7.4/ext/soap/tests/
H A Dserver006.phpt41 ….xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><ns1:testResponse><return xsi:type="xsd:string">Hello …
H A Dserver019.phpt35 ….xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><ns1:testResponse><return xsi:type="xsd:string">Hello …
H A Dserver020.phpt36 ….xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><ns1:testResponse><return xsi:type="xsd:string">Hello …
H A Dbug79536.phpt18 <dotest2 xsi:type=\"xsd:string\">???</dotest2>
/PHP-7.4/ext/pdo_pgsql/tests/
H A Dbug48764.phpt58 // Indetermined data type when using native prepared statements
/PHP-7.4/ext/mbstring/tests/
H A Dmb_internal_encoding.phpt32 // Note: Other than string type, PHP raises Warning
/PHP-7.4/ext/date/tests/
H A Dbug55253.phpt2 Bug #55253 (DateTime::add() and sub() result -1 hour on objects with time zone type 2)
/PHP-7.4/ext/oci8/tests/
H A Dlob_002.phpt61 resource(%d) of type (oci8 descriptor)
/PHP-7.4/Zend/tests/
H A Dbug31098.phpt2 Bug #31098 (isset() / empty() incorrectly returns true in dereference of a wrong type)
/PHP-7.4/ext/ldap/tests/
H A Dldap_list_basic.phpt32 resource(%d) of type (ldap result)
/PHP-7.4/sapi/cli/tests/
H A Dphp_cli_server_014.phpt61 Content-type: %s
/PHP-7.4/ext/openssl/tests/
H A Dsan_peer_matching.phpt56 resource(%d) of type (stream)
/PHP-7.4/ext/date/lib/
H A Dtimelib.h170 ttinfo *type; member
191 unsigned int type; member
300 int type; member
/PHP-7.4/ext/gd/libgd/
H A Dgd_bmp.c596 info->type = BMP_PALETTE_4; in bmp_read_windows_v3_info()
621 info->type = BMP_PALETTE_3; in bmp_read_os2_v1_info()
661 info->type = BMP_PALETTE_4; in bmp_read_os2_v2_info()
802 if (bmp_read_palette(im, infile, info->numcolors, (info->type == BMP_PALETTE_4))) { in bmp_read_1bit()
872 if (bmp_read_palette(im, infile, info->numcolors, (info->type == BMP_PALETTE_4))) { in bmp_read_4bit()
959 if (bmp_read_palette(im, infile, info->numcolors, (info->type == BMP_PALETTE_4))) { in bmp_read_8bit()
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeTILEGX_64.c2091 switch (type & 0xff) { in sljit_emit_op_flags()
2121 type ^= 0x1; /* Flip type bit for the XORI below. */ in sljit_emit_op_flags()
2130 if (type & 0x1) { in sljit_emit_op_flags()
2340 if (type >= SLJIT_CALL0) { in sljit_emit_ijump()
2360 if (type >= SLJIT_CALL1) in sljit_emit_ijump()
2379 if (type >= SLJIT_FAST_CALL) { in sljit_emit_ijump()
2420 CHECK_PTR(check_sljit_emit_jump(compiler, type)); in sljit_emit_jump()
2424 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP); in sljit_emit_jump()
2425 type &= 0xff; in sljit_emit_jump()
2427 switch (type) { in sljit_emit_jump()
[all …]
/PHP-7.4/ext/spl/
H A Dspl_directory.c79 switch(intern->type) { in spl_filesystem_object_destroy_object()
123 switch(intern->type) { in spl_filesystem_object_free_storage()
207 switch (intern->type) { in spl_filesystem_object_get_file_name()
259 intern->type = SPL_FS_DIR; in spl_filesystem_dir_open()
289 intern->type = SPL_FS_FILE; in spl_filesystem_file_open()
364 switch (source->type) { in spl_filesystem_object_clone()
487 switch (source->type) { in spl_filesystem_object_create_type()
499 switch (type) { in spl_filesystem_object_create_type()
585 switch (intern->type) { in spl_filesystem_object_get_pathname()
1864 if (type == IS_STRING) { in spl_filesystem_object_cast()
[all …]
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_getcolumnmeta.phpt75 // Some engines and/or MySQL server versions might not support the data type
121 foreach ($native_type as $k => $type) {
122 if ($meta['native_type'] == $type) {
129 printf("[%03d + 6] Expecting native type %s, %s\n", $offset,
136 printf("[%03d + 6] Expecting PDO type %s got %s (%s)\n", $offset,
H A Dpdo_mysql_types_zerofill.phpt19 // not all MySQL Server versions and/or engines might support the type
64 // typically the difference is only the type
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_debug.h31 unsigned int level, const char * type, const char *message);
33 unsigned int level, const char * type, const char *format, ...);
/PHP-7.4/ext/standard/tests/array/
H A Dcount_recursive.phpt95 echo "\n-- Testing count() on resource type --\n";
96 $resource1 = fopen( __FILE__, "r" ); // Creating file(stream type) resource
119 /* Testing Invalid type arguments */
218 -- Testing count() on resource type --
/PHP-7.4/ext/pdo_oci/tests/
H A Dpdo_oci_stmt_getcolumnmeta.phpt99 foreach ($native_type as $k => $type) {
100 if ($meta['native_type'] == $type) {
107 printf("[%03d + 5] Expecting native type %s, %s\n", $offset,
114 printf("[%03d + 6] Expecting PDO type %s got %s (%s)\n", $offset,

Completed in 88 milliseconds

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