Home
last modified time | relevance | path

Searched refs:ZVAL_LONG (Results 151 – 175 of 179) sorted by relevance

12345678

/php-src/ext/xmlreader/
H A Dphp_xmlreader.c103 ZVAL_LONG(rv, retint); in xmlreader_property_reader()
/php-src/Zend/
H A Dzend_closures.c613 ZVAL_LONG(&val, closure->func.op_array.line_start); in zend_closure_get_debug_info()
H A Dzend_types.h1066 #define ZVAL_LONG(z, l) do { \ macro
H A Dzend_API.h1011 #define RETVAL_LONG(l) ZVAL_LONG(return_value, l)
1199 ZVAL_LONG(_zv, lval); \
H A Dzend_hash.c2881 ZVAL_LONG(key, idx); in zend_hash_get_current_key_zval_ex()
2888 ZVAL_LONG(key, p->h); in zend_hash_get_current_key_zval_ex()
H A Dzend_hash.h1539 ZVAL_LONG(__fill_val, _val)
H A Dzend_object_handlers.c2061 ZVAL_LONG(&casted, 1); in zend_std_compare_objects()
H A Dzend_alloc.c2938 ZVAL_LONG(&size_zv, size);
/php-src/ext/dba/
H A Ddba.c331 ZVAL_LONG(result, obj->handle); in dba_connection_cast_object()
/php-src/ext/zend_test/
H A Dtest.c752 ZVAL_LONG(&value, i); in ZEND_FUNCTION()
/php-src/ext/soap/
H A Dsoap_arginfo.h657 ZVAL_LONG(&property__connection_timeout_default_value, 0); in register_class_SoapClient()
H A Dphp_encoding.c1071 ZVAL_LONG(ret, lval); in to_zval_long()
2872 ZVAL_LONG(Z_VAR_ENC_TYPE_P(&soapvar), enc->details.type); in guess_zval_convert()
/php-src/Zend/Optimizer/
H A Dsccp.c1498 ZVAL_LONG(&zv, zend_hash_num_elements(Z_ARRVAL_P(op1))); in sccp_visit_instr()
1815 ZVAL_LONG(tmp, info->range.min); in value_from_type_and_range()
H A Dzend_inference.c4375 ZVAL_LONG(&orig_result, 0); in can_convert_to_double()
4383 ZVAL_LONG(&orig_result, 0); in can_convert_to_double()
/php-src/ext/dom/
H A Dnode.c227 ZVAL_LONG(retval, XML_DOCUMENT_TYPE_NODE); in dom_node_node_type_read()
229 ZVAL_LONG(retval, nodep->type); in dom_node_node_type_read()
/php-src/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c1612 ZVAL_LONG(current_field, (zend_long) v); /* the cast is safe */ in php_mysqlnd_rowp_read_text_protocol()
1634 ZVAL_LONG(current_field, (zend_long) v); /* the cast is safe */ in php_mysqlnd_rowp_read_text_protocol()
/php-src/ext/spl/
H A Dspl_directory.c1502 ZVAL_LONG(&params[1], intern->flags); in PHP_METHOD()
1674 ZVAL_LONG(key, object->u.dir.index); in spl_filesystem_dir_it_current_key()
/php-src/ext/pcntl/
H A Dpcntl.c1350 ZVAL_LONG(&params[0], queue->signo); in pcntl_signal_dispatch()
/php-src/ext/pgsql/
H A Dpgsql.c4946 ZVAL_LONG(&new_val, Z_LVAL_P(val)); in php_pgsql_convert()
4987 ZVAL_LONG(&new_val, Z_LVAL_P(val)); in php_pgsql_convert()
5094 ZVAL_LONG(&new_val, Z_LVAL_P(val)); in php_pgsql_convert()
/php-src/ext/odbc/
H A Dphp_odbc.c188 ZVAL_LONG(result, obj->handle); in odbc_connection_cast_object()
231 ZVAL_LONG(result, obj->handle); in odbc_result_cast_object()
/php-src/ext/standard/
H A Dvar_unserializer.re995 ZVAL_LONG(rval, parse_iv(start + 2));
/php-src/ext/phar/
H A Dphar_object.c1226 ZVAL_LONG(&arg2, flags); in PHP_METHOD()
1741 ZVAL_LONG(&arg2, SPL_FILE_DIR_SKIPDOTS|SPL_FILE_DIR_UNIXPATHS); in PHP_METHOD()
/php-src/ext/mysqli/
H A Dmysqli_arginfo.h1218 ZVAL_LONG(&property_report_mode_default_value, 0); in register_class_mysqli_driver()
/php-src/ext/pdo/
H A Dpdo_stmt.c2178 ZVAL_LONG(key, I->key); in pdo_stmt_iter_get_key()
/php-src/ext/zip/
H A Dphp_zip.c876 ZVAL_LONG(rv, retint); in php_zip_property_reader()

Completed in 437 milliseconds

12345678