Home
last modified time | relevance | path

Searched refs:type (Results 1926 – 1950 of 2207) sorted by relevance

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

/PHP-7.4/ext/ldap/tests/
H A Dldap_mod_add_error.phpt81 Warning: ldap_mod_add(): Modify: Undefined attribute type in %s on line %d
H A Dldap_modify_error.phpt81 Warning: ldap_modify(): Modify: Undefined attribute type in %s on line %d
/PHP-7.4/ext/standard/tests/file/
H A Dfseek_ftell_rewind_variation4-win32.phpt38 echo "\n-- File having data of type ". $file_content_type ." --\n";
72 -- File having data of type text_with_new_line --
278 -- File having data of type alphanumeric --
H A Dfseek_ftell_rewind_variation4.phpt38 echo "\n-- File having data of type ". $file_content_type ." --\n";
72 -- File having data of type text_with_new_line --
278 -- File having data of type alphanumeric --
H A Dfseek_ftell_rewind_variation6-win32.phpt39 echo "\n-- File having data of type ". $file_content_type ." --\n";
72 -- File having data of type text_with_new_line --
278 -- File having data of type alphanumeric --
H A Dfseek_ftell_rewind_variation8.phpt39 echo "\n-- File having data of type ". $file_content_type ." --\n";
73 -- File having data of type text_with_new_line --
279 -- File having data of type alphanumeric --
H A Dfseek_ftell_rewind_variation1.phpt33 echo "\n-- File having data of type ". $file_content_type ." --\n";
65 -- File having data of type text_with_new_line --
247 -- File having data of type alphanumeric --
H A Dfseek_ftell_rewind_variation3.phpt36 echo "\n-- File having data of type ". $file_content_type ." --\n";
67 -- File having data of type text_with_new_line --
273 -- File having data of type alphanumeric --
H A Dfseek_ftell_rewind_variation6.phpt39 echo "\n-- File having data of type ". $file_content_type ." --\n";
72 -- File having data of type text_with_new_line --
278 -- File having data of type alphanumeric --
H A Dfseek_ftell_rewind_variation7.phpt35 echo "\n-- File having data of type ". $file_content_type ." --\n";
66 -- File having data of type text_with_new_line --
272 -- File having data of type alphanumeric --
H A Dfseek_ftell_rewind_variation8-win32.phpt39 echo "\n-- File having data of type ". $file_content_type ." --\n";
73 -- File having data of type text_with_new_line --
279 -- File having data of type alphanumeric --
H A Dfflush_variation2.phpt29 foreach( $file_types as $type ) {
30 echo "-- Iteration $count with file containing $type data --\n";
41 fill_file($file_handle, $type, 10);
53 var_dump( fill_file($file_handle, $type, 50) );
/PHP-7.4/Zend/
H A Dzend_execute.h213 if (EXPECTED(ZEND_USER_CODE(func->type))) { in zend_vm_calc_used_stack()
316 ZEND_API void zend_fetch_dimension_const(zval *result, zval *container, zval *dim, int type);
334 … const znode_op *node, const zend_execute_data *execute_data, zend_free_op *should_free, int type);
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeMIPS_32.c618 …_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_call(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_call() argument
625 CHECK_PTR(check_sljit_emit_call(compiler, type, arg_types)); in sljit_emit_call()
629 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP); in sljit_emit_call()
630 type &= 0xff; in sljit_emit_call()
648 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_icall(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_icall() argument
655 CHECK(check_sljit_emit_icall(compiler, type, arg_types, src, srcw)); in sljit_emit_icall()
/PHP-7.4/ext/sockets/tests/
H A Dmcast_ipv6_recv.phpt183 resource(%d) of type (Socket)
185 resource(%d) of type (Socket)
/PHP-7.4/ext/standard/tests/array/
H A Darray_unshift_variation4.phpt104 Warning: Illegal offset type in %s on line %d
108 Warning: Illegal offset type in %s on line %d
H A Darray_reverse_variation4.phpt86 Warning: Illegal offset type in %s on line %d
90 Warning: Illegal offset type in %s on line %d
H A Darray_unique_variation4.phpt129 resource(%d) of type (stream)
/PHP-7.4/ext/oci8/tests/
H A Dbind_sqltint.phpt36 echo "\nTEST141 wrong bind type SQLT_INT\n";
220 TEST141 wrong bind type SQLT_INT
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_result.c251 if (set->type == MYSQLND_BUFFERED_TYPE_ZVAL) { in MYSQLND_METHOD()
253 } if (set->type == MYSQLND_BUFFERED_TYPE_C) { in MYSQLND_METHOD()
929 result->type = MYSQLND_RES_NORMAL; in MYSQLND_METHOD()
931 result->type = MYSQLND_RES_PS_UNBUF; in MYSQLND_METHOD()
976 if (result->stored_data->type == MYSQLND_BUFFERED_TYPE_ZVAL) { in MYSQLND_METHOD()
1044 } else if (result->stored_data->type == MYSQLND_BUFFERED_TYPE_C) { in MYSQLND_METHOD()
1420 result->type = MYSQLND_RES_NORMAL; in MYSQLND_METHOD()
1501 result->type == MYSQLND_RES_NORMAL? STAT_FLUSHED_NORMAL_SETS: in MYSQLND_METHOD()
2008 ret->type = MYSQLND_BUFFERED_TYPE_ZVAL; in mysqlnd_result_buffered_zval_init()
2049 ret->type = MYSQLND_BUFFERED_TYPE_C; in mysqlnd_result_buffered_c_init()
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_fetch_array.phpt121 // Unicode is on and we are told that the MySQL column type is a binary type.
369 Warning: mysqli_fetch_array(): The result type should be either MYSQLI_NUM, MYSQLI_ASSOC or MYSQLI_…
371 Warning: mysqli_fetch_array(): The result type should be either MYSQLI_NUM, MYSQLI_ASSOC or MYSQLI_…
/PHP-7.4/ext/standard/tests/strings/
H A Dstrtr_variation6.phpt12 * and expected type for 'str' & 'to' arguments
H A Dvprintf_variation16.phpt29 // Arrays of signed and other type of values for the format defined in $format.
H A Dvprintf_variation16_64bit.phpt29 // Arrays of signed and other type of values for the format defined in $format.
H A Dvsprintf_variation16.phpt29 // Arrays of signed and other type of values for the format defined in $format.

Completed in 54 milliseconds

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