Home
last modified time | relevance | path

Searched refs:type (Results 1801 – 1825 of 2182) sorted by relevance

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

/PHP-7.2/ext/snmp/tests/
H A Dreflection.phpt85 Parameter #1 [ <required> $type ]
/PHP-7.2/ext/interbase/
H A Dphp_ibase_includes.h92 unsigned short type; member
/PHP-7.2/ext/standard/tests/strings/
H A Dsprintf_variation17.phpt12 // resource type variable
/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_utils.h103 while (!ex->func || !ZEND_USER_CODE(ex->func->common.type)) { in phpdbg_user_execute_data()
/PHP-7.2/tests/classes/
H A Dtostring_001.phpt116 string(19) "Illegal offset type"
/PHP-7.2/ext/soap/tests/
H A Dserver023.phpt36 …/ns1:Test2></SOAP-ENV:Header><SOAP-ENV:Body><ns1:testResponse><return xsi:type="xsd:string">Hello …
/PHP-7.2/ext/oci8/tests/
H A Dbind_sqltnum.phpt77 echo "\nTEST41 wrong bind type SQLT_NUM\n";
195 TEST41 wrong bind type SQLT_NUM
H A Dbind_sqltnum_11g.phpt77 echo "\nTEST41 wrong bind type SQLT_NUM\n";
195 TEST41 wrong bind type SQLT_NUM
/PHP-7.2/Zend/
H A Dzend_ini_parser.y69 static void zend_ini_do_op(char type, zval *result, zval *op1, zval *op2) in zend_ini_do_op() argument
79 switch (type) { in zend_ini_do_op()
/PHP-7.2/ext/standard/tests/array/
H A Darray_column_basic.phpt196 resource(%d) of type (stream)
215 resource(%d) of type (stream)
H A Darray_merge_recursive_variation4.phpt83 Warning: Illegal offset type in %s on line %d
85 Warning: Illegal offset type in %s on line %d
/PHP-7.2/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.2/ext/fileinfo/libmagic/
H A Dfuncs.c183 const char *type = "application/octet-stream"; in file_buffer() local
189 type = "application/x-empty"; in file_buffer()
299 file_printf(ms, "%s", type) == -1) in file_buffer()
/PHP-7.2/ext/sockets/
H A Dmulticast.c471 if (sock->type == AF_INET) { in _php_mcast_join_leave()
491 else if (sock->type == AF_INET6) { in _php_mcast_join_leave()
536 if (sock->type == AF_INET) { in _php_mcast_source_op()
559 else if (sock->type == AF_INET6) { in _php_mcast_source_op()
/PHP-7.2/ext/opcache/
H A Dzend_persist.c362 if (op_array->type != ZEND_USER_FUNCTION) { in zend_persist_op_array_ex()
526 if (ZEND_TYPE_IS_CLASS(arg_info[i].type)) { in zend_persist_op_array_ex()
527 zend_string *type_name = ZEND_TYPE_NAME(arg_info[i].type); in zend_persist_op_array_ex()
528 zend_bool allow_null = ZEND_TYPE_ALLOW_NULL(arg_info[i].type); in zend_persist_op_array_ex()
531 arg_info[i].type = ZEND_TYPE_ENCODE_CLASS(type_name, allow_null); in zend_persist_op_array_ex()
677 if (ce->type == ZEND_USER_CLASS) { in zend_persist_class_entry()
H A Dzend_file_cache.c85 static int zend_file_cache_flock(int fd, int type) in zend_file_cache_flock() argument
478 if (ZEND_TYPE_IS_CLASS(p->type)) {
479 zend_bool allow_null = ZEND_TYPE_ALLOW_NULL(p->type);
480 zend_string *type_name = ZEND_TYPE_NAME(p->type);
483 p->type =
1126 if (p->type & (Z_UL(1) << (sizeof(zend_type)*8-1))) { /* type is class */
1127 …zend_bool allow_null = (p->type & (Z_UL(1) << (sizeof(zend_type)*8-2))) != 0; /* type allow null */
1128 …zend_string *type_name = (zend_string*)(p->type & ~(((Z_UL(1) << (sizeof(zend_type)*8-1))) | ((Z_U…
1131 p->type = ZEND_TYPE_ENCODE_CLASS(type_name, allow_null);
/PHP-7.2/ext/standard/
H A Dimage.c1025 char *type; in php_get_xbm() local
1038 if (!(type = strrchr(iname, '_'))) { in php_get_xbm()
1039 type = iname; in php_get_xbm()
1041 type++; in php_get_xbm()
1044 if (!strcmp("width", type)) { in php_get_xbm()
1051 if (!strcmp("height", type)) { in php_get_xbm()
/PHP-7.2/ext/pdo/
H A Dpdo_stmt.c72 ZEND_ARG_INFO(0, type) in ZEND_END_ARG_INFO()
78 ZEND_ARG_INFO(0, type) in ZEND_END_ARG_INFO()
86 ZEND_ARG_INFO(0, type) in ZEND_END_ARG_INFO()
533 int type, new_type; in fetch_value() local
543 type = PDO_PARAM_TYPE(col->param_type); in fetch_value()
544 new_type = type_override ? (int)PDO_PARAM_TYPE(*type_override) : type; in fetch_value()
551 switch (type) { in fetch_value()
560 type = new_type; in fetch_value()
630 if (type != new_type) { in fetch_value()
2530 static zval *row_dim_read(zval *object, zval *member, int type, zval *rv) in row_dim_read() argument
[all …]
/PHP-7.2/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.2/ext/pcre/tests/
H A Dpreg_match_error1.phpt11 * Testing how preg_match reacts to being passed the wrong type of regex argument
H A Dpreg_split_error1.phpt11 * Testing how preg_split reacts to being passed the wrong type of regex argument
/PHP-7.2/ext/mysqli/tests/
H A Dmysqli_field_tell.phpt90 ["type"]=>

Completed in 71 milliseconds

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