Home
last modified time | relevance | path

Searched refs:data (Results 1901 – 1925 of 2082) sorted by relevance

1...<<71727374757677787980>>...84

/PHP-5.4/ext/standard/tests/file/
H A Dftruncate_variation1.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_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_variation4.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.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_variation4-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 --
/PHP-5.4/ext/soap/
H A Dsoap.c252 ZEND_ARG_INFO(0, data)
259 ZEND_ARG_INFO(0, data)
274 ZEND_ARG_INFO(0, data)
781 zval *data; in PHP_METHOD() local
803 zval *data = NULL, *actor = NULL; in PHP_METHOD() local
822 if (data) { in PHP_METHOD()
947 zval *data, *type; in PHP_METHOD() local
966 if (data) { in PHP_METHOD()
3806 zval **data; local
4864 static void delete_service(void *data) argument
[all …]
/PHP-5.4/ext/pcre/pcrelib/
H A DChangeLog441 recording an incorrect first data item for a match if no other first data
516 data that they returned was rubbish.
1439 value in a variable in the "match data" data block.
2932 the compiled data. Specifically:
3180 buffer for a data line had to be extended.
3569 data.
3669 are now no different to any other data bytes.
3824 allow for more data.
4227 pcre_exec() and the \P data escape in pcretest.
4867 study_data opaque data from pcre_study()
[all …]
/PHP-5.4/Zend/
H A Dzend_execute.h314 void *data = *(--p->top); in zend_vm_stack_push_args() local
323 *(ZEND_VM_STACK_ELEMETS(EG(argument_stack)) + count) = data; in zend_vm_stack_push_args()
/PHP-5.4/ext/xmlrpc/libxmlrpc/
H A Dxml_to_soap.c367 XMLRPC_SetValueBase64(xCurrent, buf.data, buf.offset); in xml_element_to_SOAP_REQUEST_worker()
533 simplestring_addn(&elem_val->text, buf.data, buf.offset ); in SOAP_to_xml_element_worker()
/PHP-5.4/ext/oci8/tests/
H A Dbug27303_1.phpt35 $stmt = "insert into mytab (mydata, seqcol) values ('Some data', myseq.nextval) returning seqcol in…
H A Dbug27303_2.phpt36 $stmt = "insert into mytab (mydata, seqcol) values ('Some data', myseq.nextval) returning seqcol in…
H A Dbug27303_4.phpt34 $stmt = "insert into mytab (mydata, seqcol) values ('Some data', myseq.nextval) returning seqcol in…
/PHP-5.4/ext/standard/tests/strings/
H A Dmd5_file.phpt14 /* Creating a data file */
H A Dsha1_file.phpt16 /* Creating a data file */
/PHP-5.4/ext/standard/tests/array/
H A Dkrsort_variation9.phpt6 * Description: Sort an array by key in reverse order, maintaining key to data correlation.
H A Dksort_variation9.phpt6 * Description: Sort an array by key, maintaining key to data correlation.
H A Dsizeof_variation1.phpt41 // string data
H A Darray_walk_variation6.phpt21 * $user_data - data to be added to 'value'
/PHP-5.4/ext/standard/tests/general_functions/
H A Dparse_ini_basic.phpt9 $ini_file = dirname(__FILE__)."/parse_ini_basic.data";
/PHP-5.4/ext/mysqli/tests/
H A Dmysqli_insert_packet_overflow.phpt96 printf("[016] Blob seems wrong, dumping data\n");
H A Dmysqli_fetch_field_types.phpt2 mysqli_fetch_field() - data types/field->type
/PHP-5.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_native.phpt142 $params[str_repeat('a', $i)] = 'some data';
179 printf("[028] INSERT seems to have failed, dumping data, check manually\n");
227 $params[] = 'some data';
/PHP-5.4/ext/standard/
H A Dpack.c488 static long php_unpack(char *data, int size, int issigned, int *map) in php_unpack() argument
497 cresult[map[i]] = *data++; in php_unpack()

Completed in 70 milliseconds

1...<<71727374757677787980>>...84