Home
last modified time | relevance | path

Searched refs:type (Results 1751 – 1775 of 2182) sorted by relevance

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

/PHP-7.2/ext/standard/tests/strings/
H A Dsprintf_variation36.phpt12 // resource type variable
/PHP-7.2/ext/standard/tests/general_functions/
H A Dget_resource_type_variation1.phpt6 * Description: Returns the resource type
/PHP-7.2/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.2/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 Dserver021.phpt39 ….xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><ns1:testResponse><return xsi:type="xsd:string">Hello …
H A Dserver028.phpt40 ….xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><ns1:testResponse><return xsi:type="xsd:string">Hello …
H A Dtypemap010.phpt18 <dotest2 xsi:type=\"xsd:string\">???</dotest2>
/PHP-7.2/ext/spl/
H A Dspl_directory.h70 SPL_FS_OBJ_TYPE type; member
/PHP-7.2/ext/pdo_mysql/tests/
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
H A Dpdo_mysql_bit.phpt22 // not all MySQL Server versions and/or engines might support the type
/PHP-7.2/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, ...);
H A Dmysqlnd_ps_codec.c61 zend_bool is_bit = field->type == MYSQL_TYPE_BIT; in ps_fetch_from_1_to_8_bytes()
580 const short current_type = stmt->param_bind[i].type; in mysqlnd_stmt_execute_prepare_param_types()
636 short current_type = stmt->param_bind[i].type; in mysqlnd_stmt_execute_store_types()
687 if ((stmt->param_bind[i].type != MYSQL_TYPE_LONG_BLOB && Z_TYPE_P(the_var) == IS_NULL)) { in mysqlnd_stmt_execute_calculate_param_values_size()
706 switch (stmt->param_bind[i].type) { in mysqlnd_stmt_execute_calculate_param_values_size()
779 switch (stmt->param_bind[i].type) { in mysqlnd_stmt_execute_store_param_values()
/PHP-7.2/ext/dba/
H A DREADME11 dbm DBM is the oldest (original) type of Berkeley DB style databases.
16 ndbm NDBM is a newer type and more flexible than dbm. It still has
/PHP-7.2/ext/standard/tests/array/
H A Dcount_recursive.phpt97 echo "\n-- Testing count() on resource type --\n";
98 $resource1 = fopen( __FILE__, "r" ); // Creating file(stream type) resource
121 /* Testing Invalid type arguments */
220 -- Testing count() on resource type --
/PHP-7.2/ext/standard/tests/file/
H A Dfflush_variation3.phpt29 foreach( $file_types as $type ) {
30 echo "-- Iteration $count with file containing $type data --\n";
40 fill_file($file_handle, $type, 10);
53 var_dump( fill_file($file_handle, $type, 50) );
/PHP-7.2/Zend/
H A Dzend_language_scanner.l507 if (CG(start_lineno) == 2 && file_handle->type == ZEND_HANDLE_FP && file_handle->handle.fp) { in open_file_for_scanning()
576 static zend_op_array *zend_compile(int type) in END_EXTERN_C()
592 init_op_array(op_array, type, INITIAL_OP_ARRAY_SIZE); in END_EXTERN_C()
603 zend_emit_final_return(type == ZEND_USER_FUNCTION); in END_EXTERN_C()
621 ZEND_API zend_op_array *compile_file(zend_file_handle *file_handle, int type) in compile_file() argument
628 if (type==ZEND_REQUIRE) { in compile_file()
643 zend_op_array *compile_filename(int type, zval *filename) in compile_filename() argument
658 file_handle.type = ZEND_HANDLE_FILENAME; in compile_filename()
662 retval = zend_compile_file(&file_handle, type); in compile_filename()
783 file_handle.type = ZEND_HANDLE_FILENAME; in BEGIN_EXTERN_C()
H A Dzend_execute.h202 if (EXPECTED(ZEND_USER_CODE(func->type))) { in zend_vm_calc_used_stack()
303 ZEND_API void zend_fetch_dimension_const(zval *result, zval *container, zval *dim, int type);
321 … const znode_op *node, const zend_execute_data *execute_data, zend_free_op *should_free, int type);
/PHP-7.2/ext/standard/
H A Dpassword.c482 argon2_type type = Argon2_i; in PHP_FUNCTION() local
525 , type in PHP_FUNCTION()
542 type, in PHP_FUNCTION()
/PHP-7.2/ext/opcache/
H A Dzend_accelerator_util_funcs.c47 if (function->type == ZEND_USER_FUNCTION) { in zend_accel_destroy_zend_function()
106 return(function->type != ZEND_INTERNAL_FUNCTION); in is_not_internal_function()
128 if (EXPECTED(function->type == ZEND_USER_FUNCTION)) { in zend_accel_move_user_functions()
141 if (function->type == ZEND_INTERNAL_FUNCTION) { in copy_internal_function()
506 if (function2->type == ZEND_USER_FUNCTION in zend_accel_function_hash_copy()
550 if (function2->type == ZEND_USER_FUNCTION in zend_accel_function_hash_copy_from_shm()
/PHP-7.2/ext/pcre/tests/
H A Dpreg_replace_callback_error1.phpt11 * Testing how preg_replace_callback reacts to being passed the wrong type of regex argument
/PHP-7.2/ext/oci8/tests/
H A Dconnect_scope_try6.phpt81 resource(%d) of type (oci8 persistent connection)
H A Dconnect_scope_try1.phpt81 resource(%d) of type (oci8 connection)
/PHP-7.2/ext/mysqli/tests/
H A Dmysqli_stmt_attr_get.phpt48 printf("[006] Expecting any type, but not boolean/false, got %s/%s for attribute %s/%s\n",

Completed in 81 milliseconds

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