Home
last modified time | relevance | path

Searched refs:cast (Results 51 – 75 of 91) sorted by relevance

1234

/PHP-8.3/ext/spl/tests/
H A DSplFixedArray_get_properties_for.phpt23 echo "cast to array\n";
61 cast to array
/PHP-8.3/ext/zend_test/tests/
H A Dstrings_not_marked_as_utf8.phpt10 echo "Integer cast to string concatenated to invalid UTF-8:\n";
16 echo "Float cast to string concatenated to invalid UTF-8:\n";
113 Integer cast to string concatenated to invalid UTF-8:
115 Float cast to string concatenated to invalid UTF-8:
H A Dstrings_marked_as_utf8.phpt15 echo "Integer cast to string:\n";
21 echo "Float cast to string:\n";
158 Integer cast to string:
161 Float cast to string:
/PHP-8.3/ext/opcache/tests/jit/
H A Dgh8591-006.phpt26 $this->cast();
H A Dgh8591-005.phpt26 $this->cast();
/PHP-8.3/Zend/tests/type_declarations/
H A Dtyped_properties_073.phpt2 Typed property must cast when used with &__get()
/PHP-8.3/ext/standard/tests/file/
H A Dbug53241.phpt7 /* unfortunately no standard function does a cast to FILE*, so we need
/PHP-8.3/Zend/tests/
H A Dbug33999.phpt2 Bug #33999 (object remains object when cast to int)
/PHP-8.3/ext/simplexml/tests/
H A Dgh14638.phpt2 GH-14638: null pointer dereference on object cast __toString after failed XML parsing
/PHP-8.3/ext/ffi/tests/
H A D041.phpt37 return FFI::cdef()->cast(FFI::cdef()->type($str), FFI::cdef()->new($str));
40 return FFI::cdef()->cast($type, FFI::cdef()->new($str));
H A Daddr_in_lval.phpt18 FFI::addr($container->getBar())[0] = $f->cast("char*", $data); // directly write it
/PHP-8.3/ext/pdo_firebird/tests/
H A Dbug_76488.phpt20 cast(lpad(\'A\', 8000, \'A\') as BLOB sub_type TEXT) as SRC
/PHP-8.3/ext/dba/tests/
H A Dbug65708.phpt2 Bug #65708 (dba functions cast $key param to string in-place, bypassing copy on write)
/PHP-8.3/ext/gd/tests/
H A Dbug79945.phpt8 if (str_contains($errstr, 'Cannot cast a filtered stream on this system')) {
/PHP-8.3/ext/sockets/tests/
H A Dmcast_ipv4_send_error.phpt24 //if we had a simple cast to unsigned char, this would be the same as 0
40 //if we had a simple cast to unsigned char, this would be the same as 0
/PHP-8.3/ext/intl/tests/
H A Dtimezone_getErrorCodeMessage_basic.phpt7 /* INF being an invalid offset depends on UB in float->int cast behavior. */
H A Dtimezone_getOffset_error.phpt7 /* INF being an invalid offset depends on UB in float->int cast behavior. */
/PHP-8.3/ext/curl/tests/
H A Dbug52827.phpt11 * cast to a FILE* handle in curl_setopt already
/PHP-8.3/ext/com_dotnet/tests/
H A Dgh8750a.phpt2 Bug GH-8750 (Can not create VT_ERROR variant type) - cast and conversion
/PHP-8.3/ext/standard/tests/streams/
H A Dstream_cast_loses_data.phpt22 // cast $stream and read fd until eof. Print each line that was read, prefixed with "proc open stdi…
/PHP-8.3/ext/standard/tests/strings/
H A Dstr_increment_polyfill.phpt10 /* Using increment operator would cast the string to float
/PHP-8.3/ext/opcache/jit/dynasm/
H A Dminilua.c215 #define cast(t,exp)((t)(exp)) macro
392 #define char2int(c)cast(int,cast(unsigned char,(c)))
813 #define sizeCclosure(n)(cast(int,sizeof(CClosure))+cast(int,sizeof(TValue)*((n)-1)))
814 #define sizeLclosure(n)(cast(int,sizeof(LClosure))+cast(int,sizeof(TValue*)*((n)-1)))
941 #define CREATE_ABC(o,a,b,c)((cast(Instruction,o)<<0)|(cast(Instruction,a)<<(0+6))|(cast(Instruction…
942 #define CREATE_ABx(o,a,bc)((cast(Instruction,o)<<0)|(cast(Instruction,a)<<(0+6))|(cast(Instruction,…
1609 if(cast(unsigned int,key)-1<cast(unsigned int,t->sizearray))
1657 return cast(TValue*,p);
1668 return cast(TValue*,p);
1678 return cast(TValue*,p);
[all …]
/PHP-8.3/ext/pdo_pgsql/tests/
H A Dbug_33876.phpt40 # true gets cast to string (because the implied default is string)
76 # true gets cast to string (because the implied default is string)
/PHP-8.3/Zend/tests/float_to_int/
H A Dwarnings_float_literals.phpt121 Warning: String offset cast occurred in %s on line %d
124 Warning: String offset cast occurred in %s on line %d
/PHP-8.3/ext/standard/tests/array/
H A Darray_key_exists_variation3.phpt6 * Pass floats as $key argument, then cast float values

Completed in 57 milliseconds

1234