Home
last modified time | relevance | path

Searched refs:element (Results 276 – 300 of 1163) sorted by path

1...<<11121314151617181920>>...47

/PHP-5.5/ext/mcrypt/tests/
H A Dmcrypt_cbc_variation2.phpt112 // loop through each element of the array for key
H A Dmcrypt_cbc_variation3.phpt112 // loop through each element of the array for data
H A Dmcrypt_cbc_variation4.phpt112 // loop through each element of the array for mode
H A Dmcrypt_cbc_variation5.phpt112 // loop through each element of the array for iv
H A Dmcrypt_decrypt_variation1.phpt112 // loop through each element of the array for cipher
H A Dmcrypt_decrypt_variation2.phpt112 // loop through each element of the array for key
H A Dmcrypt_decrypt_variation3.phpt112 // loop through each element of the array for data
H A Dmcrypt_decrypt_variation4.phpt112 // loop through each element of the array for mode
H A Dmcrypt_decrypt_variation5.phpt112 // loop through each element of the array for iv
H A Dmcrypt_ecb_variation1.phpt114 // loop through each element of the array for cipher
H A Dmcrypt_ecb_variation2.phpt114 // loop through each element of the array for key
H A Dmcrypt_ecb_variation3.phpt114 // loop through each element of the array for data
H A Dmcrypt_ecb_variation4.phpt114 // loop through each element of the array for mode
H A Dmcrypt_ecb_variation5.phpt114 // loop through each element of the array for iv
H A Dmcrypt_encrypt_variation1.phpt112 // loop through each element of the array for cipher
H A Dmcrypt_encrypt_variation2.phpt112 // loop through each element of the array for key
H A Dmcrypt_encrypt_variation3.phpt112 // loop through each element of the array for data
H A Dmcrypt_encrypt_variation4.phpt112 // loop through each element of the array for mode
H A Dmcrypt_encrypt_variation5.phpt113 // loop through each element of the array for iv
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_driver.c101 MYSQLND_ERROR_LIST_ELEMENT * element = (MYSQLND_ERROR_LIST_ELEMENT *) pDest; in mysqlnd_error_list_pdtor() local
106 if (element->error) { in mysqlnd_error_list_pdtor()
107 mnd_pefree(element->error, TRUE); in mysqlnd_error_list_pdtor()
/PHP-5.5/ext/oci8/
H A Doci8.c2640 zval *element; in php_oci_fetch_row() local
2642 MAKE_STD_ZVAL(element); in php_oci_fetch_row()
2643 php_oci_column_to_zval(column, element, fetch_mode TSRMLS_CC); in php_oci_fetch_row()
2646 add_index_zval(return_value, i, element); in php_oci_fetch_row()
2650 Z_ADDREF_P(element); in php_oci_fetch_row()
2652 add_assoc_zval(return_value, column->name, element); in php_oci_fetch_row()
H A Doci8_collection.c384 int php_oci_collection_append_string(php_oci_collection *collection, char *element, int element_len… in php_oci_collection_append_string() argument
390 …OCIStringAssignText, (connection->env, connection->err, (CONST oratext *)element, element_len, &oc… in php_oci_collection_append_string()
419 int php_oci_collection_append(php_oci_collection *collection, char *element, int element_len TSRMLS… in php_oci_collection_append() argument
427 return php_oci_collection_append_date(collection, element, element_len TSRMLS_CC); in php_oci_collection_append()
431 return php_oci_collection_append_string(collection, element, element_len TSRMLS_CC); in php_oci_collection_append()
445 return php_oci_collection_append_number(collection, element, element_len TSRMLS_CC); in php_oci_collection_append()
462 dvoid *element; in php_oci_collection_element_get() local
478 &element, in php_oci_collection_element_get()
503 …PHP_OCI_CALL_RETURN(connection->errcode, OCIDateToText, (connection->err, element, 0, 0, 0, 0, &bu… in php_oci_collection_element_get()
520 OCIString *oci_string = *(OCIString **)element; in php_oci_collection_element_get()
[all …]
H A Doci8_interface.c1394 zval *z_statement, *array, *element, *tmp; local
1431 MAKE_STD_ZVAL(element);
1432 php_oci_column_to_zval(columns[ i ], element, PHP_OCI_RETURN_LOBS TSRMLS_CC);
1435 zend_hash_next_index_insert(Z_ARRVAL_P(row), &element, sizeof(zval*), NULL);
1439 …zend_symtable_update(Z_ARRVAL_P(row), columns[ i ]->name, columns[ i ]->name_len+1, &element, size…
1442 …zend_hash_update(Z_ARRVAL_P(row), columns[ i ]->name, columns[ i ]->name_len+1, &element, sizeof(z…
1487 MAKE_STD_ZVAL(element);
1488 php_oci_column_to_zval(columns[ i ], element, PHP_OCI_RETURN_LOBS TSRMLS_CC);
1489 … zend_hash_index_update((*(outarrs[ i ]))->value.ht, rows, (void *)&element, sizeof(zval*), NULL);
/PHP-5.5/ext/oci8/tests/
H A Dbug43497.phpt109 // create an XML element string with random data
H A Dbug43497_92.phpt113 // create an XML element string with random data

Completed in 55 milliseconds

1...<<11121314151617181920>>...47