Home
last modified time | relevance | path

Searched refs:Z_LVAL_P (Results 26 – 50 of 116) sorted by relevance

12345

/PHP-5.5/ext/sysvshm/
H A Dsysvshm.c215 RETURN_BOOL(SUCCESS == zend_list_delete(Z_LVAL_P(shm_id))); in PHP_FUNCTION()
232 …LS_CC, E_WARNING, "failed for key 0x%x, id %ld: %s", shm_list_ptr->key, Z_LVAL_P(shm_id), strerror… in PHP_FUNCTION()
/PHP-5.5/ext/standard/
H A Duser_filters.c230 ret = Z_LVAL_P(retval); in userfilter_filter()
236 *bytes_consumed = Z_LVAL_P(zconsumed); in userfilter_filter()
381 if (Z_TYPE_P(retval) == IS_BOOL && Z_LVAL_P(retval) == 0) { in user_filter_factory_create()
H A Dmath.c612 if (Z_TYPE_P(zbase) == IS_LONG && Z_TYPE_P(zexp) == IS_LONG && Z_LVAL_P(zexp) >= 0) { in PHP_FUNCTION()
613 long l1 = 1, l2 = Z_LVAL_P(zbase), i = Z_LVAL_P(zexp); in PHP_FUNCTION()
914 value = Z_LVAL_P(arg); in _php_math_longtobase()
H A Ddl.c86 if (Z_LVAL_P(return_value) == 1) { in PHP_FUNCTION()
H A Dfilestat.c442 value = &Z_LVAL_P(group); in php_do_chgrp()
469 gid = (gid_t)Z_LVAL_P(group); in php_do_chgrp()
579 value = &Z_LVAL_P(user); in php_do_chown()
607 uid = (uid_t)Z_LVAL_P(user); in php_do_chown()
/PHP-5.5/ext/sockets/
H A Dmulticast.c93 if (Z_LVAL_P(val) < 0 || Z_LVAL_P(val) > UINT_MAX) { in php_get_if_index_from_zval()
96 " given %ld", UINT_MAX, Z_LVAL_P(val)); in php_get_if_index_from_zval()
99 *out = Z_LVAL_P(val); in php_get_if_index_from_zval()
H A Dconversions.c320 ret = Z_LVAL_P(arr_value); in from_zval_integer_common()
1264 if (Z_LVAL_P(zv) < 0 || Z_LVAL_P(zv) > UINT_MAX) { /* allow 0 (unspecified interface) */ in from_zval_write_ifindex()
1266 "larger than %u; given %ld", UINT_MAX, Z_LVAL_P(zv)); in from_zval_write_ifindex()
1268 ret = (unsigned)Z_LVAL_P(zv); in from_zval_write_ifindex()
/PHP-5.5/ext/pdo/
H A Dpdo_dbh.c724 switch (Z_LVAL_P(value)) { in pdo_dbh_attribute_set()
728 dbh->error_mode = Z_LVAL_P(value); in pdo_dbh_attribute_set()
740 switch (Z_LVAL_P(value)) { in pdo_dbh_attribute_set()
744 dbh->desired_case = Z_LVAL_P(value); in pdo_dbh_attribute_set()
756 dbh->oracle_nulls = Z_LVAL_P(value); in pdo_dbh_attribute_set()
772 if (Z_LVAL_P(value) == PDO_FETCH_USE_DEFAULT) { in pdo_dbh_attribute_set()
776 dbh->default_fetch_type = Z_LVAL_P(value); in pdo_dbh_attribute_set()
782 dbh->stringify = Z_LVAL_P(value) ? 1 : 0; in pdo_dbh_attribute_set()
/PHP-5.5/ext/pdo_sqlite/
H A Dsqlite_driver.c305 sqlite3_busy_timeout(H->db, Z_LVAL_P(val) * 1000); in pdo_sqlite_set_attr()
410 sqlite3_result_int(context, Z_LVAL_P(retval)); in do_callback()
517 if (Z_LVAL_P(retval) > 0) { in php_sqlite3_collation_callback()
520 else if (Z_LVAL_P(retval) < 0) { in php_sqlite3_collation_callback()
/PHP-5.5/ext/snmp/
H A Dsnmp.c2232 if (Z_LVAL_P(newval) > 0) { in php_snmp_write_max_oids()
2233 snmp_object->max_oids = Z_LVAL_P(newval); in php_snmp_write_max_oids()
2235 …LL TSRMLS_CC, E_WARNING, "max_oids should be positive integer or NULL, got %ld", Z_LVAL_P(newval)); in php_snmp_write_max_oids()
2259 …if (Z_LVAL_P(newval) >= 0 && Z_LVAL_P(newval) <= (SNMP_VALUE_LIBRARY|SNMP_VALUE_PLAIN|SNMP_VALUE_O… in php_snmp_write_valueretrieval()
2260 snmp_object->valueretrieval = Z_LVAL_P(newval); in php_snmp_write_valueretrieval()
2262 …php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown SNMP value retrieval method '%ld'", Z_LVAL_P(… in php_snmp_write_valueretrieval()
2285 snmp_object->name = Z_LVAL_P(newval); \
2309 switch(Z_LVAL_P(newval)) { in PHP_SNMP_BOOL_PROPERTY_WRITER_FUNCTION()
2316 snmp_object->oid_output_format = Z_LVAL_P(newval); in PHP_SNMP_BOOL_PROPERTY_WRITER_FUNCTION()
2319 …php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown SNMP output print format '%ld'", Z_LVAL_P(new… in PHP_SNMP_BOOL_PROPERTY_WRITER_FUNCTION()
[all …]
/PHP-5.5/ext/session/
H A Dmod_user.c74 ret = Z_LVAL_P(retval); \
/PHP-5.5/ext/pgsql/
H A Dpgsql.c1380 Z_LVAL_P(return_value) = link;
2169 Z_LVAL_P(return_value) = 0;
2436 Z_LVAL_P(return_value) = (long)oid;
2537 row, Z_LVAL_P(result));
2603 row = Z_LVAL_P(zrow);
2625 row, Z_LVAL_P(result));
2903 row, Z_LVAL_P(result));
2963 if (Z_LVAL_P(result) == 0) {
3119 if (Z_LVAL_P(oid) < (long)InvalidOid) {
3123 wanted_oid = (Oid)Z_LVAL_P(oid);
[all …]
/PHP-5.5/ext/spl/
H A Dspl_fixedarray.c358 index = Z_LVAL_P(offset); in spl_fixedarray_object_read_dimension_helper()
418 index = Z_LVAL_P(offset); in spl_fixedarray_object_write_dimension_helper()
464 index = Z_LVAL_P(offset); in spl_fixedarray_object_unset_dimension_helper()
505 index = Z_LVAL_P(offset); in spl_fixedarray_object_has_dimension_helper()
565 *count = (long) Z_LVAL_P(intern->retval); in spl_fixedarray_object_count_elements()
H A Dspl_array.c342 …T, "Resource ID#%ld used as offset, casting to integer (%ld)", Z_LVAL_P(offset), Z_LVAL_P(offset)); in spl_array_get_dimension_ptr_ptr()
349 index = Z_LVAL_P(offset); in spl_array_get_dimension_ptr_ptr()
480 index = Z_LVAL_P(offset); in spl_array_write_dimension_ex()
569 index = Z_LVAL_P(offset); in spl_array_unset_dimension_ex()
577 zend_error(E_NOTICE,"Undefined offset: %ld", Z_LVAL_P(offset)); in spl_array_unset_dimension_ex()
637 index = Z_LVAL_P(offset); in spl_array_has_dimension_ex()
1424 *count = (long) Z_LVAL_P(intern->retval); in spl_array_object_count_elements()
1780 flags = Z_LVAL_P(pflags); in SPL_METHOD()
H A Dspl_observer.c827 count = Z_LVAL_P(pcount); in SPL_METHOD()
1148 valid = Z_LVAL_P(retval); in SPL_METHOD()
1184 valid = Z_LVAL_P(retval); in spl_multiple_iterator_get_all()
1214 add_index_zval(return_value, Z_LVAL_P(element->inf), retval); in spl_multiple_iterator_get_all()
/PHP-5.5/ext/sybase_ct/
H A Dphp_sybase_ct.c867 Z_LVAL_P(return_value) = SybCtG(default_link) = link; in php_sybase_do_connect()
892 new_index_ptr.ptr = (void *) Z_LVAL_P(return_value); in php_sybase_do_connect()
904 SybCtG(default_link)=Z_LVAL_P(return_value); in php_sybase_do_connect()
1472 Z_LVAL_P(tmp)= sybase_ptr->active_result_index; in php_sybase_query()
1704 zend_list_delete(Z_LVAL_P(sybase_result_index)); in PHP_FUNCTION()
1730 Z_LVAL_P(return_value) = result->num_rows; in PHP_FUNCTION()
1748 Z_LVAL_P(return_value) = result->num_fields; in PHP_FUNCTION()
2080 field_offset = Z_LVAL_P(field); in PHP_FUNCTION()
2113 Z_LVAL_P(return_value) = sybase_ptr->affected_rows; in PHP_FUNCTION()
/PHP-5.5/Zend/
H A Dzend_execute.h105 result = (Z_LVAL_P(op)?1:0); in i_zend_is_true()
136 result = Z_LVAL_P(tmp); in i_zend_is_true()
H A Dzend.c237 if (Z_LVAL_P(expr)) { in zend_make_printable_zval()
247 …(expr_copy), sizeof("Resource id #") - 1 + MAX_LENGTH_OF_LONG, "Resource id #%ld", Z_LVAL_P(expr)); in zend_make_printable_zval()
1156 Z_LVAL_P(z_error_type) = type; in zend_error()
1163 Z_LVAL_P(z_error_lineno) = error_lineno; in zend_error()
1211 if (Z_TYPE_P(retval) == IS_BOOL && Z_LVAL_P(retval) == 0) { in zend_error()
H A Dzend_vm_execute.h3194 Z_LVAL_P(result) = !Z_LVAL_P(result); in ZEND_IS_NOT_IDENTICAL_SPEC_CONST_CONST_HANDLER()
4374 Z_LVAL_P(result) = !Z_LVAL_P(result); in ZEND_IS_NOT_IDENTICAL_SPEC_CONST_TMP_HANDLER()
5067 Z_LVAL_P(result) = !Z_LVAL_P(result); in ZEND_IS_NOT_IDENTICAL_SPEC_CONST_VAR_HANDLER()
6819 Z_LVAL_P(result) = !Z_LVAL_P(result); in ZEND_IS_NOT_IDENTICAL_SPEC_CONST_CV_HANDLER()
8557 Z_LVAL_P(result) = !Z_LVAL_P(result); in ZEND_IS_NOT_IDENTICAL_SPEC_TMP_CONST_HANDLER()
9602 Z_LVAL_P(result) = !Z_LVAL_P(result); in ZEND_IS_NOT_IDENTICAL_SPEC_TMP_TMP_HANDLER()
10297 Z_LVAL_P(result) = !Z_LVAL_P(result); in ZEND_IS_NOT_IDENTICAL_SPEC_TMP_VAR_HANDLER()
11904 Z_LVAL_P(result) = !Z_LVAL_P(result); in ZEND_IS_NOT_IDENTICAL_SPEC_TMP_CV_HANDLER()
13978 Z_LVAL_P(result) = !Z_LVAL_P(result); in ZEND_IS_NOT_IDENTICAL_SPEC_VAR_CONST_HANDLER()
16497 Z_LVAL_P(result) = !Z_LVAL_P(result); in ZEND_IS_NOT_IDENTICAL_SPEC_VAR_TMP_HANDLER()
[all …]
/PHP-5.5/ext/interbase/
H A Dibase_service.c249 svm->res_id = Z_LVAL_P(return_value); in PHP_FUNCTION()
265 zend_list_delete(Z_LVAL_P(res)); in PHP_FUNCTION()
/PHP-5.5/ext/dom/
H A Ddocument.c438 standalone = Z_LVAL_P(newval); in dom_document_standalone_write()
556 doc_prop->stricterror = Z_LVAL_P(newval); in dom_document_strict_error_checking_write()
599 doc_prop->formatoutput = Z_LVAL_P(newval); in dom_document_format_output_write()
641 doc_prop->validateonparse = Z_LVAL_P(newval); in dom_document_validate_on_parse_write()
683 doc_prop->resolveexternals = Z_LVAL_P(newval); in dom_document_resolve_externals_write()
725 doc_prop->preservewhitespace = Z_LVAL_P(newval); in dom_document_preserve_whitespace_write()
767 doc_prop->recover = Z_LVAL_P(newval); in dom_document_recover_write()
809 doc_prop->substituteentities = Z_LVAL_P(newval); in dom_document_substitue_entities_write()
/PHP-5.5/ext/intl/common/
H A Dcommon_date.cpp204 rv = U_MILLIS_PER_SECOND * (double)Z_LVAL_P(z);
/PHP-5.5/ext/ldap/
H A Dldap.c580 zend_list_delete(Z_LVAL_P(link)); in PHP_FUNCTION()
870 zend_list_delete(Z_LVAL_P(result)); /* Delete list entry */ in PHP_FUNCTION()
915 resultentry->id = Z_LVAL_P(result); in PHP_FUNCTION()
1651 modtype = Z_LVAL_P(modinfo); in PHP_FUNCTION()
1735 switch (Z_LVAL_P(modtype)) { in PHP_FUNCTION()
1755 if (Z_LVAL_P(modtype) == LDAP_MODIFY_BATCH_REMOVE_ALL) { in PHP_FUNCTION()
1922 …if (zend_hash_index_find(&EG(regular_list), Z_LVAL_P(result), (void **) &le) != SUCCESS || le->typ… in PHP_FUNCTION()
2299 resultentry->id = Z_LVAL_P(result); in PHP_FUNCTION()
2467 retval = Z_LVAL_P(cb_retval); in _ldap_rebind_proc()
/PHP-5.5/ext/intl/converter/
H A Dconverter.c167 long lval = Z_LVAL_P(val); in php_converter_append_toUnicode_target()
261 *pErrorCode = Z_LVAL_P(zerror); in php_converter_to_u_callback()
279 *(args->target++) = Z_LVAL_P(val); in php_converter_append_fromUnicode_target()
358 *pErrorCode = Z_LVAL_P(zerror); in php_converter_from_u_callback()
/PHP-5.5/ext/ftp/
H A Dphp_ftp.c1361 RETURN_BOOL(zend_list_delete(Z_LVAL_P(z_ftp)) == SUCCESS); in PHP_FUNCTION()
1386 if (Z_LVAL_P(z_value) <= 0) { in PHP_FUNCTION()
1390 ftp->timeout_sec = Z_LVAL_P(z_value); in PHP_FUNCTION()
1399 ftp->autoseek = Z_LVAL_P(z_value); in PHP_FUNCTION()

Completed in 289 milliseconds

12345