Home
last modified time | relevance | path

Searched refs:got (Results 1 – 25 of 328) sorted by last modified time

12345678910>>...14

/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch1005 int tildemapped; /* this connection got tilde-mapped */
/PHP-5.5/sapi/fpm/
H A Dconfig.m4145 …long v1 = (unsigned int) -1; /* copy will fail if sizeof(long) == 8 and we've got "int ptrace()" */
/PHP-5.5/main/streams/
H A Dmemory.c396 size_t got; in php_stream_temp_read() local
404 got = php_stream_read(ts->innerstream, buf, count); in php_stream_temp_read()
408 return got; in php_stream_temp_read()
/PHP-5.5/ext/standard/tests/file/
H A Drename_variation-win32.phpt44 // ensure that file got renamed to new name
H A Drename_variation2.phpt39 //ensure that link got renamed
H A Drename_variation3.phpt35 //ensure that link got renamed
H A Drename_variation.phpt36 // ensure that file got renamed to new name
H A Drename_variation8-win32.phpt31 //ensure that $new_dir_name got created
H A Drename_variation8.phpt31 //ensure that $new_dir_name got created
H A Dfgetc_basic.phpt49 var_dump($file_handle); // dump the $file_handle to see if any thing got modifed
H A Dbug49047.phpt12 if ($t2 != $t) echo "failed (got $t2, expecting $t)\n";
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c28585 int got;
28615 if( got<0 ){
28621 cnt -= got;
28622 offset += got;
28623 prior += got;
28626 }while( got>0 );
28630 return got+prior;
28645 int got;
28677 if( got==amt ){
28685 memset(&((char*)pBuf)[got], 0, amt-got);
[all …]
/PHP-5.5/ext/spl/tests/
H A Darray_021.phpt23 echo "got exception\n";
30 got exception
H A Dbug36825.phpt23 echo "got exception\n";
30 got exception
/PHP-5.5/ext/snmp/tests/
H A Dsnmpset.phpt151 Warning: snmpset(): Bogus type '-1', should be single char, got 2 in %s on line %d
203 Warning: snmpset(): '%s': bogus type 'sw', should be single char, got 2 in %s on line %s
209 Warning: snmpset(): '%s': bogus type 'sb', should be single char, got 2 in %s on line %s
H A Dsnmp2_set.phpt151 Warning: snmp2_set(): Bogus type '-1', should be single char, got 2 in %s on line %d
203 Warning: snmp2_set(): '%s': bogus type 'sw', should be single char, got 2 in %s on line %s
209 Warning: snmp2_set(): '%s': bogus type 'sb', should be single char, got 2 in %s on line %s
H A Dsnmp-object-error.phpt119 Warning: main(): max_oids should be positive integer or NULL, got 0 in %s on line %d
121 Warning: main(): max_oids should be positive integer or NULL, got 0 in %s on line %d
/PHP-5.5/ext/phar/
H A Dphar_object.c171 size_t got; in phar_file_action() local
229 got = php_stream_read(fp, buf, MIN(8192, info->uncompressed_filesize - position)); in phar_file_action()
230 if (got > 0) { in phar_file_action()
231 PHPWRITE(buf, got); in phar_file_action()
232 position += got; in phar_file_action()
H A Dstream.c362 size_t got; in phar_stream_read() local
379 got = php_stream_read(data->fp, buf, MIN(count, entry->uncompressed_filesize - data->position)); in phar_stream_read()
383 return got; in phar_stream_read()
H A Dphar.c1574 size_t got; local
1592 if ((got = php_stream_read(fp, buffer+tokenlen, readsize)) < (size_t) tokenlen) {
1704 if (got > 512) {
1712 …if (got > 0 && (pos = phar_strnstr(buffer, got + sizeof(token), token, sizeof(token)-1)) != NULL) {
1717 halt_offset += got;
/PHP-5.5/ext/pdo_odbc/tests/
H A Dlong_columns.phpt84 printf("Expected %d bytes, got %d\n", strlen($expect), strlen($row['data']));
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_emulated.phpt29 printf("[%03d] prepare() - expecting SQLSTATE '%s' got '%s'\n",
61 printf("[%03d] execute() - expecting SQLSTATE '%s' got '%s'\n",
164 printf("[033] Expecting two rows, got %d rows\n", $tmp);
186 printf("[040] Expecting zero rows, got %d rows\n", $tmp);
193 printf("[042] Expecting two rows, got %d rows\n", $tmp);
198 printf("[044] Expecting onw row, got %d rows\n", $tmp);
269 printf("[074] Expecting two rows, got %d rows\n", $tmp);
295 printf("[080] Expecting zero rows, got %d rows\n", $tmp);
302 printf("[082] Expecting two rows, got %d rows\n", $tmp);
307 printf("[084] Expecting one row, got %d rows\n", $tmp);
[all …]
H A Dpdo_mysql_prepare_load_data.phpt28 printf("[%03d] Expecting '%s'/%s got '%s'/%s when running '%s', [%s] %s\n",
H A Dpdo_mysql_prepare_native.phpt29 printf("[%03d] prepare() - expecting SQLSTATE '%s' got '%s'\n",
36 printf("[%03d] prepare() - expecting MySQL Code '%s' got '%s'\n",
71 printf("[%03d] execute() - expecting SQLSTATE '%s' got '%s'\n",
172 printf("[033] Expecting two rows, got %d rows\n", $tmp);
176 printf("[027] Expecting two rows, got %d rows\n", $tmp);
193 printf("[030] Expecting zero rows, got %d rows\n", $tmp);
199 printf("[032] Expecting one row, got %d rows\n", $tmp);
282 printf("[074] Expecting two rows, got %d rows\n", $tmp);
318 printf("[061] Expecting zero rows, got %d rows\n", $tmp);
324 printf("[062] Expecting two rows, got %d rows\n", $tmp);
[all …]
H A Dpdo_mysql_stmt_blobs.phpt58 printf("[%03d + 3] Returned id column value seems wrong, expecting 1 got %s.\n",
73 printf("[%03d + 3] Returned id column value seems wrong, expecting 1 got %s.\n",

Completed in 419 milliseconds

12345678910>>...14