Home
last modified time | relevance | path

Searched refs:CONST (Results 1 – 10 of 10) sorted by relevance

/PHP-5.5/Zend/
H A Dzend_vm_def.h28 ZEND_VM_HANDLER(1, ZEND_ADD, CONST|TMP|VAR|CV, CONST|TMP|VAR|CV)
43 ZEND_VM_HANDLER(2, ZEND_SUB, CONST|TMP|VAR|CV, CONST|TMP|VAR|CV)
58 ZEND_VM_HANDLER(3, ZEND_MUL, CONST|TMP|VAR|CV, CONST|TMP|VAR|CV)
73 ZEND_VM_HANDLER(4, ZEND_DIV, CONST|TMP|VAR|CV, CONST|TMP|VAR|CV)
88 ZEND_VM_HANDLER(5, ZEND_MOD, CONST|TMP|VAR|CV, CONST|TMP|VAR|CV)
103 ZEND_VM_HANDLER(6, ZEND_SL, CONST|TMP|VAR|CV, CONST|TMP|VAR|CV)
118 ZEND_VM_HANDLER(7, ZEND_SR, CONST|TMP|VAR|CV, CONST|TMP|VAR|CV)
133 ZEND_VM_HANDLER(8, ZEND_CONCAT, CONST|TMP|VAR|CV, CONST|TMP|VAR|CV)
244 ZEND_VM_HANDLER(9, ZEND_BW_OR, CONST|TMP|VAR|CV, CONST|TMP|VAR|CV)
1583 ZEND_VM_HANDLER(98, ZEND_FETCH_DIM_TMP_VAR, CONST|TMP, CONST)
[all …]
H A Dzend_strtod.c254 #ifndef CONST
256 #define CONST /* blank */ macro
258 #define CONST const
1255 static CONST double
1271 static CONST double bigtens[] = { 1e16, 1e32, 1e64 };
1272 static CONST double tinytens[] = { 1e-16, 1e-32, 1e-64 };
1275 static CONST double bigtens[] = { 1e16, 1e32 };
1276 static CONST double tinytens[] = { 1e-16, 1e-32 };
2039 ZEND_API double zend_strtod (CONST char *s00, CONST char **se) in zend_strtod()
2043 CONST char *s, *s0, *s1; in zend_strtod()
[all …]
H A DREADME.ZEND_VM25 combination of the following op_types UNUSED, CONST, VAR, TMP and CV also
/PHP-5.5/ext/reflection/tests/
H A DReflectionParameter_DefaultValueConstant_basic2.phpt7 CONST TEST_CONST_1 = "Test Const 1";
/PHP-5.5/ext/oci8/
H A Doci8_collection.c70 (CONST text *) 0, in php_oci_collection_create()
310 …PHP_OCI_CALL_RETURN(connection->errcode, OCIDateFromText, (connection->err, (CONST text *)date, da… in php_oci_collection_append_date()
390 …ection->errcode, OCIStringAssignText, (connection->env, connection->err, (CONST oratext *)element,… in php_oci_collection_append_string()
546 …PHP_OCI_CALL_RETURN(connection->errcode, OCINumberToReal, (connection->err, (CONST OCINumber *) el… in php_oci_collection_element_get()
597 …PHP_OCI_CALL_RETURN(connection->errcode, OCIDateFromText, (connection->err, (CONST text *)date, da… in php_oci_collection_element_set_date()
679 …ection->errcode, OCIStringAssignText, (connection->env, connection->err, (CONST oratext *)element,… in php_oci_collection_element_set_string()
H A Dphp_oci8_int.h417 sb4 php_oci_lob_callback (dvoid *ctxp, CONST dvoid *bufxp, oraub8 len, ub1 piece, dvoid **changed_b…
419 sb4 php_oci_lob_callback (dvoid *ctxp, CONST dvoid *bufxp, ub4 len, ub1 piece);
H A Doci8_lob.c161 sb4 php_oci_lob_callback (dvoid *ctxp, CONST dvoid *bufxp, oraub8 len, ub1 piece, dvoid **changed_b… in php_oci_lob_callback()
163 sb4 php_oci_lob_callback (dvoid *ctxp, CONST dvoid *bufxp, ub4 len, ub1 piece) in php_oci_lob_callback()
H A Doci8_statement.c1678 …PHP_OCI_CALL_RETURN(connection->errcode, OCIDateFromText, (connection->err, (CONST text *)Z_STRVAL… in php_oci_bind_array_helper_date()
1693 …PHP_OCI_CALL_RETURN(connection->errcode, OCIDateFromText, (connection->err, (CONST text *)"01-JAN-… in php_oci_bind_array_helper_date()
H A Doci8.c1860 PHP_OCI_CALL_RETURN(charsetid, OCINlsCharSetNameToId, (OCI_G(env), (CONST oratext *)charset)); in php_oci_do_connect_ex()
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c33756 #define osFileTimeToLocalFileTime ((BOOL(WINAPI*)(CONST FILETIME*, \
33765 #define osFileTimeToSystemTime ((BOOL(WINAPI*)(CONST FILETIME*, \
34104 #define osSystemTimeToFileTime ((BOOL(WINAPI*)(CONST SYSTEMTIME*, \

Completed in 310 milliseconds