Home
last modified time | relevance | path

Searched refs:type (Results 2051 – 2075 of 2207) sorted by relevance

1...<<818283848586878889

/PHP-7.4/ext/oci8/tests/
H A Dedition_2.phpt87 echo "\n\n**Test 1.4 - with different type of values *********\n";
193 **Test 1.4 - with different type of values *********
/PHP-7.4/ext/intl/
H A Dphp_intl.c162 ZEND_ARG_INFO(0, type)
261 ZEND_ARG_INFO(0, type)
294 ZEND_ARG_INFO(0, type)
/PHP-7.4/ext/standard/tests/file/
H A Dftruncate_variation2.phpt30 echo "\n-- Testing ftruncate() with file having data of type ". $file_content_type ." --\n";
75 -- Testing ftruncate() with file having data of type numeric --
269 -- Testing ftruncate() with file having data of type text_with_new_line --
H A Dftruncate_variation2-win32.phpt30 echo "\n-- Testing ftruncate() with file having data of type ". $file_content_type ." --\n";
75 -- Testing ftruncate() with file having data of type numeric --
269 -- Testing ftruncate() with file having data of type text_with_new_line --
H A Dftruncate_variation7-win32.phpt31 echo "\n-- Testing ftruncate() with file having data of type ". $file_content_type ." --\n";
76 -- Testing ftruncate() with file having data of type numeric --
270 -- Testing ftruncate() with file having data of type text_with_new_line --
H A Dftruncate_variation7.phpt31 echo "\n-- Testing ftruncate() with file having data of type ". $file_content_type ." --\n";
76 -- Testing ftruncate() with file having data of type numeric --
270 -- Testing ftruncate() with file having data of type text_with_new_line --
H A Dftruncate_error.phpt44 /* loop to test ftruncate() with different invalid type of args */
H A Dftruncate_variation3-win32.phpt30 echo "\n-- Testing ftruncate() with file having data of type ". $file_content_type ." --\n";
74 -- Testing ftruncate() with file having data of type numeric --
268 -- Testing ftruncate() with file having data of type text_with_new_line --
H A Dftruncate_variation3.phpt30 echo "\n-- Testing ftruncate() with file having data of type ". $file_content_type ." --\n";
74 -- Testing ftruncate() with file having data of type numeric --
268 -- Testing ftruncate() with file having data of type text_with_new_line --
H A Dftruncate_variation5-win32.phpt30 echo "\n-- Testing ftruncate() with file having data of type ". $file_content_type ." --\n";
76 -- Testing ftruncate() with file having data of type numeric --
270 -- Testing ftruncate() with file having data of type text_with_new_line --
H A Dftruncate_variation5.phpt30 echo "\n-- Testing ftruncate() with file having data of type ". $file_content_type ." --\n";
76 -- Testing ftruncate() with file having data of type numeric --
270 -- Testing ftruncate() with file having data of type text_with_new_line --
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_bind_result.phpt71 // don't bail - column type might not be supported by the server, ignore this
129 printf("[%04d] [%d] Expecting %s/'%s' [type hint = %s], got %s/'%s'\n",
285 a hugge max_length(type) = 4GB bind buffer */
/PHP-7.4/ext/pdo_firebird/
H A Dfirebird_statement.c257 #define FETCH_BUF(buf,type,len,lenvar) ((buf) = (buf) ? (buf) : \ argument
258 emalloc((len) ? (len * sizeof(type)) : ((*(unsigned long*)lenvar) = sizeof(type))))
/PHP-7.4/ext/standard/tests/general_functions/
H A Dprint_r.phpt229 /* file type resource */
232 /* directory type resource */
239 /* calling check_printr() to display the resource content type
249 /* unset file type resource */
H A Dprint_r_64bit.phpt233 /* file type resource */
236 /* directory type resource */
243 /* calling check_printr() to display the resource content type
253 /* unset file type resource */
/PHP-7.4/ext/ftp/tests/
H A Dserver.inc107 fputs($s, "234 auth type accepted\r\n");
537 …fputs($fs, "modify=20170127230002;perm=flcdmpe;type=cdir;unique=811U4340002;UNIX.group=33;UNIX.mod…
538 …fputs($fs, "modify=20170127230002;perm=flcdmpe;type=pdir;unique=811U4340002;UNIX.group=33;UNIX.mod…
539 …fputs($fs, "modify=20170126121225;perm=adfrw;size=4729;type=file;unique=811U4340CB9;UNIX.group=33;…
/PHP-7.4/ext/standard/tests/strings/
H A Dstrtr_variation8.phpt12 * and expected type for 'str' arguments
H A Ducfirst.phpt29 TRUE, // bool type
/PHP-7.4/ext/mysqli/
H A Dphp_mysqli_structs.h88 zend_ulong type; member
/PHP-7.4/Zend/
H A Dzend_language_scanner.l585 static zend_op_array *zend_compile(int type) in END_EXTERN_C()
601 init_op_array(op_array, type, INITIAL_OP_ARRAY_SIZE); in END_EXTERN_C()
615 zend_emit_final_return(type == ZEND_USER_FUNCTION); in END_EXTERN_C()
633 ZEND_API zend_op_array *compile_file(zend_file_handle *file_handle, int type) in compile_file() argument
641 if (type==ZEND_REQUIRE) { in compile_file()
657 zend_op_array *compile_filename(int type, zval *filename) in compile_filename() argument
670 retval = zend_compile_file(&file_handle, type); in compile_filename()
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug50698_1.wsdl189 <wsdl:binding name="BasicHttpBinding_EchoService" type="tns:EchoService">
201 <wsdl:binding name="NetTcpBinding_EchoService" type="tns:EchoService">
H A Dbug50698_4.wsdl189 <wsdl:binding name="BasicHttpBinding_EchoService" type="tns:EchoService">
201 <wsdl:binding name="NetTcpBinding_EchoService" type="tns:EchoService">
/PHP-7.4/ext/fileinfo/tests/
H A Dbug68819_001.phpt13 $type = $finfo->buffer($string);
15 var_dump($type);
/PHP-7.4/ext/gd/libgd/
H A Dgd_topal.c56 #define METHODDEF(type) static type argument
57 #define LOCAL(type) static type argument
/PHP-7.4/ext/session/tests/
H A Dsession_encode_error2.phpt229 Warning: Illegal offset type in %s on line 82

Completed in 62 milliseconds

1...<<818283848586878889