Home
last modified time | relevance | path

Searched refs:Z_TYPE (Results 26 – 50 of 63) sorted by relevance

123

/PHP-5.5/sapi/litespeed/
H A Dlsapi_main.c247 if (Z_TYPE(PG(http_globals)[TRACK_VARS_ENV]) == IS_ARRAY && in litespeed_php_import_environment_variables()
254 } else if (Z_TYPE(PG(http_globals)[TRACK_VARS_SERVER]) == IS_ARRAY && in litespeed_php_import_environment_variables()
/PHP-5.5/ext/intl/collator/
H A Dcollator_sort.c227 if( Z_TYPE(result) == IS_DOUBLE ) in collator_compare_func()
/PHP-5.5/ext/readline/
H A Dreadline.c503 if (Z_TYPE(_readline_array) == IS_ARRAY) { in _readline_completion_cb()
/PHP-5.5/ext/session/
H A Dsession.c2642 if (Z_TYPE(progress->sid) && progress->key.c) {
2677 if (!Z_TYPE(progress->sid) || !progress->key.c) {
2739 if (!Z_TYPE(progress->sid) || !progress->key.c) {
2752 if (!Z_TYPE(progress->sid) || !progress->key.c) {
2770 if (Z_TYPE(progress->sid) && progress->key.c) {
/PHP-5.5/Zend/
H A Dzend_operators.c225 …if ((Z_TYPE(holder)=is_numeric_string(Z_STRVAL_P(op), Z_STRLEN_P(op), &Z_LVAL(holder), &Z_DVAL(hol…
244 if (Z_TYPE(holder) == IS_LONG) { \
285 Z_TYPE(holder) = IS_LONG; \
327 Z_TYPE(holder) = IS_BOOL; \
H A Dzend_execute_API.c632 switch (Z_TYPE(const_value)) { in zval_update_constant_ex()
1158 Z_TYPE(pv) = IS_STRING; in zend_eval_stringl()
H A Dzend_opcode.c698 if (Z_TYPE(op_array->literals[opline->op2.constant].constant) != IS_LONG) { in zend_resolve_finally_calls()
H A Dzend_vm_def.h2219 Z_TYPE(EX_T(opline->result.var).tmp_var) = IS_BOOL;
2250 Z_TYPE(EX_T(opline->result.var).tmp_var) = IS_BOOL;
4584 Z_TYPE(EX_T(opline->result.var).tmp_var) = IS_BOOL;
4635 Z_TYPE(EX_T(opline->result.var).tmp_var) = IS_LONG; /* shouldn't be necessary */
4684 Z_TYPE(restored_error_reporting) = IS_LONG;
5087 Z_TYPE(restored_error_reporting) = IS_LONG;
/PHP-5.5/ext/standard/
H A Dbrowscap.c275 Z_TYPE(fh) = ZEND_HANDLE_FP; in browscap_read_file()
/PHP-5.5/ext/dom/
H A Dxpath.c216 if (Z_TYPE(handler) == IS_STRING) { in dom_xpath_ext_function_php()
/PHP-5.5/ext/com_dotnet/
H A Dcom_typeinfo.c209 if (Z_TYPE(value) == IS_LONG) { in php_com_import_typelib()
/PHP-5.5/ext/pdo/
H A Dpdo_sql_parser.c591 switch (Z_TYPE(tmp_param)) { in pdo_parse_params()
H A Dpdo_sql_parser.re233 switch (Z_TYPE(tmp_param)) {
H A Dpdo_stmt.c265 if (Z_TYPE(stmt->lazy_object_ref) == IS_NULL) { in get_lazy_object()
266 Z_TYPE(stmt->lazy_object_ref) = IS_OBJECT; in get_lazy_object()
952 if (Z_TYPE(val) != IS_NULL) { in do_fetch()
/PHP-5.5/ext/interbase/
H A Dinterbase.c1006 Z_TYPE(new_le) = le_plink; in _php_ibase_connect()
1026 Z_TYPE(new_index_ptr) = le_index_ptr; in _php_ibase_connect()
/PHP-5.5/ext/mysql/
H A Dphp_mysql.c566 Z_TYPE(mysql_module_entry) = type; in ZEND_MODULE_STARTUP_D()
908 Z_TYPE(new_le) = le_plink;
1043 Z_TYPE(new_index_ptr) = le_index_ptr;
/PHP-5.5/ext/pgsql/
H A Dpgsql.c1313 Z_TYPE(new_le) = le_plink;
1411 Z_TYPE(new_index_ptr) = le_index_ptr;
1872 if (Z_TYPE(tmp_val) != IS_STRING) {
2079 if (Z_TYPE(tmp_val) != IS_STRING) {
2273 Z_TYPE(new_oid_entry) = le_string;
2365 Z_TYPE(new_field_table) = le_string;
4768 if (Z_TYPE(tmp_val) != IS_STRING) {
4923 if (Z_TYPE(tmp_val) != IS_STRING) {
/PHP-5.5/ext/soap/
H A Dphp_http.c408 Z_TYPE(retval) == IS_STRING) { in make_http_soap_request()
1278 Z_TYPE(retval) == IS_STRING) { in make_http_soap_request()
H A Dsoap.c1607 Z_TYPE(retval) == IS_STRING) {
1809 if (Z_TYPE(h->retval) == IS_OBJECT &&
2734 if (ret && Z_TYPE(response) == IS_STRING) {
2779 if (ret && Z_TYPE(response) == IS_STRING) {
4122 if (Z_TYPE(h->retval) != IS_NULL) {
4130 if (Z_TYPE(h->retval) == IS_OBJECT &&
/PHP-5.5/ext/sockets/
H A Dconversions.c339 Z_TYPE(lzval) = IS_DOUBLE; in from_zval_integer_common()
345 Z_TYPE(lzval) = IS_LONG; in from_zval_integer_common()
/PHP-5.5/main/
H A Dphp_ini.c603 Z_TYPE(tmp) = IS_STRING; in php_init_config()
/PHP-5.5/ext/xsl/
H A Dxsltprocessor.c342 if (Z_TYPE(handler) == IS_STRING) { in xsl_ext_function_php()
/PHP-5.5/ext/dba/
H A Ddba.c939 Z_TYPE(new_le) = le_pdb; in php_dba_open()
/PHP-5.5/ext/openssl/
H A Dopenssl.c2787 Z_TYPE(tmp) = IS_NULL; in php_openssl_evp_from_zval()
2790 if (Z_TYPE(tmp) == IS_STRING) {\ in php_openssl_evp_from_zval()
2854 if (Z_TYPE(tmp) == IS_STRING) { in php_openssl_evp_from_zval()
2928 if (Z_TYPE(tmp) == IS_STRING) { in php_openssl_evp_from_zval()
/PHP-5.5/ext/odbc/
H A Dphp_odbc.c724 Z_TYPE(odbc_module_entry) = type; in PHP_MINIT_FUNCTION()
2606 Z_TYPE(new_le) = le_pconn; in odbc_do_connect()
2687 Z_TYPE(new_index_ptr) = le_index_ptr; in odbc_do_connect()

Completed in 198 milliseconds

123