Home
last modified time | relevance | path

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

1...<<71727374757677787980>>...108

/PHP-8.0/Zend/tests/
H A Dassign_obj_to_ref_inference.phpt2 Assigning an object of known type to a reference variable
/PHP-8.0/ext/opcache/tests/jit/
H A Dassign_053.phpt23 Fatal error: Uncaught TypeError: Cannot assign null to reference held by property Test::$x of type
/PHP-8.0/ext/intl/uchar/
H A Duchar_arginfo.h19 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, type, IS_LONG, 0, "IntlChar::UNICODE_CHAR_NAME")
26 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, type, IS_LONG, 0, "IntlChar::UNICODE_CHAR_NAME")
42 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, type, IS_LONG, 0, "IntlChar::UNICODE_CHAR_NAME")
87 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, type, IS_LONG, 0, "IntlChar::LONG_PROPERTY_NAME")
98 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, type, IS_LONG, 0, "IntlChar::LONG_PROPERTY_NAME")
/PHP-8.0/ext/standard/tests/general_functions/
H A Dis_bool.phpt23 // get a resource type variable
121 foreach ($not_bool_types as $type ) {
123 var_dump( is_bool($type) );
H A Dis_null.phpt41 // get a resource type variable
121 foreach ($not_null_types as $type ) {
123 var_dump( is_null($type) );
/PHP-8.0/Zend/tests/attributes/
H A D009_doctrine_annotations_example.phpt32 /** @ORM\Id @ORM\Column(type="integer"*) @ORM\GeneratedValue */
39 * @ORM\Column(type="string", unique=true)
47 * @ORM\Column(type="integer")
/PHP-8.0/ext/com_dotnet/
H A Dcom_extension_arginfo.h76 ZEND_ARG_TYPE_INFO(0, type, IS_LONG, 0)
81 ZEND_ARG_TYPE_INFO(0, type, IS_LONG, 0)
115 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, type, IS_LONG, 0, "VT_EMPTY")
/PHP-8.0/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_64.c44 sljit_s32 type = jump->flags >> TYPE_SHIFT; in generate_far_jump_code() local
51 if (type < SLJIT_JUMP) { in generate_far_jump_code()
53 *code_ptr++ = get_jump_code(type ^ 0x1) - 0x10; in generate_far_jump_code()
72 *code_ptr++ = MOD_REG | (type >= SLJIT_FAST_CALL ? CALL_rm : JMP_rm) | reg_lmap[TMP_REG2]; in generate_far_jump_code()
732 …_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_call(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_call() argument
736 CHECK_PTR(check_sljit_emit_call(compiler, type, arg_types)); in sljit_emit_call()
745 return sljit_emit_jump(compiler, type); in sljit_emit_call()
748 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_icall(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_icall() argument
753 CHECK(check_sljit_emit_icall(compiler, type, arg_types, src, srcw)); in sljit_emit_icall()
762 return sljit_emit_ijump(compiler, type, src, srcw); in sljit_emit_icall()
/PHP-8.0/ext/ldap/tests/
H A Dldap_exop.phpt72 resource(%d) of type (ldap result)
76 resource(%d) of type (ldap result)
/PHP-8.0/ext/standard/tests/file/
H A Dpopen_pclose_basic.phpt47 echo "*** Testing for return type of popen() and pclose() functions ***\n";
88 *** Testing for return type of popen() and pclose() functions ***
H A D007_variation21.phpt21 var_dump( get_resource_type($file_handle) ); //Check for the type of resource
40 resource(%d) of type (stream)
H A D007_variation5.phpt21 var_dump( get_resource_type($file_handle) ); //Check for the type of resource
40 resource(%d) of type (stream)
H A Dis_uploaded_file_basic.phpt6 Content-type: multipart/form-data, boundary=AaB03x
/PHP-8.0/ext/openssl/tests/
H A Dopenssl_csr_sign_basic.phpt78 openssl_csr_sign(): Argument #1 ($csr) must be of type OpenSSLCertificateSigningRequest|string, arr…
79 openssl_csr_sign(): Argument #2 ($ca_certificate) must be of type OpenSSLCertificate|string|null, a…
/PHP-8.0/ext/standard/tests/array/
H A Darray_key_exists_variation1.phpt154 Illegal offset type
166 Illegal offset type
H A Darray_walk_basic2.phpt13 // with proper type
23 // with proper type
H A Darray_walk_recursive_basic2.phpt13 // with proper type
23 // with proper type
/PHP-8.0/ext/oci8/tests/
H A Ddefine2.phpt61 echo "Test 4 - wrong type\n";
95 Test 4 - wrong type
/PHP-8.0/ext/dba/tests/
H A Ddba_db4_018.phpt70 resource(%d) of type (dba persistent)
71 resource(%d) of type (Unknown)
/PHP-8.0/ext/zip/tests/
H A Dbug53579.phpt37 resource(%d) of type (stream)
H A Dbug53854.phpt2 Bug #53854 (Missing constants for compression type)
/PHP-8.0/ext/standard/tests/streams/
H A Dopendir-004.phpt26 resource(%d) of type (stream)
/PHP-8.0/ext/opcache/tests/opt/
H A Dsccp_026.phpt2 SCCP 026: Elimination of dead code due to conflicting type checks
/PHP-8.0/ext/standard/tests/strings/
H A Dfprintf_variation_008.phpt18 /* hexadecimal type variations */
/PHP-8.0/ext/intl/tests/
H A Dcalendar_setMinimalDaysInFirstWeek_error.phpt35 intlcal_set_minimal_days_in_first_week(): Argument #1 ($calendar) must be of type IntlCalendar, int…

Completed in 32 milliseconds

1...<<71727374757677787980>>...108